This invention relates generally to computer systems, and more specifically to tools for assisting in the management and monitoring of computer systems and network infrastructure.
Complex computer systems, such as e-commerce systems, may include web-servers, file servers, databases, billing servers, etc. Other examples of complex computer systems are Enterprise Resource Planning (ERP) systems, Enterprise Application Integration (EAI) systems, other enterprise applications, distributed applications, infrastructure and telecommunication applications, and many more. Because of their complexity, such computer systems need continued attention from qualified persons to ensure error-free and efficient operation.
The complexity of the system makes errors and possible inefficiencies more likely to occur and harder to find, once they have occurred. As a result, maintenance of these systems can be challenging and time consuming. One aspect of the maintenance of such complex systems is monitoring the performance of all the applications that make up the system.
Computer systems often provide the ability for a person to check various information associated with such systems. This information may include status, throughput, performance, configuration, business, accuracy, availability, security, utilization, geographical, and usability information. This type of information is referred to as monitoring information. Some examples on how monitoring information can be accessed remotely are:
In a more specific example, a user may be interested in measuring the utilization of a system's CPU(s). On Microsoft Windows platforms, the user would have to launch a Microsoft specific GUI tool, pick out of a large number of monitoring information options the one which allows the user to query a Microsoft specific service for accessing this kind of utilization information. On other systems it would suffice to execute a command line tool, which produces a tabular text output containing each CPU's utilization. Such tools can be utilized from remote locations and the tabular text output can be transferred back to the caller. For example, Sun operating systems feature the command line tool “mpstat”, which provides CPU utilization information. The “mpstat” tool can be remotely executed by using the REXEC protocol, a commonly used remote execution protocol in Sun operating systems and other UNIX operating systems. Thus, in order to remotely retrieve the CPU utilization information from a SunOS powered host a user would need to:
A monitoring information service (service) is a service, daemon, tool or any other interface that is able to provide monitoring information concerning a particular computer system. However, these services are not standardized and may be very different for different computer systems. Often a computer system provides monitoring information in such a manner that a user must be very well versed in the configuration of the hardware devices as well as the software applications running on the devices, in order to access this information. Although some tools for collecting and analyzing monitoring information are available, usually these tools must be manually configured to indicate the location of the needed information and/or how to extract it. They are thus inefficient and difficult to use.
The present invention is directed to a method and system of using an expert's knowledge of the manner in which different computer systems provide performance information in order to allow a user to quickly and conveniently access this performance information.
The present invention is directed to a method and system for interfacing with various monitoring information sources from one or more computer systems with minimal user input. A computer system may include one or more computers as well as any number of devices such as networking devices. Another aspect of the invention is the embedding of expert knowledge in data source monitoring software. These sources can later be used by data collection tools in order to extract monitoring information, and present the information to the user or use it in another way (such as storing it or raising an alert when a certain monitored value exceeds a threshold). Furthermore, the user may decide which sources of information should be monitored by the data collection tools. The user may also use the present invention in order to inform him/herself of the configuration of the system he/she is monitoring.
Another aspect of the present invention relates to collecting certain configuration information (meta information) of the computer system and network environment. Such information may include information regarding the setup of the system being examined, such as the number of processors or the operating system version, or even the various computers or devices that make up the system. The meta information may be used to identify possible performance information sources. The meta information may also be presented to the user, together with the available performance data sources, in order to inform the user of the configuration of the system being monitored.
Utilizing the present invention in conjunction with tools for collecting monitoring information, the user may view various pieces of monitoring information from various computer systems, without having to specify the sources of this information. The user need not know the particular way each application stores or provides performance information. User involvement in the gathering of the information is required only when absolutely needed—for example when an unknown password is needed to obtain the performance data of a certain application.
The foregoing and other features of the present invention will be more readily apparent from the following detailed description and drawings of the illustrative embodiments of the invention wherein like reference numbers refer to similar elements and in which:
A configuration 102 is used to describe which applications or computers are to be queried and how they are to be queried.
The configuration 102 includes the necessary information to query servers and/or applications that may be used by a client. Different configurations may be used for different clients, and may be updated as new servers and/or software applications appear or become popular. It should be noted that while customizing the configuration 102 for particular clients may be beneficial, one does not need to know the exact set of applications a client is running in order to create a configuration. In other words, the client's hardware and software will typically be a subset of all the hardware and software described in the configuration 102.
As shown in
A metric is a piece of monitoring information that is directly related to a certain MIS. Several metrics may be associated with a single MIS, but a metric can only be associated with one MIS. The list of detected metrics 304 is used to accumulate metrics as they are detected by the data source detection module 100. This list eventually becomes part of the results that the data source detection module provides the client or the data collection tools.
A probe engine is a software module used for probing services for monitoring information sources. All probe engines must provide the same well-defined interface in order for the data detection module to be able to use them in a similar way. In normal operation the data source detection module 100 may contain multiple instances of several types of probe engines which make up the probe engine pool 300. A separate instance of a probe engine is used in conjunction with each separate service. Different types of probe engines are provided for different types of services. For example, a certain type of probe engine may be used for a command line based service, while another type of probe engine may be used for a GUI based service. Each probe engine implements the specific logic needed to communicate with a particular type of service. Probe engines may be added or removed from the data source detection module 100 in order to update it. New probe engines may be added in order to support new services.
Configuration 102 includes a Service Table, an MIS Detection Table and a Metric Table.
Service table row 400 contains several fields, such as the Name field 401 which specify the service name. The service name is used by the data source detection module to determine which probe engine type to use for that particular service. The ConnectInfo field 402 contains information needed to connect to the particular service. Such information may be a port number, for example. The information in the ConnectInfo field is in a form tailored for the particular probe engine that will be used for the service. For example, the ConnectInfo field may contain the number 512, and the probe engine handling the object may be configured to treat that number as a port number. Fields 403, 404, 405, 412, 413, 414, 422, 423, 424, 425 are similarly tailored to the type of probe engine that will process them. The RequestParams field 403 is used to describe the request that the probe engine should use to access the service. The request specified in field 403 is used by the probe engine to validate the service and to gather meta information from the service. The RequestParams field may include a command line such as “mpstat”. It may also include parameters that are meant to be used with a command line. The ResponseParseInfo field 404 is used to specify how the response from the service is to be parsed. An example of the contents of field 404 is “get column 2” or just “2”, which may be interpreted by the probe engine to mean “get column 2”. The ValidationInfo field 405 is used to specify a test which must ensure that the service is valid, i.e., present and functioning. An example of field 405 contents is “OS Version”, which may be interpreted by the probe engine to mean “service is valid if the parsed information contains string ‘OS Version’.”
MIS Detection Table row 410 contains several fields as well. The Name field 411 provides the name of the MIS. The ServiceName field 412 contains the name of the service with which the MIS is associated. An MIS is associated with the service that provides data about that MIS. The RequestParams field 413 is similar to the RequestParams field 403. The difference is that field 413 contains request information that is needed to obtain data pertaining to the MIS. The ResponseParseInfo field 414 is similar to the response parse info field 404. However it is used to parse for information about MIS and not for meta data or service validation information.
The Name field 421 of the Metric Table row 420 is used to specify the name of a metric. The MISName field 422 is the name of the MIS with which the metric is associated. The RequestParams field 423 is similar to field 403 and 413 but it specifies request parameters for retrieval of the metric. The ResponseParseInfo field 424 is similar to fields 404 and 414 but it describes how information relating to the metric should be parsed. The ValidationInfo field 425 describes a test that should be used to ensure that the metric is valid. This test differs from the test described in field 405, because a service may be valid, but it may be unable to provide valid information regarding a certain metric. For example if a service for some reason is unable to provide a processor utilization rate, it may display an “X” in the space where this information is meant to be provided to indicate that no information is available. In such a case field 425 will describe a test whether or not an “X” is present.
Before data source detection is initiated, the list of detected monitoring information sources 302 and the list of detected metrics 304 are empty. The pool of probe engines contains a single probe engine of each possible type. The user initially specifies the scope of the environment 104 to be examined. The user can do this by entering a list or a range of network addresses of the computers or devices (machines) that are to be examined.
The data source detection module loads the configuration 102, and performs the process described in
The probe engine loads the information from the service table and starts the process of probing for a service, described in the service table. The probe engine uses the information in the ConnectInfo 402 field to determine where it should look for the service. If a service is available the probe engine moves on to step 503 where it identifies the MIS(s) for which the service is providing information. These MISs are stored in the list of detected MISs 302. Once the MISs are stored and identified the probe engine in step 504 finds and validates all the metrics that are associated with any of the MISs. Steps 502, 503 and 504 are shown in more detail in
Probing for services means that the probe engine verifies whether the service is responding (step 602 in
The process of validation is similar for services or metrics and is shown in
Each service which is successfully probed (probing process 502) is used by the data source detection module 100 for the subsequent MIS probing process 503 and the metric probing process 504.
The MIS Probing process 503 is illustrated in more detail in
The list of detected MIS 302 is preferably implemented as a detected MIS table. Each row in the table represents one detected MIS instance. An example of such a row is shown in
Once the probe engine is finished with the MIS Probing process 503, it has to examine what kind of monitoring information is available for the found MIS stored in the list of detected MISs 302. The probe engine queries and validates various pieces of monitoring information (metrics) for each row in the list of detected MISs 302 by referring to the metric table, in the configuration 102.
The metric probing process is shown in
Each detected metric in the list of detected metrics 304 is represented as a row in a DetectedMetric table. An example of such a row is shown as 1100 in
With reference to the MIS probing process shown in
This exemplary result identifies four processors, each processor being described by a row. The first column is a processor identification number, and the following columns are the values of various metrics, wherein an “X” signifies that the corresponding metric is not available. The probe engine reads the response and extracts the MIS identifications according to the response parse parameter 1213 (step 703). The response parse parameter 1213 signifies that the MIS identification is saved in the very first column (column 0). The response consists of four rows, and therefore the probe engine will place in the list of detected MISs 302 four instances of MISs with the MISName fields 1001 set to “Processor” and MIS_ID fields 1003 set 0, 1, 2 and 3, respectively (step 704). These four instances represent the four processors. Of course, other scenarios are possible when other probe engines, operating systems and/or services or daemons are present.
With reference to the metric probing process shown in
In this resulting string the Kernel Time is represented by the second column (identified as column 1, since the first column is column 0). The probe engine will pick up column 1 based on ResponseParseInfo field 1223. The probe engine will successfully verify the value of column 1, based on the ValidationInfo field 1224, because it is a number. In step 804 the verified metric for the first processor (Proc 0) is stored as a row in the list of detected metrics 1270. Similarly the same metric for the other three processors is stored.
Once all services listed in the configuration are queried, the validated monitoring information sources and the validated metrics containing information about the MISs are obtained. This process is repeated for each machine in the user specified environment to retrieve similar MISs and metric groups for each such machine. Thus, the invention produces a description of what monitoring information is available and how this information can be accessed. The resulting information may be presented to the user via the GUI 106 or sent to data collection tools 108, as described in
A graphic user interface 106 is used to communicate with the user. The GUI 106 allows the user to initiate data collection, view the results, and enter passwords if needed. The GUI may also interface with one or more data collection tools 108, that are used in conjunction with the data source detection module. The data source detection module may either store the results to a file or it may be queried for its results.
The data collection tools 108 are tools that use the data sources or performance information sources, identified by the data source detection module, in order to collect performance information from them.
The data source detection module 100 may be running from within the environment 104 it is examining, i.e., on an Internet server. It may also run on a remote computer and query the environment 104 through the Internet or another computer network. Similarly, the GUI 106 may run on the same computer as the data collection module 100, or it may run on a different computer or on a terminal and communicate with the data collection module 100 through a computer network. The configuration 102 can be stored locally or remotely. The data collection tools 108 may also be running on a local or remote machine, related to the other elements. When remotely used, this invention is not “intrusive” and cannot directly impact reliability of the target system 104.
While the foregoing description and drawings represent illustrative embodiments of the present invention, it will be understood that various changes and modifications may be made without departing from the spirit and scope of the present invention.
This application claims the benefit of U.S. Provisional Application No. 60/431,076, filed Dec. 5, 2002.
Number | Name | Date | Kind |
---|---|---|---|
5878420 | de la Salle | Mar 1999 | A |
6000045 | Lewis | Dec 1999 | A |
6070190 | Reps et al. | May 2000 | A |
6108782 | Fletcher et al. | Aug 2000 | A |
6141699 | Luzzi et al. | Oct 2000 | A |
6321263 | Luzzi et al. | Nov 2001 | B1 |
6330564 | Hellerstein et al. | Dec 2001 | B1 |
6515968 | Combar et al. | Feb 2003 | B1 |
6529784 | Cantos et al. | Mar 2003 | B1 |
6633835 | Moran et al. | Oct 2003 | B1 |
6691067 | Ding et al. | Feb 2004 | B1 |
6798417 | Taylor | Sep 2004 | B1 |
7051098 | Masters et al. | May 2006 | B2 |
7120621 | Bigus et al. | Oct 2006 | B2 |
7152105 | McClure et al. | Dec 2006 | B2 |
7167915 | Bendich et al. | Jan 2007 | B2 |
7225250 | Harrop | May 2007 | B1 |
7277938 | Duimovich et al. | Oct 2007 | B2 |
7281040 | Ly | Oct 2007 | B1 |
7600007 | Lewis | Oct 2009 | B1 |
20020062237 | Matsumoto et al. | May 2002 | A1 |
20020099818 | Russell et al. | Jul 2002 | A1 |
20020105911 | Pruthi et al. | Aug 2002 | A1 |
20020128976 | O'Connor et al. | Sep 2002 | A1 |
20020177907 | Hand et al. | Nov 2002 | A1 |
20030110276 | Riddle | Jun 2003 | A1 |
20030167270 | Werme et al. | Sep 2003 | A1 |
20030195861 | McClure et al. | Oct 2003 | A1 |
20030200294 | Thorpe et al. | Oct 2003 | A1 |
20030221006 | Kuan et al. | Nov 2003 | A1 |
20030225549 | Shay et al. | Dec 2003 | A1 |
20040024767 | Chen | Feb 2004 | A1 |
20040039728 | Fenlon et al. | Feb 2004 | A1 |
20040064552 | Chong et al. | Apr 2004 | A1 |
Number | Date | Country | |
---|---|---|---|
20040111425 A1 | Jun 2004 | US |
Number | Date | Country | |
---|---|---|---|
60431076 | Dec 2002 | US |