CN112231190A - Windows performance data collection and management device, system and method - Google Patents

Windows performance data collection and management device, system and method Download PDF

Info

Publication number
CN112231190A
CN112231190A CN202011031520.0A CN202011031520A CN112231190A CN 112231190 A CN112231190 A CN 112231190A CN 202011031520 A CN202011031520 A CN 202011031520A CN 112231190 A CN112231190 A CN 112231190A
Authority
CN
China
Prior art keywords
data
performance data
windows
performance
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011031520.0A
Other languages
Chinese (zh)
Inventor
陈康富
曹勇
舒伟
董琼康
黄鹏飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Dianyun Technology Co ltd
Original Assignee
Guangzhou Dianyun Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Dianyun Technology Co ltd filed Critical Guangzhou Dianyun Technology Co ltd
Priority to CN202011031520.0A priority Critical patent/CN112231190A/en
Publication of CN112231190A publication Critical patent/CN112231190A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring

Abstract

The invention discloses a device, a system and a method for collecting and managing Windows performance data, wherein the device comprises: the acquisition module is used for acquiring performance data of the Windows system by utilizing PDH; the data cleaning module is used for formatting the performance data collected by the collection module; the data interpolation and packing module is used for inserting supplementary data on the basis of carrying out data cleaning on the performance data collected by the collection module and packing the inserted data according to a communication protocol format of the performance data server; and the network transmission module is used for transmitting the packaged performance data to the performance data server.

Description

Windows performance data collection and management device, system and method
Technical Field
The invention relates to the technical field of computer application, in particular to a device, a system and a method for collecting and managing Windows performance data.
Background
WINDOWS generally refers to the Windows operating system, which is the most widely used operating system at present. In practical application, performance data of the system often needs to be collected and analyzed, so that the operation condition of the whole system is monitored, problems are found as soon as possible, and particularly when the application performance of the system is reduced and problems occur, the performance data need to be collected, so that the problems are found and solved.
At present, performance of a Windows system is mainly acquired through API (Application Programming Interface) interfaces dispersed in different DLLs (Dynamic Link Library) of Windows, and some data may need to be subjected to autonomous statistics to obtain final data.
This collection method requires the software developer to be very familiar with the operating system and to spend a lot of time and effort to know which API should be used to obtain various target performance data, and the data collected by the API often needs to be self-statistical.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention aims to provide a device, a system and a method for collecting and managing Windows performance data so as to realize the performance collection and report of the personalized requirements of a Windows system.
To achieve the above and other objects, the present invention provides a Windows performance data collecting and managing device, comprising:
the acquisition module is used for acquiring performance data of the Windows system by utilizing PDH;
the data cleaning module is used for formatting the performance data collected by the collection module;
the data interpolation and packing module is used for inserting supplementary data on the basis of carrying out data cleaning on the performance data collected by the collection module and packing the inserted data according to a communication protocol format of the performance data server;
and the network transmission module is used for transmitting the packaged performance data to the performance data server.
Preferably, the acquisition module acquires the Windows system performance data by calling an interface provided by Windows pdh.dll.
Preferably, the data cleaning module filters or deletes the collected performance data according to the requirement, unifies the data units, unifies the data format and unifies the data packing format.
Preferably, the supplementary data refers to critical data that can be associated with the current program running software and hardware environment of the host corresponding to the service system.
Preferably, the network transmission module transmits the packaged performance data to the performance data server through an HTTP protocol, and encrypts and transmits important sensitive data to the performance data server during transmission.
In order to achieve the above object, the present invention further provides a Windows performance data collection and management system, comprising:
the Windows performance data collection and management device is used for collecting performance data of a Windows system through PDH, supplementing the performance data of special requirements which are not in a PDH support range, and packing and sending the performance data to the performance data server according to a communication protocol format of the performance data server;
the performance data server is used for receiving the performance data sent by the Windows performance data collecting and managing device, selectively flowing the data to different modules according to a preset data flow rule, and carrying out subsequent processing by the modules;
and the terminal user is used for acquiring the performance data through the performance data server.
Preferably, the performance data server comprises:
the data receiving and processing module is used for receiving the performance data sent by the Windows performance data collecting and managing device and selectively flowing the data to different modules according to a preset data flow rule;
the real-time alarm module is used for receiving the data sent by the data receiving and processing module, giving an alarm, sending the alarm data to a subscriber terminal at a first time through various notification channels, and storing the alarm data into a database so as to count and analyze the alarm data;
the visual service module is used for receiving the data sent by the data receiving and processing module and presenting the alarm and performance data to a terminal user in a visual mode;
the data provider interface is used for receiving the data sent by the data receiving and processing module and providing the data for a third-party application to use;
and the database is used for receiving and storing the data sent by the data receiving and processing module and the alarm data generated by the real-time alarm module.
Preferably, the data flow rule configures data flow direction modules corresponding to each type of performance data, and the default rule is that data is transmitted to all modules.
Preferably, the manner of acquiring data by the end user includes using a visualization service provided by the system, directly querying the database through a data provider interface and through SQL.
In order to achieve the above object, the present invention further provides a method for collecting and managing Windows performance data, comprising the following steps:
step S1, the Windows performance data collection and management device is used for realizing performance data collection through PDH, and the performance data which is not in the PDH support range and has special requirements is supplemented and then packed according to the communication protocol format with the performance data server and sent to the performance data server;
step S2, the performance data server receives the performance data sent by the Windows performance data collecting and managing device, the data are selectively flowed to different modules according to the preset data flow rule, and the modules perform subsequent processing;
step S3, the end user obtains the performance data through the performance data server.
Compared with the prior art, the Windows performance data collection and management device, the system and the method realize the collection of the Windows system performance data through PDH, supplement the performance data with special requirements not in the PDH support range, package the performance data according to the communication protocol format of the performance data server, send the performance data server to the performance data server, selectively flow the data to different modules according to the preset data flow rule by the performance data server, and perform subsequent processing by the modules, thereby realizing the performance collection and report of the personalized requirements of the Windows system.
Drawings
FIG. 1 is a system architecture diagram of a Windows performance data collection and management system of the present invention;
FIG. 2 is a flowchart illustrating steps of a method for Windows performance data collection and management according to the present invention.
Detailed Description
Other advantages and capabilities of the present invention will be readily apparent to those skilled in the art from the present disclosure by describing the embodiments of the present invention with specific embodiments thereof in conjunction with the accompanying drawings. The invention is capable of other and different embodiments and its several details are capable of modification in various other respects, all without departing from the spirit and scope of the present invention.
Generally, the Windows performance collection target is to monitor the real-time running state of software and hardware resources such as CPU, memory, disk, network, main hardware temperature, process, etc. of the host, and these data can be usually viewed from the Windows task manager and performance monitor. The invention mainly realizes the performance acquisition and report of the personalized requirements similar to a Windows performance monitor by utilizing Windows PDH.
FIG. 1 is a system architecture diagram of a Windows performance data collection and management system according to the present invention. The invention relates to a Windows performance data collection and management system, comprising:
the Windows performance data collection and management device 10 is used for acquiring performance data by calling an interface provided by Windows pdh.dll, supplementing the performance data with special requirements which are not in a PDH support range, and then packaging and sending the performance data to the performance data server 20 according to a communication protocol format of the performance data server 20.
Specifically, the Windows performance data collecting and managing apparatus 10 further includes:
and the acquisition module 101 is used for acquiring performance data by calling an interface provided by Windows PDH.
In the invention, PDH makes full use of the performance data support system of Windows, the acquisition module 101 can realize centralized acquisition of system performance data by directly using PDH, the PDH accesses the performance data of the system and other performance provider data, the data includes but is not limited to all performance counters which can be added independently and are listed in a performance monitor of Windows, and each performance index data of the system can be directly and comprehensively acquired through an interface provided by Windows PDH.
In an embodiment of the present invention, the performance support system of Windows includes:
1. the Advapi32.dll module is a part of a high-level API (application program interface) service library, and comprises functions, object security, registry operation, event logs and the like.
2. The WMI (Windows Management Instrumentation) module is composed of a producer and a consumer and a CIM object Management system. The producer may be various modules and components inside Windows, or may be a third party application of Windows. And reporting the data of the CIM object management system to the CIM object management system through a standard interface. PDH calls WMI interface to obtain various performance data.
3. And (4) reading information from the Windows event log by using the Performance DLL and the Hi-Perf Data Provider Object, processing the information, and finally forming Performance statistical Data. The event log is automatically reported by all Windows programs.
And the data cleaning module 102 is configured to format the performance data collected by the collection module 101. For example, the data cleansing module 102 filters or prunes data, unifies data units, unifies data formats, and unifies data packing formats as needed. The filtering or deleting operation is an operation for formatting data, and when the data acquired by the acquisition module 101 is data, only a part of key information needs to be intercepted; or converting the text data into numerical type; or the target data is the result of the query return data operation, and at this time, formatting needs to be performed through the data cleaning module 102, and the total number is one.
And the data interpolation and packaging module 103 is used for inserting other supplementary data on the basis of performing data cleaning on the performance data collected by the collection module 101, and packaging the data according to the communication protocol format of the server receiving module.
The supplementary data is usually key data which can be associated with the current program running software and hardware environment of a host corresponding to a service system, such as a user ID and a game ID in a cloud game server, and the two data and performance data at the same time are packaged into a record to be reported, so that a fact basis is provided for positioning program problems
And the network transmission module 104 is used for transmitting the packaged performance data to the performance data server. In the embodiment of the present invention, the network transmission module 104 transmits the packaged performance data to the performance data server via the HTTP protocol, and during the transmission process, part of the important sensitive data may be encrypted and then transmitted to the performance data server.
And the performance data server 20 is configured to receive the performance data sent by the Windows performance data collection and management apparatus 10, selectively flow the data to different modules according to a preset data flow rule, and perform subsequent processing by the modules.
Specifically, performance data server 20 further includes:
the data receiving and processing module 201 is configured to receive performance data sent by the Windows performance data collecting and managing apparatus 10, and selectively flow the data to different modules according to a preset data flow rule, specifically, the following four different modules: database, real-time alerts, data provider interfaces, and visualization services.
In the specific embodiment of the present invention, the data flow rule configures a data flow direction module corresponding to each type of data, that is, a certain type of performance data can be received and processed by which modules, and the default rule is that data is transmitted to all modules and is autonomously processed by the modules. For data processing needs or traffic restrictions, the purpose can be achieved by configuring data flow rules, such as host descriptive data: the operating system, the starting time and the like are directly written into the database without being transmitted to the real-time alarm module; if some data does not need to be open to third party APP notification channels, it may not be passed to the data provider interface.
And the real-time alarm module 202 is configured to receive the data sent by the data receiving and processing module 201, perform alarm, send the alarm data to the subscriber terminal through various notification channels at a first time, and store the alarm data in a database so as to perform statistics and analysis on the alarm data.
And the visualization service module 203 is used for receiving the data sent by the data receiving and processing module 201 and presenting the alarm and performance data to the end user in a visualization mode.
And the data provider interface 204 is used for receiving the data sent by the data receiving and processing module 201 and providing the data to a third-party application for use, and is generally a mobile terminal application which can browse the data and receive an alarm by a user anytime and anywhere. For example, the application can be accessed to other application programs in the company, or the application of a message receiving channel, such as a data consuming end of a WeChat public number, a short message, a mail and the like. The module is an important bridge with diversified system functions, and various personalized monitoring requirements can be realized only by accessing the interface to an external application.
And the database 205 is used for receiving and storing the data sent by the data receiving and processing module 201 and the alarm data generated by the alarm module 202.
An end user 30 for obtaining performance data via the performance data server 20.
In the embodiment of the present invention, the data obtaining manner of the end user 30 includes the following three manners:
firstly, a terminal user monitors performance data reported by all hosts by using a visual service provided by the system and a WEB page access mode.
And secondly, checking on the third party APP through a data provider interface.
And thirdly, directly querying the database through SQL.
FIG. 2 is a flowchart illustrating steps of a method for a Windows performance data collection and management system according to the present invention. As shown in fig. 2, the method for collecting and managing Windows performance data of the present invention includes the following steps:
and step S1, the Windows performance data collection and management device is used for realizing performance data collection by calling an interface provided by Windows PDH.DLL, supplementing the performance data of special requirements which are not in the PDH support range, and then packaging and sending the performance data to the performance data server according to the communication protocol format of the performance data server.
Specifically, step S1 further includes:
and step S100, acquiring performance data by calling an interface provided by Windows PDH.
In the invention, PDH makes full use of the performance data support system of Windows, centralized collection of system performance data can be realized by directly using PDH, the PDH accesses the performance data of the system and other performance provider data, the data comprises but is not limited to all performance counters which can be added independently and are listed in a performance monitor of Windows, and various performance index data of the system can be directly and comprehensively collected through an interface provided by Windows PDH.
In an embodiment of the present invention, the performance support system of Windows includes:
1. the Advapi32.dll module is a part of a high-level API (application program interface) service library, and comprises functions, object security, registry operation, event logs and the like.
2. The WMI (Windows Management Instrumentation) module is composed of a producer and a consumer and a CIM object Management system. The producer may be various modules and components inside Windows, or may be a third party application of Windows. And reporting the data of the CIM object management system to the CIM object management system through a standard interface. PDH calls WMI interface to obtain various performance data.
3. And (4) reading information from the Windows event log by using the Performance DLL and the Hi-Perf Data Provider Object, processing the information, and finally forming Performance statistical Data. The event log is automatically reported by all Windows programs.
Step S101 formats the performance data collected in step S100. For example, data is filtered or deleted according to requirements, data units are unified, data formats are unified, and data packing formats are unified. The filtering or deleting operation is an operation for formatting data, and when the acquired data is acquired, only a part of key information is intercepted; or converting the text data into numerical type; or the target data is the result of the query return data operation, and at this time, formatting is required to be performed through step S101, and the sum is one.
And S102, inserting other supplementary data on the basis of performing the data cleaning of the step S2 on the performance data collected in the step S1, and packaging the data according to the communication protocol format of the server receiving module.
The supplementary data is usually key data which can be associated with the current program running software and hardware environment of a host corresponding to a service system, such as a user ID and a game ID in a cloud game server, and the two data and performance data at the same time are packaged into a record to be reported, so that a fact basis is provided for positioning program problems
And step S103, transmitting the packaged performance data to a performance data server. In the embodiment of the present invention, the network transmission module 104 transmits the packaged performance data to the performance data server via the HTTP protocol, and during the transmission process, part of the important sensitive data may be encrypted and then transmitted to the performance data server.
And step S2, the performance data server receives the performance data sent by the Windows performance data collecting and managing device, the data are selectively flowed to different modules according to the preset data flow rule, and the modules perform subsequent processing.
Specifically, step S2 further includes:
step S200, receiving the performance data of step S1, and selectively flowing the data to different modules according to a preset data flow rule, specifically, four different modules as follows: database, real-time alerts, data provider interfaces, and visualization services.
In the specific embodiment of the present invention, the data flow rule configures a data flow direction module corresponding to each type of data, that is, a certain type of performance data can be received and processed by which modules, and the default rule is that data is transmitted to all modules and is autonomously processed by the modules. For data processing needs or traffic restrictions, the purpose can be achieved by configuring data flow rules, such as host descriptive data: the operating system, the starting time and the like are directly written into the database without being transmitted to the real-time alarm module; if some data does not need to be open to third party APP notification channels, it may not be passed to the data provider interface.
Step S201, the real-time alarm module receives the data sent by the data receiving and processing module, alarms, sends the alarm data to the subscriber terminal through various notification channels at a first time, and simultaneously stores the alarm data in a database so as to count and analyze the alarm data.
And step S202, receiving the data sent by the data receiving and processing module through the visual service module, and presenting the alarm and performance data to the terminal user in a visual mode.
Step S203, the data received by the data receiving and processing module through the data provider interface is provided to a third party application for use, and the third party application is usually a mobile terminal application that a user can browse data and receive an alarm at any time and any place. For example, the application can be accessed to other application programs in the company, or the application of a message receiving channel, such as a data consuming end of a WeChat public number, a short message, a mail and the like. The module is an important bridge with diversified system functions, and various personalized monitoring requirements can be realized only by accessing the interface to an external application.
Step S204, a database is used for receiving and storing the data sent by the data receiving and processing module and the alarm data generated by the alarm module.
In step S3, the end user obtains performance data through the performance data server.
In the specific embodiment of the present invention, the terminal user has the following three data acquisition modes:
firstly, a terminal user monitors performance data reported by all hosts by using a visual service provided by the system and a WEB page access mode.
And secondly, checking on the third party APP through a data provider interface.
And thirdly, directly querying the database through SQL.
In summary, the Windows performance data collection and management device, system and method of the present invention collects Windows system performance data through PDH, supplements the performance data with special requirements not within PDH support range, packs the data according to the communication protocol format with the performance data server, and sends the data to the performance data server, and the performance data server selectively flows the data to different modules according to the preset data flow rule, and then the modules perform subsequent processing, so as to realize the performance collection and report of the personalized requirements of the Windows system.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Modifications and variations can be made to the above-described embodiments by those skilled in the art without departing from the spirit and scope of the present invention. Therefore, the scope of the invention should be determined from the following claims.

Claims (10)

1. A Windows performance data collection and management apparatus, comprising:
the acquisition module is used for acquiring performance data of the Windows system by utilizing PDH;
the data cleaning module is used for formatting the performance data collected by the collection module;
the data interpolation and packing module is used for inserting supplementary data on the basis of carrying out data cleaning on the performance data collected by the collection module and packing the inserted data according to a communication protocol format of the performance data server;
and the network transmission module is used for transmitting the packaged performance data to the performance data server.
2. The Windows performance data collection and management apparatus of claim 1, wherein: and the acquisition module acquires the Windows system performance data by calling an interface provided by the Windows PDH.
3. The Windows performance data collection and management apparatus of claim 1, wherein: the data cleaning module filters or deletes the collected performance data according to the requirement, unifies the data units, unifies the data formats and unifies the data packing formats.
4. The Windows performance data collection and management apparatus of claim 1, wherein: the supplementary data refers to critical data which can be associated with the current program running software and hardware environment of the host corresponding to the service system.
5. The Windows performance data collection and management apparatus of claim 1, wherein: and the network transmission module transmits the packaged performance data to a performance data server through an HTTP (hyper text transport protocol), and encrypts important sensitive data in the performance data server and transmits the encrypted important sensitive data to the performance data server in the transmission process.
6. A Windows performance data collection and management system, comprising:
the Windows performance data collection and management device is used for collecting performance data of a Windows system through PDH, supplementing the performance data of special requirements which are not in a PDH support range, and packing and sending the performance data to the performance data server according to a communication protocol format of the performance data server;
the performance data server is used for receiving the performance data sent by the Windows performance data collecting and managing device, selectively flowing the data to different modules according to a preset data flow rule, and carrying out subsequent processing by the modules;
and the terminal user is used for acquiring the performance data through the performance data server.
7. The Windows performance data collection and management system of claim 6, wherein said performance data server comprises:
the data receiving and processing module is used for receiving the performance data sent by the Windows performance data collecting and managing device and selectively flowing the data to different modules according to a preset data flow rule;
the real-time alarm module is used for receiving the data sent by the data receiving and processing module, giving an alarm, sending the alarm data to a subscriber terminal at a first time through various notification channels, and storing the alarm data into a database so as to count and analyze the alarm data;
the visual service module is used for receiving the data sent by the data receiving and processing module and presenting the alarm and performance data to a terminal user in a visual mode;
the data provider interface is used for receiving the data sent by the data receiving and processing module and providing the data for a third-party application to use;
and the database is used for receiving and storing the data sent by the data receiving and processing module and the alarm data generated by the real-time alarm module.
8. The Windows performance data collection and management system of claim 7, wherein: the data flow rule configures data flow direction modules corresponding to various types of performance data, and the default rule is that the data is transmitted to all the modules.
9. The Windows performance data collection and management system of claim 7, wherein: the method for acquiring data by the terminal user comprises the steps of using a visualization service provided by the system, directly querying the database through a data provider interface and through SQL.
10. A Windows performance data collection and management method comprises the following steps:
step S1, the Windows performance data collection and management device is used for realizing performance data collection through PDH, and the performance data which is not in the PDH support range and has special requirements is supplemented and then packed according to the communication protocol format with the performance data server and sent to the performance data server;
step S2, the performance data server receives the performance data sent by the Windows performance data collecting and managing device, the data are selectively flowed to different modules according to the preset data flow rule, and the modules perform subsequent processing;
step S3, the end user obtains the performance data through the performance data server.
CN202011031520.0A 2020-09-27 2020-09-27 Windows performance data collection and management device, system and method Pending CN112231190A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011031520.0A CN112231190A (en) 2020-09-27 2020-09-27 Windows performance data collection and management device, system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011031520.0A CN112231190A (en) 2020-09-27 2020-09-27 Windows performance data collection and management device, system and method

Publications (1)

Publication Number Publication Date
CN112231190A true CN112231190A (en) 2021-01-15

Family

ID=74107216

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011031520.0A Pending CN112231190A (en) 2020-09-27 2020-09-27 Windows performance data collection and management device, system and method

Country Status (1)

Country Link
CN (1) CN112231190A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1350228A (en) * 2001-12-04 2002-05-22 上海复旦光华信息科技股份有限公司 Automatic WINDOWS NT course protecting system
CN1750482A (en) * 2005-11-07 2006-03-22 烽火通信科技股份有限公司 Managing device and its method for centrally and uniformly managing device
US20130204948A1 (en) * 2012-02-07 2013-08-08 Cloudera, Inc. Centralized configuration and monitoring of a distributed computing cluster
CN106572366A (en) * 2016-11-10 2017-04-19 中广热点云科技有限公司 Content management system and method running in CMMB (China mobile multimedia broadcasting) super hotspot service platform
CN109067618A (en) * 2018-09-06 2018-12-21 北京奥技异科技发展有限公司 Distributed real-time data IOT acquisition system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1350228A (en) * 2001-12-04 2002-05-22 上海复旦光华信息科技股份有限公司 Automatic WINDOWS NT course protecting system
CN1750482A (en) * 2005-11-07 2006-03-22 烽火通信科技股份有限公司 Managing device and its method for centrally and uniformly managing device
US20130204948A1 (en) * 2012-02-07 2013-08-08 Cloudera, Inc. Centralized configuration and monitoring of a distributed computing cluster
CN106572366A (en) * 2016-11-10 2017-04-19 中广热点云科技有限公司 Content management system and method running in CMMB (China mobile multimedia broadcasting) super hotspot service platform
CN109067618A (en) * 2018-09-06 2018-12-21 北京奥技异科技发展有限公司 Distributed real-time data IOT acquisition system and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨嚣: "用Pdh库获得CPU利用率", 《HTTPS://BLOG.CSDN.NET/ZXY355/ARTICLE/DETAILS/49612545》 *

Similar Documents

Publication Publication Date Title
US11736378B1 (en) Collaborative incident management for networked computing systems
US11768811B1 (en) Managing user data in a multitenant deployment
US20220300354A1 (en) System and method for tagging and tracking events of an application
US11803548B1 (en) Automated generation of metrics from log data
US9514387B2 (en) System and method of monitoring and measuring cluster performance hosted by an IAAS provider by means of outlier detection
CN102118276B (en) Method and device for providing performance alarm services
US10616254B2 (en) Data stream surveillance, intelligence and reporting
US10579607B2 (en) Single point of dispatch for hybrid cloud deployment for indexer clusters
WO2019051948A1 (en) Method, apparatus, server, and storage medium for processing monitoring data
CN109039817B (en) Information processing method, device, equipment and medium for flow monitoring
CN110727560A (en) Cloud service alarm method and device
CN109684180A (en) Method and apparatus for output information
CN113760641A (en) Service monitoring method, device, computer system and computer readable storage medium
US10678803B2 (en) Single point of dispatch for management of search heads in a hybrid cloud deployment of a query system
US11461408B1 (en) Location-based object identification and data visualization
US8370110B2 (en) Network performance management
US11895237B1 (en) Scaled authentication of endpoint devices
CN112231190A (en) Windows performance data collection and management device, system and method
US20220398282A1 (en) Systems and methods for multi-vendor storage infrastructure in a dashboard
US11544343B1 (en) Codeless anchor generation for detectable features in an environment
CN113342619A (en) Log monitoring method and system, electronic device and readable medium
US10296967B1 (en) System, method, and computer program for aggregating fallouts in an ordering system
CN113761433A (en) Service processing method and device
CN113794719B (en) Network abnormal traffic analysis method and device based on elastic search technology and electronic equipment
US11474928B2 (en) Remote system filtered data item logging

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210115

RJ01 Rejection of invention patent application after publication