Theius: A Streaming Visualization Suite for Hadoop Clusters

Size: px
Start display at page:

Download "Theius: A Streaming Visualization Suite for Hadoop Clusters"

Transcription

1 1 Theius: A Streaming Visualization Suite for Hadoop Clusters Jon Tedesco, Roman Dudko, Abhishek Sharma, Reza Farivar, Roy Campbell {tedesco1, dudko1, sharma17, farivar2, illinois.edu University of Illinois at Urbana-Champaign, Urbana, IL, USA Abstract As cloud computing clusters continue to grow, maintaining the health of these clusters becomes increasingly challenging. Recent work has studied how we can efficiently monitor the status of machines in these clusters and how we can detect problems or predict them before they occur, yet little work has focused on addressing the bottleneck between when these failures occur and when they are fixed: system administrators. As monitoring and failure detection systems mature, we are able to extract tremendous amounts of information about the status of the system in real time. However, this amount of data is difficult to understand for human beings, especially those inexperienced with the particular cluster. In this paper, we introduce a web-based visualization suite called Theius to allow system administrators to quickly understand the state of the cloud system as a whole. We outline the key features of this visualization tool, and show that it is more intuitive and easy to use than Ganglia, a state-of-theart visualization tool for clusters. Likewise, we demonstrate that our tool can scale, presenting a use case with our visualization showing a 5000 node cluster. Although our tool is implemented for Hadoop clusters, our contribution is general to any cloud computing system. Keywords-visualization, failure detection, failure prediction, monitoring, Hadoop, cloud computing, cluster computing. I. INTRODUCTION AS cloud computing clusters grow in size, failure detection and prediction become increasingly critical challenges in cloud computing research. Naturally, developments in these technologies necessitate reliable and efficient methods of monitoring large clusters. Recent work has introduced strategies for efficiently monitoring cloud systems and statistical methods of predicting failures, increasing the power and detail of information available for system administrators. However, the bottleneck for responding to system problems still lies in the delay between when a problem is detected and when the system administrators respond. Thus, this data is only useful for system administrators if we can communicate it quickly and effectively. While much work has been done on collecting data, and detecting and predicting failures, little work has focused on how to effectively visualize this data to system administrators to allow problems to be fixed or prevented. State of the art systems typically provide detailed visualizations of the state of the cluster as a whole or particular nodes, by an abundance of data through basic plots. These tools are not designed to support real-time data, and provide little control to users, limiting their ability to customize the visualizations. Offering only basic graphs, they do not draw the attention of system administrators to potential problems with the cluster as quickly as they could. Likewise, these visualizations do not gracefully handle clusters containing several hundred or several thousand nodes, facing performance problems or too little detail using graphs alone. We design our suite with these shortcomings in mind, and aim to provide an intuitive, succinct visualization of the cluster as a whole, but further allow the user to drill down to detail for a particular rack or node. Likewise, our tool is designed to support streaming data and provides a highly interactive and controllable interface for users. Further, we demonstrate our visualization running successfully on a large cluster, containing approximately 5000 nodes. We compare our tools with the visualizations of Ganglia, a state-of-the-art monitoring system that represents the cutting edge of cloud visualizations, through a user study of 5 graduate students at the University of Illinois at Urbana-Champaign, and show that our system allows users to identify problems more quickly and intuitively than Ganglia, provides the ability to identify problems that are impractical or impossible to do with current visualization tools, and is more scalable than existing tools. We implement Theius for Hadoop clusters specifically, but our assumptions of the underlying monitoring and prediction systems are general enough to be used for other types of clusters. II. RELATED WORK To give a thorough background for the motivation for our research and demonstrate its value, we first give an overview of related work behind visualization of the health of cloud systems. Data management is well-known to be a key challenge of cloud monitoring systems. The sheer amount of data produced by logs is challenging to handle effectively, and varying log formats on different platforms make developing a unified solution problematic. In addition, distributed systems can mask problems that would otherwise be evident on smaller clusters. Even if we can effectively detect failures of individual machines, finding relationships between failures and determining their root causes is difficult. In order to develop an effective monitoring system, it must be scalable, robust, extensible, manageable, portable, and have minimal performance overhead [1], but achieving all of these properties simultaneously is often impossible. Further, expectations and restrictions of monitoring systems vary based on the class of

2 2 distributed system being monitored and expectations of the system, making a ubiquitous solution to cloud monitoring extremely difficult to obtain [2]. Much research has studied how to effectively monitor large cloud systems, even in the context of Hadoop systems specifically. In this paper, we focus primarily on Ganglia as the state of the art cloud monitoring system. Ganglia is widely used [1], and scales well to large clusters and grids by using a hierarchical tree to manage data. Further, it does not require knowledge of the layout of a cluster a priori [1] [2]. As distributed monitoring technologies have improved, researchers have proposed new ideas to leverage log information and statistical methods to predict and prevent machine failures before they occur. Recent contributions have shown that using SVMs can accurately predict failures, including the specific type of failure, up to two days in advance [3] [4]. Similar work verifies this, and has even shown that black box failure prediction can be effective [5]. Although much work has been done to improve monitoring and prediction strategies in cloud systems, the data produced by these systems is often overwhelming for human administrators. For errors that require human intervention, research in cloud system visualization helps minimize the delay between failure detection and the system administrator understanding the error in the system. As Bodik et al. articulated in [6], since humans are excellent at visual pattern recognition, visualizations play a critical role in cloud systems. In particular, visual representations of the state of the system can drastically improve how system administrators respond and analyze failures, allowing them to easily get a high-level idea of the system and distinguish false alarms from real problems. Existing work such as MR-Scope, SALSA, and X-Trace focuses on visualization of Hadoop systems, boasting features such as realtime MapReduce task status, visual log analysis, and performance analysis tools [7] [8] [9] [10]. Likewise, general cloud visualization applications such as Artemis provide a platform for plug-ins for problem diagnosis [11]. Sigelman et al. likewise describe a largescale production tracing infrastructure at Google, similar to X-Trace, but again do not focus on the role of visualizations in diagnosing large-scale problems [12]. Work by Gregg shows promise for scalable cloud visualizations using DTrace, but only focuses on static visualizations with a single basic network topology view and does not offer any similar principlebased framework to the one we introduce here [13]. Although it is best known for its contributions to cloud monitoring, Ganglia also provides visualizations of the cluster, and represents a state of the art visualization suite. Graphs shown in Ganglia are primarily time based, plotting metrics such as CPU usage against time for particular nodes or the cluster as a whole. A screenshot of the node-level visualization can be found in Figure 1 [1] [2]. In the design of our system, we leverage the fact that we have these current technologies for monitoring and failure prediction in general clusters, using streaming data containing both the states of nodes and the failure prediction data of nodes throughout our visualization. Fig. 1: Screenshot of the node-level view of Ganglia for the demonstration Triton cluster [14] III. MOTIVATION Despite advances in cloud monitoring and prediction technologies, for problems that arise in cloud systems requiring the involvement of system administrators, the time between when a problem is detected by the monitoring system and when it is realized by system administrators represents the bottleneck between when a problem arises and when it is addressed. Succinctly displaying the plethora of information retrieved by modern monitoring and prediction systems is a nontrivial task, but necessary to address this delay. Thus, our visualization attempts to communicate the entire state of the system quickly and concisely using non-traditional visualizations, to allow administrators to respond to potential problems in a timely manner. Although work has also been done on how to visualize data for a cloud system, the visualizations associated with Ganglia are widely used in practice, and represent a state of the art monitoring and visualization system. However, these visualizations are largely limited to time-based graphs, plotting data such as resource usage across time for the cluster and particular nodes. To the best of our knowledge, no previous work has attempted to visualization both status data of the cluster and prediction data for the cluster, and do so with nonobvious visualizations that provide a concise, holistic view of the cluster. Our suite attempts to visualize the topology of the cluster, which most existing visualizations do not attempt. Likewise, current visualizations are not designed to support streaming data. For example, Ganglia requires users to manually click a button to refresh the current data, rather than automatically updating the visualization. Neither Ganglia nor any other current visualization, to the best of our knowledge, allow users to control metrics for visualizations, or support very large clusters. IV. VISUALIZATION To address these problems with current cloud visualization systems, we present Theius, an interactive web-based visualization suite for Hadoop clusters. We will first discuss the key design principles behind the interface of Theius, its basic architecture and implementation details, and present the features of each visualization it contains.

3 3 A. Design Principles The interface of Theius was driven by current work in cluster monitoring and prediction, and by room for improvement we saw with existing cloud visualization work. Based on the motivation described, we developed these five properties which we strove to achieve in our interface design and implementation: 1) Interactive: The visualization should be responsive to user interaction, and controllable by the user. Users should be able to specify metrics on which to base the visualization if the defaults do not suit their needs. 2) Real-time: The visualization should be built to support streaming data. It should allow the user to control the active stream of data, and gracefully update the visualization as it receives new data from the cluster. 3) Informative: The visualization should display the cluster s topology and attract the user s attention to potential problems quickly. 4) Intuitive: The visualization should require users to be knowledgeable about cloud systems in general, but not require experience with a particular cluster. 5) Scalable: The visualization implementation should be able to handle large clusters, without falling behind the stream of data from the cluster or affecting its usability. As mentioned above, these principles are derived from problems we found with existing visualization systems. B. Architecture Theius is built using a simple client-server model, where the client displays the visualizations we present in this paper, and the server simulates a cloud system. We chose to simulate the server, rather than use a physical system or log trace for ease of implementation and because it was not our primary focus. Specifically, the data we stream to the client includes the CPU and memory usage, context switch rate of each node, the predicted time until failure for each node, the probability of encountering problems of particular severity levels, and the status of MapReduce tasks and jobs in the system. We selected these data types specifically from types of data gathered in previous work; specifically, each type of data was shown to be able to be efficiently collected in real-time from large cloud systems, verifying the feasibility of gathering the particular data we use in our visualizations on a real system. We also create a heuristic called health based on the severity of the simulated log events. The data values are generated randomly during execution, using heuristics based on the results of previous work we studied. The web client interface is written using a JavaScript HTML5-based visualization framework called d3.js. It is designed with responsiveness and scalability in mind, motivating our extensive use of asynchronous client-server requests, and d3.js, which visualizes data efficiently by building a DOM with HTML5 elements mirroring some data [15]. Using this framework effectively gives us a performance edge that helps to allow us to use this client with large cluster visualizations. Fig. 3: A tree visualization using a large, 5000-node cluster, showing nodes for two randomly selected racks C. Visualization Features 1) Overview: Figure 2 shows the main page of our visualization interface, called Theius. There are three main panels, and a navigation bar at the top, for easy access to the various visualizations. The left-hand side displays a panel for visualization controls, the middle is the main visualization, which changes depending on which visualization is selected in the top navigation bar, and the right sidebar is a panel showing information about the cluster as a whole. In particular visualizations, a bar graph appears at the bottom, which highlights the selected metrics over time. Note that none of the figures shown here are mockups; rather, each is a screenshot of the running application. 2) Primary Visualizations: There are a total of 7 different visualizations, which show data to users in diverse and novel ways. The visualizations are selected by the top navigation bar, and always appear in the center panel. The control panel on the left changes depending on which visualization is chosen, and each of the visualizations update in real time as new information comes into the system. a) Tree Visualization: The Tree Visualization shows a hierarchy of nodes, organized by rack. The color and shape of nodes can be associated with a particular data set by using the left panel. As an example, in Figure 2, we see the Tree Visualization where the color represents health (red is poorer health), and the size represents the amount of memory being used by the node. From the figure, it is clear that rack 1 is performing poorly, probably to due thrashing, since node memory usage is also high. The Tree Visualization also has the ability to hide and expand parts of the tree. Figure 3 shows an example of this, in which 5000 nodes are present in the system, but the user has only selected 20 of them to compare. This allows a system administrator to quickly find the root of the problem, without having to examine all node statistics simultaneously. The system is still responsive even with 5000 nodes, which is important for system administrators supervising large clusters with thousands of machines. b) MapReduce Visualization: The MapReduce Visualization is very similar to the Tree Visualization, except that in instead of displaying nodes, it is displaying map reduce tasks. In Figure 4, we observe various map reduce tasks clustered by job. In this figure, blue denotes a map task, green a reduce task, and the size of the circle indicates estimated time remaining

4 4 Fig. 2: The main page of Theius Fig. 4: A tree visualization based on MapReduce jobs and tasks Fig. 6: A scatterplot visualization showing resource usage for nodes of the cluster Fig. 5: A TreeMap visualization of node (square) by CPU usage (size) and rack (color) for that particular task. c) TreeMap Visualization: The TreeMap Visualization allows the user to observe various data characteristics by the size of squares. Figure 5 shows the TreeMap Visualization where nodes with the same color belong to the same rack, and the size of the squares represents their CPU usage. Clearly the rack in orange has too much load on it as compared to other racks. d) Scatterplot Visualization: The Scatterplot Visualization allows the user to compare trends between various metrics. Figure 6 shows three data sets plotted against each other: CPU usage, memory usage and context switch rate. For example, for the box in the second column, first row, the x axis represents memory usage, and the y axis represents CPU usage. There is clearly no correlation in this box, but if the user observes the box in the first row, third column, he will see there is a linear correlation between CPU usage and context switch rate. Using this visualization, the user may draw conclusions about relationships between various metrics, which may help to diagnose an issue. As a simple example, in some circumstances, a user could plot the node page fault rate against memory usage, and a positive correlation between the two may indicate a memory thrashing problem on the corresponding nodes. e) Circle Packing Visualization: The circle packing visualization is very similar to the TreeMap Visualization 5 mentioned previously, using circles instead of rectangles. The size of circles represents a user-selected metric, and circles are nested based on the network topology. However, this visualization allows circles to be nested beyond two levels, so deeper hierarchical data can be displayed than in the TreeMap. See Figure 7 for an example. f) Individual Node Visualization: In all of the above mentioned visualizations, if a user clicks on a particular node, it brings up a view that presents all the data known about that

5 5 Task Theius Time (seconds) Ganglia Time (seconds) Fig. 9: Timings for performing comparative tasks 1-4 in both Theius and Ganglia Illinois at Urbana-Champaign, each of which had experience with cloud computing, but none of which had used our system before. We designed four tasks to be completed in both Theius and the state of the art visualization tool Ganglia [1] [2]. We also designed six tasks to be performed exclusively on Theius, since they were difficult to perform on Ganglia. We timed the users as they were completing tasks, and also collected subjective feedback from them after they had some experience using Theius. Fig. 7: A circle packing visualization of nodes by CPU usage and rack Fig. 8: The timeline of log events machine to the user, and displays a graph of some statistic that is configurable by the user. 3) Information Panel: The Information Panel is always displayed on the right-hand side, regardless of which particular main visualization is chosen, as can be seen in Figure 2. The Information Panel has three tabs: Events, Nodes and General. The Events Tab displays log events as they are coming in to the system, the Nodes Tab ranks nodes based on some data characteristic, and the General Tab displays cumulative statistics about the cluster. 4) Timeline: In Figure 2, the controls sidebar has an option to pause and resume the current visualizations. When any visualization is paused, it freezes the current visualization at that given moment in time, and a bar graph appears at the bottom of the screen called the timeline. As shown in Figure 8, the timeline graphs a user-selected metric across time, overlaying a window representing the current time interval displayed in the main interface. This interval can be expanding or shifted by the user to display historical data on any of the visualizations. We designed this timeline to allow system administrators to view the past state of the system or observe its behavior over time. V. USER STUDY To test the effectiveness of our system, we conducted a user study with five graduate students from the University Of A. Comparative Tasks The four comparative tasks we asked the users to perform on both Theius and Ganglia involved identifying basic information about nodes and the cluster as a whole: 1) Find the CPU usage of a particular node 2) Find the node(s) with the highest CPU usage in the cluster 3) Find all nodes which were using all of their memory 4) Find the cumulative CPU usage of the cluster We realize that these tasks are fairly simple, and may not always be an important task for system administrators. However for the sake of the users that were used in this study, we kept them simple, and we believe they still give a good measure of the effectiveness of the user interface. Figure 9 shows the average time taken by the five users to complete each of the four tasks in both Theius and Ganglia. For the scenarios presented to them, the users took less time to find the answers in Theius than in Ganglia. B. Theius Tasks Six additional scenarios were presented to the users to perform only on Theius. The tasks were intended to determine whether users were able to identify trends between different metrics in a reasonable amount of time. Users were not expected to be able to perform these tasks on Ganglia, because Ganglia does not offer comparative visualizations that Theius does. The 6 scenarios, shown in Figure 10, were: 1) Users were presented with a heterogeneous cluster, in which one cluster had an abnormally large number of nodes compared to the other clusters. We asked the user to filter out all other racks and just focus on one particular rack. 2) Users were asked to find the rack which showed an abnormal CPU usage. 3) Users were asked to find the machine that received the last fatal log. 4) Users were asked to find machines that had abnormally high CPU, memory, or context switch rate

6 6 Task Time (seconds) Fig. 10: Average time per task for users across tasks possible on both Theius and Ganglia 5) Users were asked to find the rack that had abnormally high CPU, memory, or context switch rate. 6) Users were asked to find the correlation between context switch rate and CPU usage. The users also gave us some useful feedback on what they liked about the system and how we could improve it. Users commented that the interface was intuitive, and mentioned that they liked that Theius allowed them to see correlations between different metrics. VI. CONCLUSION AND FUTURE WORK Maintaining the health of cloud computing clusters presents a current and challenging problem in cloud computing research. Although work has been done to study how to efficiently monitor large clusters, little work has focused on how to minimize the true bottleneck in addressing problems when they arise: the time between when a monitoring system detects a potential problem and when a system administrator responds to the problem. Although monitoring and prediction strategies have improved, to realize the full benefit of these systems, we must be able to communicate the state of the cluster quickly to system administrators. To address this problem, we introduce Theius, an interactive, real-time, informative, intuitive, and scalable web-based application for for visualizing status and prediction data of a cluster. We focus our efforts on Hadoop clusters specifically, but the contributions we present are generalizable to any cluster. To the best of our knowledge, Theius represents the first cloud visualization system to implement an interactive and informative interface, to be designed to support streaming data, and to run with a large cluster (5000 nodes) without sacrificing usability. To verify that this system is indeed an improvement over existing technology, we perform a user study with 5 graduate students at the University of Illinois at Urbana Champaign, who perform 4 tasks on both Theius and Ganglia. We see that, on average, users require less time to perform the same task on Theius. Likewise, we allow users to perform several tasks not possible on Ganglia, and gathered subjective feedback. Overall, users thought our system was intuitive to use and gave us several points of constructive criticism, many of which we have already addressed in this paper. Although we believe Theius is a significant step forward in cloud system visualization research, there is still much work left to be done. Although we present a preliminary user study here, a more formal study should be done in the future with a larger group of users, and should include system administrators, since they represent the primary user base for Theius and may help justify the relevance and impartiality of the tasks we chose for evaluation. Likewise, we attempt to quantify the quality of insights given by our system through the time required to complete a particular task, when in fact further work should be done to verify this as an appropriate metric. In future work, we also hope to provide a more thorough study of the scalability of Theius, and introduce additional MapReduce-specific visualizations. The Theius source code is available on Github at VII. ACKNOWLEDGEMENTS We would like to acknowledge the graduate students who participated in our user study, and made our evaluation possible. his material is based on research sponsored by the Air Force Research Laboratory and the Air Force Office of Scientific Research, under agreement number FA The U.S. Government is authorized to reproduce and distribute reprints for Governmental purposes notwithstanding any copyright notation thereon. REFERENCES [1] F. Sacerdoti, M. Katz, M. Massie, and D. Culler, Wide area cluster monitoring with ganglia, in Cluster Computing, Proceedings IEEE International Conference on, dec. 2003, pp [2] M. Massie, The ganglia distributed monitoring system: design, implementation, and experience, Parallel Computing, vol. 30, no. 7, pp , Jul [Online]. Available: [3] E. W. Fulp, G. A. Fink, and J. N. Haack, Predicting computer system failures using support vector machines, in Proceedings of the First USENIX conference on Analysis of system logs, ser. WASL 08. Berkeley, CA, USA: USENIX Association, 2008, pp [Online]. Available: [4] Y. Liang, Y. Zhang, H. Xiong, and R. Sahoo, Failure prediction in ibm bluegene/l event logs, in Proceedings of the 2007 Seventh IEEE International Conference on Data Mining. Washington, DC, USA: IEEE Computer Society, 2007, pp [Online]. Available: [5] A. W. Williams, S. M. Pertet, and P. Narasimhan, Tiresias: Black-box failure prediction in distributed systems, in IPDPS, 2007, pp [6] P. Bodik, G. Friedman, L. Biewald, H. Levine, G. C, K. Patel, G. Tolle, J. Hui, O. Fox, M. I. Jordan, and D. Patterson, Combining visualization and statistical analysis to improve operator confidence and efficiency for failure detection and localization, in In Proceedings of the 2nd IEEE International Conference on Autonomic Computing (ICAC IEEE Computer Society, 2005, pp [7] D. Huang, X. Shi, S. Ibrahim, L. Lu, H. Liu, S. Wu, and H. Jin, Mrscope: a real-time tracing tool for mapreduce, in Proceedings of the 19th ACM International Symposium on High Performance Distributed Computing, ser. HPDC 10. New York, NY, USA: ACM, 2010, pp [Online]. Available: [8] J. Boulon et al., Chukwa, a large-scale monitoring system, in Cloud Computing and its Applications, 2008, pp [Online]. Available: [9] J. Tan, X. Pan, S. Kavulya, R. Gandhi, and P. Narasimhan, Mochi: visual log-analysis based tools for debugging hadoop, in Proceedings of the 2009 conference on Hot topics in cloud computing, ser. HotCloud 09. Berkeley, CA, USA: USENIX Association, [Online]. Available: [10] A. Konwinski and M. Zaharia, Finding the elephant in the data center: Tracing hadoop, 2008, pp [11] G. F. Cretu-ciocarlie, M. Budiu, and M. Goldszmidt, Hunting for problems with artemis. [12] B. H. Sigelman, L. A. Barroso, M. Burrows, P. Stephenson, M. Plakal, D. Beaver, S. Jaspan, and C. Shanbhag, Dapper, a large-scale distributed systems tracing infrastructure, [Online]. Available: [13] B. Gregg. Visualizing the cloud. [Online]. Available: [14] [Online]. Available: [15] d3.js. [Online]. Available:

CHAPTER. Monitoring and Diagnosing

CHAPTER. Monitoring and Diagnosing CHAPTER 20. This chapter provides details about using the Diagnostics & Monitoring system available through ShoreTel Director. It contains the following information: Overview... 661 Architecture... 661

More information

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Infrastructure Management Dashboards for Servers Reference

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Infrastructure Management Dashboards for Servers Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 Infrastructure Management Dashboards for Servers Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 Infrastructure Management Dashboards for Servers Reference

More information

MR-Scope: A Real-Time Tracing Tool for MapReduce

MR-Scope: A Real-Time Tracing Tool for MapReduce MR-Scope: A Real-Time Tracing Tool for MapReduce Dachuan Huang, Xuanhua Shi, Shadi Ibrahim, Lu Lu, Hongzhang Liu, Song Wu, Hai Jin Cluster and Grid Computing Lab Services Computing Technique and System

More information

MicroStrategy Analytics Express User Guide

MicroStrategy Analytics Express User Guide MicroStrategy Analytics Express User Guide Analyzing Data with MicroStrategy Analytics Express Version: 4.0 Document Number: 09770040 CONTENTS 1. Getting Started with MicroStrategy Analytics Express Introduction...

More information

Efficient Data Replication Scheme based on Hadoop Distributed File System

Efficient Data Replication Scheme based on Hadoop Distributed File System , pp. 177-186 http://dx.doi.org/10.14257/ijseia.2015.9.12.16 Efficient Data Replication Scheme based on Hadoop Distributed File System Jungha Lee 1, Jaehwa Chung 2 and Daewon Lee 3* 1 Division of Supercomputing,

More information

... ... PEPPERDATA OVERVIEW AND DIFFERENTIATORS ... ... ... ... ...

... ... PEPPERDATA OVERVIEW AND DIFFERENTIATORS ... ... ... ... ... ..................................... WHITEPAPER PEPPERDATA OVERVIEW AND DIFFERENTIATORS INTRODUCTION Prospective customers will often pose the question, How is Pepperdata different from tools like Ganglia,

More information

Juniper Networks Management Pack Documentation

Juniper Networks Management Pack Documentation Juniper Networks Management Pack Documentation Juniper Networks Data Center Switching Management Pack for VMware vrealize Operations (vrops) Release 2.5 Modified: 2015-10-12 Juniper Networks, Inc. 1133

More information

vrealize Operations Manager User Guide

vrealize Operations Manager User Guide vrealize Operations Manager User Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

A Software and Hardware Architecture for a Modular, Portable, Extensible Reliability. Availability and Serviceability System

A Software and Hardware Architecture for a Modular, Portable, Extensible Reliability. Availability and Serviceability System 1 A Software and Hardware Architecture for a Modular, Portable, Extensible Reliability Availability and Serviceability System James H. Laros III, Sandia National Laboratories (USA) [1] Abstract This paper

More information

Hadoop Performance Diagnosis By Post-execution Log Analysis

Hadoop Performance Diagnosis By Post-execution Log Analysis Hadoop Performance Diagnosis By Post-execution Log Analysis cs598 Project Proposal Zhijin Li, Chris Cai, Haitao Liu ([email protected],[email protected],[email protected]) University of Illinois

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

More information

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM

STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM STUDY AND SIMULATION OF A DISTRIBUTED REAL-TIME FAULT-TOLERANCE WEB MONITORING SYSTEM Albert M. K. Cheng, Shaohong Fang Department of Computer Science University of Houston Houston, TX, 77204, USA http://www.cs.uh.edu

More information

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad Test Run Analysis Interpretation (AI) Made Easy with OpenLoad OpenDemand Systems, Inc. Abstract / Executive Summary As Web applications and services become more complex, it becomes increasingly difficult

More information

Visualizing the Top 400 Universities

Visualizing the Top 400 Universities Int'l Conf. e-learning, e-bus., EIS, and e-gov. EEE'15 81 Visualizing the Top 400 Universities Salwa Aljehane 1, Reem Alshahrani 1, and Maha Thafar 1 [email protected], [email protected], [email protected]

More information

VisCG: Creating an Eclipse Call Graph Visualization Plug-in. Kenta Hasui, Undergraduate Student at Vassar College Class of 2015

VisCG: Creating an Eclipse Call Graph Visualization Plug-in. Kenta Hasui, Undergraduate Student at Vassar College Class of 2015 VisCG: Creating an Eclipse Call Graph Visualization Plug-in Kenta Hasui, Undergraduate Student at Vassar College Class of 2015 Abstract Call graphs are a useful tool for understanding software; however,

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs [email protected] Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

Text Mining Approach for Big Data Analysis Using Clustering and Classification Methodologies

Text Mining Approach for Big Data Analysis Using Clustering and Classification Methodologies Text Mining Approach for Big Data Analysis Using Clustering and Classification Methodologies Somesh S Chavadi 1, Dr. Asha T 2 1 PG Student, 2 Professor, Department of Computer Science and Engineering,

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

A) What Web Browser do I need? B) Why I cannot view the most updated content? C) What can we find on the school website? Index Page Layout:

A) What Web Browser do I need? B) Why I cannot view the most updated content? C) What can we find on the school website? Index Page Layout: A) What Web Browser do I need? - Window 7 / Window 8.1 => Internet Explorer Version 9 or above (Best in Version 11+) Download Link: http://windows.microsoft.com/zh-hk/internet-explorer/download-ie - Window

More information

Testing Big data is one of the biggest

Testing Big data is one of the biggest Infosys Labs Briefings VOL 11 NO 1 2013 Big Data: Testing Approach to Overcome Quality Challenges By Mahesh Gudipati, Shanthi Rao, Naju D. Mohan and Naveen Kumar Gajja Validate data quality by employing

More information

Pure1 Manage User Guide

Pure1 Manage User Guide User Guide 11/2015 Contents Overview... 2 Pure1 Manage Navigation... 3 Pure1 Manage - Arrays Page... 5 Card View... 5 Expanded Card View... 7 List View... 10 Pure1 Manage Replication Page... 11 Pure1

More information

ROCANA WHITEPAPER How to Investigate an Infrastructure Performance Problem

ROCANA WHITEPAPER How to Investigate an Infrastructure Performance Problem ROCANA WHITEPAPER How to Investigate an Infrastructure Performance Problem INTRODUCTION As IT infrastructure has grown more complex, IT administrators and operators have struggled to retain control. Gone

More information

Analysis and Research of Cloud Computing System to Comparison of Several Cloud Computing Platforms

Analysis and Research of Cloud Computing System to Comparison of Several Cloud Computing Platforms Volume 1, Issue 1 ISSN: 2320-5288 International Journal of Engineering Technology & Management Research Journal homepage: www.ijetmr.org Analysis and Research of Cloud Computing System to Comparison of

More information

A Visualization Technique for Monitoring of Network Flow Data

A Visualization Technique for Monitoring of Network Flow Data A Visualization Technique for Monitoring of Network Flow Data Manami KIKUCHI Ochanomizu University Graduate School of Humanitics and Sciences Otsuka 2-1-1, Bunkyo-ku, Tokyo, JAPAPN [email protected]

More information

Tableau Server Scalability Explained

Tableau Server Scalability Explained Tableau Server Scalability Explained Author: Neelesh Kamkolkar Tableau Software July 2013 p2 Executive Summary In March 2013, we ran scalability tests to understand the scalability of Tableau 8.0. We wanted

More information

Software Requirements Specification

Software Requirements Specification METU DEPARTMENT OF COMPUTER ENGINEERING Software Requirements Specification SNMP Agent & Network Simulator Mustafa İlhan Osman Tahsin Berktaş Mehmet Elgin Akpınar 05.12.2010 Table of Contents 1. Introduction...

More information

Holistic Performance Analysis of J2EE Applications

Holistic Performance Analysis of J2EE Applications Holistic Performance Analysis of J2EE Applications By Madhu Tanikella In order to identify and resolve performance problems of enterprise Java Applications and reduce the time-to-market, performance analysis

More information

NakeDB: Database Schema Visualization

NakeDB: Database Schema Visualization NAKEDB: DATABASE SCHEMA VISUALIZATION, APRIL 2008 1 NakeDB: Database Schema Visualization Luis Miguel Cortés-Peña, Yi Han, Neil Pradhan, Romain Rigaux Abstract Current database schema visualization tools

More information

SuperViz: An Interactive Visualization of Super-Peer P2P Network

SuperViz: An Interactive Visualization of Super-Peer P2P Network SuperViz: An Interactive Visualization of Super-Peer P2P Network Anthony (Peiqun) Yu [email protected] Abstract: The Efficient Clustered Super-Peer P2P network is a novel P2P architecture, which overcomes

More information

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows Reference IBM Note Before using this information and the product it supports, read the information in Notices. This edition applies to V8.1.3

More information

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

System Behavior Analysis by Machine Learning

System Behavior Analysis by Machine Learning CSC456 OS Survey Yuncheng Li [email protected] December 6, 2012 Table of contents 1 Motivation Background 2 3 4 Table of Contents Motivation Background 1 Motivation Background 2 3 4 Scenarios Motivation

More information

CA Spectrum. Virtual Host Manager Solution Guide. Release 9.3

CA Spectrum. Virtual Host Manager Solution Guide. Release 9.3 CA Spectrum Virtual Host Manager Solution Guide Release 9.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

XpoLog Center Suite Log Management & Analysis platform

XpoLog Center Suite Log Management & Analysis platform XpoLog Center Suite Log Management & Analysis platform Summary: 1. End to End data management collects and indexes data in any format from any machine / device in the environment. 2. Logs Monitoring -

More information

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

More information

Characterizing Task Usage Shapes in Google s Compute Clusters

Characterizing Task Usage Shapes in Google s Compute Clusters Characterizing Task Usage Shapes in Google s Compute Clusters Qi Zhang University of Waterloo [email protected] Joseph L. Hellerstein Google Inc. [email protected] Raouf Boutaba University of Waterloo [email protected]

More information

Application of Adaptive Probing for Fault Diagnosis in Computer Networks 1

Application of Adaptive Probing for Fault Diagnosis in Computer Networks 1 Application of Adaptive Probing for Fault Diagnosis in Computer Networks 1 Maitreya Natu Dept. of Computer and Information Sciences University of Delaware, Newark, DE, USA, 19716 Email: [email protected]

More information

OpenText Information Hub (ihub) 3.1 and 3.1.1

OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to

More information

Research on Operation Management under the Environment of Cloud Computing Data Center

Research on Operation Management under the Environment of Cloud Computing Data Center , pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering

More information

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Introduction I ve always been interested and intrigued by the processes DBAs use to monitor

More information

Cloud Cruiser and Azure Public Rate Card API Integration

Cloud Cruiser and Azure Public Rate Card API Integration Cloud Cruiser and Azure Public Rate Card API Integration In this article: Introduction Azure Rate Card API Cloud Cruiser s Interface to Azure Rate Card API Import Data from the Azure Rate Card API Defining

More information

A Hybrid Electrical and Optical Networking Topology of Data Center for Big Data Network

A Hybrid Electrical and Optical Networking Topology of Data Center for Big Data Network ASEE 2014 Zone I Conference, April 3-5, 2014, University of Bridgeport, Bridgpeort, CT, USA A Hybrid Electrical and Optical Networking Topology of Data Center for Big Data Network Mohammad Naimur Rahman

More information

Method of Fault Detection in Cloud Computing Systems

Method of Fault Detection in Cloud Computing Systems , pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,

More information

Analysis and Optimization of Massive Data Processing on High Performance Computing Architecture

Analysis and Optimization of Massive Data Processing on High Performance Computing Architecture Analysis and Optimization of Massive Data Processing on High Performance Computing Architecture He Huang, Shanshan Li, Xiaodong Yi, Feng Zhang, Xiangke Liao and Pan Dong School of Computer Science National

More information

HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013

HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013 HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013 Riley Moses Bri Fidder Jon Lewis Introduction & Product Vision BIMShift is a company that provides all

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Table of Contents Table of Contents Table of Contents... 2 About This Guide... 3 Support and Contact Information... 4 Chapter 1 - Introducing the SolarEdge Monitoring Portal... 5 Chapter 2 - Using the

More information

Self-Compressive Approach for Distributed System Monitoring

Self-Compressive Approach for Distributed System Monitoring Self-Compressive Approach for Distributed System Monitoring Akshada T Bhondave Dr D.Y Patil COE Computer Department, Pune University, India Santoshkumar Biradar Assistant Prof. Dr D.Y Patil COE, Computer

More information

Visualization methods for patent data

Visualization methods for patent data Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes

More information

Processing Large Amounts of Images on Hadoop with OpenCV

Processing Large Amounts of Images on Hadoop with OpenCV Processing Large Amounts of Images on Hadoop with OpenCV Timofei Epanchintsev 1,2 and Andrey Sozykin 1,2 1 IMM UB RAS, Yekaterinburg, Russia, 2 Ural Federal University, Yekaterinburg, Russia {eti,avs}@imm.uran.ru

More information

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

A Tutorial on dynamic networks. By Clement Levallois, Erasmus University Rotterdam

A Tutorial on dynamic networks. By Clement Levallois, Erasmus University Rotterdam A Tutorial on dynamic networks By, Erasmus University Rotterdam V 1.0-2013 Bio notes Education in economics, management, history of science (Ph.D.) Since 2008, turned to digital methods for research. data

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Debugger 2010 IBM Corporation This presentation provides an overview of the monitor model debugger in WebSphere Business Monitor. WBPM_Monitor_Debugger.ppt Page 1 of 23 Goals

More information

A Visualization is Worth a Thousand Tables: How IBM Business Analytics Lets Users See Big Data

A Visualization is Worth a Thousand Tables: How IBM Business Analytics Lets Users See Big Data White Paper A Visualization is Worth a Thousand Tables: How IBM Business Analytics Lets Users See Big Data Contents Executive Summary....2 Introduction....3 Too much data, not enough information....3 Only

More information

The Complete Performance Solution for Microsoft SQL Server

The Complete Performance Solution for Microsoft SQL Server The Complete Performance Solution for Microsoft SQL Server Powerful SSAS Performance Dashboard Innovative Workload and Bottleneck Profiling Capture of all Heavy MDX, XMLA and DMX Aggregation, Partition,

More information

Big Data Management in the Clouds and HPC Systems

Big Data Management in the Clouds and HPC Systems Big Data Management in the Clouds and HPC Systems Hemera Final Evaluation Paris 17 th December 2014 Shadi Ibrahim [email protected] Era of Big Data! Source: CNRS Magazine 2013 2 Era of Big Data! Source:

More information

Hadoop Technology for Flow Analysis of the Internet Traffic

Hadoop Technology for Flow Analysis of the Internet Traffic Hadoop Technology for Flow Analysis of the Internet Traffic Rakshitha Kiran P PG Scholar, Dept. of C.S, Shree Devi Institute of Technology, Mangalore, Karnataka, India ABSTRACT: Flow analysis of the internet

More information

Assets, Groups & Networks

Assets, Groups & Networks Complete. Simple. Affordable Copyright 2014 AlienVault. All rights reserved. AlienVault, AlienVault Unified Security Management, AlienVault USM, AlienVault Open Threat Exchange, AlienVault OTX, Open Threat

More information

The Improved Job Scheduling Algorithm of Hadoop Platform

The Improved Job Scheduling Algorithm of Hadoop Platform The Improved Job Scheduling Algorithm of Hadoop Platform Yingjie Guo a, Linzhi Wu b, Wei Yu c, Bin Wu d, Xiaotian Wang e a,b,c,d,e University of Chinese Academy of Sciences 100408, China b Email: [email protected]

More information

Self-adaptive e-learning Website for Mathematics

Self-adaptive e-learning Website for Mathematics Self-adaptive e-learning Website for Mathematics Akira Nakamura Abstract Keyword searching and browsing on learning website is ultimate self-adaptive learning. Our e-learning website KIT Mathematics Navigation

More information

2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment

2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment R&D supporting future cloud computing infrastructure technologies Research and Development on Autonomic Operation Control Infrastructure Technologies in the Cloud Computing Environment DEMPO Hiroshi, KAMI

More information

ClonePacker: A Tool for Clone Set Visualization

ClonePacker: A Tool for Clone Set Visualization ClonePacker: A Tool for Clone Set Visualization Hiroaki Murakami, Yoshiki Higo, Shinji Kusumoto Graduate School of Information Science and Technology, Osaka University, Japan {h-murakm, higo, kusumoto}@ist.osaka-u.ac.jp

More information

Computing Load Aware and Long-View Load Balancing for Cluster Storage Systems

Computing Load Aware and Long-View Load Balancing for Cluster Storage Systems 215 IEEE International Conference on Big Data (Big Data) Computing Load Aware and Long-View Load Balancing for Cluster Storage Systems Guoxin Liu and Haiying Shen and Haoyu Wang Department of Electrical

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 8, August 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Tool - 1: Health Center

Tool - 1: Health Center Tool - 1: Health Center Joseph Amrith Raj http://facebook.com/webspherelibrary 2 Tool - 1: Health Center Table of Contents WebSphere Application Server Troubleshooting... Error! Bookmark not defined. About

More information

COST MINIMIZATION OF RUNNING MAPREDUCE ACROSS GEOGRAPHICALLY DISTRIBUTED DATA CENTERS

COST MINIMIZATION OF RUNNING MAPREDUCE ACROSS GEOGRAPHICALLY DISTRIBUTED DATA CENTERS COST MINIMIZATION OF RUNNING MAPREDUCE ACROSS GEOGRAPHICALLY DISTRIBUTED DATA CENTERS Ms. T. Cowsalya PG Scholar, SVS College of Engineering, Coimbatore, Tamilnadu, India Dr. S. Senthamarai Kannan Assistant

More information

Log Mining Based on Hadoop s Map and Reduce Technique

Log Mining Based on Hadoop s Map and Reduce Technique Log Mining Based on Hadoop s Map and Reduce Technique ABSTRACT: Anuja Pandit Department of Computer Science, [email protected] Amruta Deshpande Department of Computer Science, [email protected]

More information

Abstract. 1 Introduction. 2 Problem Statement. 1 Mochi: Visual Log-Analysis Based Tools for Debugging Hadoop

Abstract. 1 Introduction. 2 Problem Statement. 1 Mochi: Visual Log-Analysis Based Tools for Debugging Hadoop 1 Mochi: Visual Log-Analysis Based Tools for Debugging Hadoop Jiaqi Tan, Xinghao Pan, Soila Kavulya, Rajeev Gandhi, Priya Narasimhan Electrical & Computer Engineering Department Carnegie Mellon University,

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 9 Server and Network Monitoring Objectives Understand the importance of server monitoring Monitor server services and solve problems with services Use Task

More information

A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM

A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM A REVIEW PAPER ON THE HADOOP DISTRIBUTED FILE SYSTEM Sneha D.Borkar 1, Prof.Chaitali S.Surtakar 2 Student of B.E., Information Technology, J.D.I.E.T, [email protected] Assistant Professor, Information

More information

New Cloud Computing Network Architecture Directed At Multimedia

New Cloud Computing Network Architecture Directed At Multimedia 2012 2 nd International Conference on Information Communication and Management (ICICM 2012) IPCSIT vol. 55 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V55.16 New Cloud Computing Network

More information

NetBeans Profiler is an

NetBeans Profiler is an NetBeans Profiler Exploring the NetBeans Profiler From Installation to a Practical Profiling Example* Gregg Sporar* NetBeans Profiler is an optional feature of the NetBeans IDE. It is a powerful tool that

More information

DOSarrest External MULTI-SENSOR ARRAY FOR ANALYSIS OF YOUR CDN'S PERFORMANCE IMMEDIATE DETECTION AND REPORTING OF OUTAGES AND / OR ISSUES

DOSarrest External MULTI-SENSOR ARRAY FOR ANALYSIS OF YOUR CDN'S PERFORMANCE IMMEDIATE DETECTION AND REPORTING OF OUTAGES AND / OR ISSUES .com DOSarrest External Monitoring S ystem (DEMS) User s Guide REAL BROWSER MONITORING OF YOUR WEBSITE MULTI-SENSOR ARRAY FOR ANALYSIS OF YOUR CDN'S PERFORMANCE IMMEDIATE DETECTION AND REPORTING OF OUTAGES

More information

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age.

Keywords: Dynamic Load Balancing, Process Migration, Load Indices, Threshold Level, Response Time, Process Age. Volume 3, Issue 10, October 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Load Measurement

More information

SolarEdge Monitoring Portal. User Guide 1.1. Table of Contents

SolarEdge Monitoring Portal. User Guide 1.1. Table of Contents Table of Contents Table of Contents... 2 About This Guide... 3 Support and Contact Information... 4 Chapter 1 - Introducing the SolarEdge Monitoring Portal... 5 Chapter 2 - Using the SolarEdge Monitoring

More information

InfiniteGraph: The Distributed Graph Database

InfiniteGraph: The Distributed Graph Database A Performance and Distributed Performance Benchmark of InfiniteGraph and a Leading Open Source Graph Database Using Synthetic Data Objectivity, Inc. 640 West California Ave. Suite 240 Sunnyvale, CA 94086

More information

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration Hoi-Wan Chan 1, Min Xu 2, Chung-Pan Tang 1, Patrick P. C. Lee 1 & Tsz-Yeung Wong 1, 1 Department of Computer Science

More information

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring

Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring University of Victoria Faculty of Engineering Fall 2009 Work Term Report Evaluation of Nagios for Real-time Cloud Virtual Machine Monitoring Department of Physics University of Victoria Victoria, BC Michael

More information

Intrusion Detection System using Log Files and Reinforcement Learning

Intrusion Detection System using Log Files and Reinforcement Learning Intrusion Detection System using Log Files and Reinforcement Learning Bhagyashree Deokar, Ambarish Hazarnis Department of Computer Engineering K. J. Somaiya College of Engineering, Mumbai, India ABSTRACT

More information

Recognization of Satellite Images of Large Scale Data Based On Map- Reduce Framework

Recognization of Satellite Images of Large Scale Data Based On Map- Reduce Framework Recognization of Satellite Images of Large Scale Data Based On Map- Reduce Framework Vidya Dhondiba Jadhav, Harshada Jayant Nazirkar, Sneha Manik Idekar Dept. of Information Technology, JSPM s BSIOTR (W),

More information

1.1 Difficulty in Fault Localization in Large-Scale Computing Systems

1.1 Difficulty in Fault Localization in Large-Scale Computing Systems Chapter 1 Introduction System failures have been one of the biggest obstacles in operating today s largescale computing systems. Fault localization, i.e., identifying direct or indirect causes of failures,

More information

EFFICIENT ANALYSIS OF APPLICATION SERVERS IN THE CLOUD

EFFICIENT ANALYSIS OF APPLICATION SERVERS IN THE CLOUD EFFICIENT ANALYSIS OF APPLICATION SERVERS IN THE CLOUD Progress report meeting December 2012 Phuong Tran Gia [email protected] Under the supervision of Prof. Michel R. Dagenais Dorsal Laboratory,

More information

FileNet System Manager Dashboard Help

FileNet System Manager Dashboard Help FileNet System Manager Dashboard Help Release 3.5.0 June 2005 FileNet is a registered trademark of FileNet Corporation. All other products and brand names are trademarks or registered trademarks of their

More information

Keywords: Big Data, HDFS, Map Reduce, Hadoop

Keywords: Big Data, HDFS, Map Reduce, Hadoop Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Configuration Tuning

More information

Understanding Data: A Comparison of Information Visualization Tools and Techniques

Understanding Data: A Comparison of Information Visualization Tools and Techniques Understanding Data: A Comparison of Information Visualization Tools and Techniques Prashanth Vajjhala Abstract - This paper seeks to evaluate data analysis from an information visualization point of view.

More information

Mining for Web Engineering

Mining for Web Engineering Mining for Engineering A. Venkata Krishna Prasad 1, Prof. S.Ramakrishna 2 1 Associate Professor, Department of Computer Science, MIPGS, Hyderabad 2 Professor, Department of Computer Science, Sri Venkateswara

More information

Trace-Based and Sample-Based Profiling in Rational Application Developer

Trace-Based and Sample-Based Profiling in Rational Application Developer Trace-Based and Sample-Based Profiling in Rational Application Developer This document is aimed at highlighting the importance of profiling in software development and talks about the profiling tools offered

More information

Distributed Dynamic Load Balancing for Iterative-Stencil Applications

Distributed Dynamic Load Balancing for Iterative-Stencil Applications Distributed Dynamic Load Balancing for Iterative-Stencil Applications G. Dethier 1, P. Marchot 2 and P.A. de Marneffe 1 1 EECS Department, University of Liege, Belgium 2 Chemical Engineering Department,

More information

IBM Tivoli Composite Application Manager for WebSphere

IBM Tivoli Composite Application Manager for WebSphere Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the life cycle of complex IBM WebSphere-based J2EE

More information

GPU Usage. Requirements

GPU Usage. Requirements GPU Usage Use the GPU Usage tool in the Performance and Diagnostics Hub to better understand the high-level hardware utilization of your Direct3D app. You can use it to determine whether the performance

More information