CN110990213A - Method and device for monitoring user logs in cluster environment in real time - Google Patents

Method and device for monitoring user logs in cluster environment in real time Download PDF

Info

Publication number
CN110990213A
CN110990213A CN201911007162.7A CN201911007162A CN110990213A CN 110990213 A CN110990213 A CN 110990213A CN 201911007162 A CN201911007162 A CN 201911007162A CN 110990213 A CN110990213 A CN 110990213A
Authority
CN
China
Prior art keywords
user
monitoring
monitored
log
log information
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.)
Granted
Application number
CN201911007162.7A
Other languages
Chinese (zh)
Other versions
CN110990213B (en
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.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Beijing Guodiantong Network Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Beijing Guodiantong Network 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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, Beijing Guodiantong Network Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201911007162.7A priority Critical patent/CN110990213B/en
Publication of CN110990213A publication Critical patent/CN110990213A/en
Application granted granted Critical
Publication of CN110990213B publication Critical patent/CN110990213B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for monitoring user logs in a cluster environment in real time, which are characterized in that a monitoring command sent by a monitoring end through a message queue server is received, a user sending a service operation request is determined, whether the user requesting currently is a monitored user is judged according to the monitoring command, if yes, monitored log information of the user requesting currently is generated, and the monitored log information is sent to the monitoring end through the message queue server. The invention is mainly applied to real-time monitoring of the user logs in the cluster environment, can dynamically designate the monitored users and the monitoring log level based on the memory through the scheme, has little influence on the performance of the system, improves the efficiency of searching log files, does not need to restart the application when changing the log monitoring level, and adds the user identification in the log under the condition of not modifying the compiling mode of a source code so as to separate the operation of a specific user.

Description

Method and device for monitoring user logs in cluster environment in real time
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for monitoring user logs in a cluster environment in real time.
Background
In Web applications, service debug logs are generally output to log files, if the debug logs of a certain function or a certain service need to be checked, the debug logs need to be searched in the log files, and when the debug logs are more, the searching efficiency is very low. In the conventional log monitoring technology, because log information lacks the identification of an operation user, the operation of a specific user is difficult to be separated from a large number of logs independently, if the user identification is added into the log, the writing mode of a source code needs to be modified, and the workload is increased for developers; whether the log is stored in a file system or a database, real-time monitoring cannot be achieved, and only the access frequency can be increased, so that the system performance is reduced; the log output level is usually specified based on a configuration file, changing the log level requires changing the configuration file and restarting the application service, and the log output level can only be set for different modules, and cannot be set for a specific user.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method and an apparatus for monitoring a user log in a cluster environment in real time, so as to solve the problems that a designated user and log information cannot be monitored in real time, efficiency of searching the log information is low, an operation of a specific user cannot be separated by identifying the user, a system is limited by IO performance, and an application must be restarted to change a log monitoring level.
Based on the above purpose, the present invention provides a method for monitoring user logs in a cluster environment in real time, which comprises:
receiving a monitoring command sent by a monitoring end through a message queue server;
determining a user sending a service operation request;
judging whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, generating monitored log information of the user requesting currently;
and sending the monitored log information to the monitoring terminal through the message queue server.
Optionally, the determining, according to the monitoring command, whether the user currently requesting is a monitored user, and if so, generating monitored log information of the user currently requesting specifically includes:
after receiving the monitoring command message, updating a monitored user set, wherein the monitored user set comprises all the monitored users;
intercepting all service operation requests of the current requesting user through a Filter mechanism;
judging whether the user requesting currently is in the monitored user set or not, if so, judging that the user requesting currently is a monitored user, and setting a monitoring identifier of a current request thread;
and generating the monitored log information.
Optionally, the monitoring command dynamically specifies a monitored user and a log output level of the monitored user for the monitoring end based on a memory.
Optionally, the log display interface of the monitored log information monitored end is sequentially added and displayed.
Optionally, the log level of the monitored log information is greater than or equal to the log output level of the monitored user set in the monitoring command.
Based on the same inventive concept, a method for monitoring user logs in cluster environment in real time is applied to a cluster system, and the cluster system comprises: the system comprises a monitoring terminal, a message queue server and at least one execution server;
the method comprises the following steps:
the execution server receives a monitoring command sent by the monitoring terminal through the message queue server;
the execution server determines a user sending a service operation request;
the execution server judges whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, monitored log information of the user requesting currently is generated;
and the execution server sends the monitored log information to the monitoring end through the message queue server.
A device for monitoring user logs in cluster environment in real time comprises:
the receiving unit is configured to receive a monitoring command sent by a monitoring terminal through the message queue server;
a determining unit configured to determine a user who issues a service operation request;
the judging unit is configured to judge whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, the monitored log information of the user requesting currently is generated;
a transmission unit configured to transmit the monitored log information to the monitoring terminal through the message queue server.
Optionally, the receiving unit receives the monitoring command, and dynamically specifies a monitored user and a log output level of the monitored user for the monitoring end based on the memory.
Optionally, the determining module is specifically configured to receive a service operation request sent by a user, generate a request thread, and determine the user sending the current service operation request.
Optionally, the determining module is specifically configured to,
after receiving a monitoring command message, updating the monitored user set, wherein the monitored user set comprises all the monitored users;
intercepting all service operation requests of the current requesting user through a Filter mechanism;
judging whether the user requesting currently is in the monitored user set or not, if so, judging that the user requesting currently is a monitored user, and setting a monitoring identifier of a current request thread;
and generating the monitored log information.
From the above, the method and the device for monitoring the user logs in the cluster environment in real time provided by the invention realize that log monitoring personnel can dynamically specify the users of the monitored logs and the log levels of the users of the monitored logs based on the memory, improve the searching efficiency, do not need to restart the application when changing the log levels of the users of the monitored logs, simply monitor the user operation logs in the cluster environment in real time, judge based on the thread identifiers, thereby separating the operation of specific users, intercept and forward the logs based on the memory and the message queue server, have little influence on the performance of the system, monitor the service operation log information of users logged in any server in the cluster in real time, have transparent proposal for developers, and have wide applicability because the developers can write related codes for recording the service logs according to the original mode, can be used in various Web applications.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a diagram illustrating the steps of a log real-time monitoring method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of modules and a monitoring process of a log real-time monitoring device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to specific embodiments and the accompanying drawings.
It is to be noted that technical terms or scientific terms used in the embodiments of the present invention should have the ordinary meanings as understood by those having ordinary skill in the art to which the present disclosure belongs, unless otherwise defined. The use of "first," "second," and similar terms in this disclosure is not intended to indicate any order, quantity, or importance, but rather is used to distinguish one element from another.
The embodiment of the invention provides a method for monitoring user logs in a cluster environment in real time, which is applied to a cluster server and also provides a device for monitoring the user logs in the cluster environment in real time.
Referring to fig. 1, a method of an embodiment of the invention includes the steps of:
s1 receives the monitoring command sent by the monitoring terminal through the message queue server.
In this step, the monitoring terminal is a server used by a monitoring person to log in a browser and start a monitoring application service, and the monitoring person can start the monitoring application service page through any cluster server which can use the browser, or can download a monitoring application service client through any intelligent device which can use the browser to open the monitoring application service page and start the monitoring application service. Monitoring personnel issue a monitoring command through the monitoring terminal based on memory dynamic, the monitoring command comprises a monitored user and the log output level of the monitored user, and after the monitoring command is issued, the log output levels of the monitored user and the monitored user are in a one-to-one binding relationship. At least one monitoring person is available, each monitoring person can issue a monitoring instruction dynamically to monitor any user to be monitored, each monitoring instruction is not affected mutually, and at least one cluster server receives the monitoring command sent by the monitoring end through the message queue server.
S2 identifies the user who made the service operation request.
In this step, at least one service user sending out a service operation request is provided, each service user sending out a service operation request is randomly configured with a cluster server, the cluster server where the service user is randomly configured can create a plurality of threads in advance, when the service user sends out a service operation request on a service page, the cluster server where the service user is located can take out an idle thread to process the service operation request, one service user can send out at least one service operation request, each service operation request can be processed corresponding to one thread, and the cluster server where the service user is located determines the user sending out the service operation request.
S3, according to the monitoring command, judging whether the user requested currently is the monitored user, if yes, generating the monitored log information of the user requested currently.
In this step, after receiving the monitoring command, the cluster server where the service user is located updates a monitored user set, where there is at least one person in the monitored user set. For example, the monitoring personnel include a monitoring person A, a monitoring person B and a monitoring person C, the monitoring person A designates a monitored user A, the monitoring person B designates a monitored user B, the monitoring person C designates a monitored user C, the monitored user A, the monitored user B and the monitored user C form a monitored user set, and the monitoring end can monitor at least one monitoring user at the same time and does not influence each other. After the monitored user set is updated, the cluster server where the service user is located intercepts all service operation requests of the service user sending the service operation request through a Filter mechanism, judges whether the user currently requesting is in the monitored user set, sets a monitoring identifier of the current request thread if the user currently requesting is in the monitored user set, and does not set the monitoring identifier of the current request thread if the user currently requesting is not in the monitored user set. The cluster server where the service user is located firstly records logs to generate log information, then judges the monitoring identification of the current request thread, and generates the monitored log information of the service user sending the service operation request if the monitoring identification exists.
S4 sends the monitored log information to the monitoring end through the message queue server.
In this step, the message queue server is any one of the cluster servers deployed with the message queue service, the cluster server where the service user is located uploads the monitored log information of the service user sending the service operation request to the message queue server, and the message queue server receives the monitored log information of the service user sending the service operation request and then sends the monitored log information to the monitoring terminal.
In the method, the step of stopping monitoring is as follows:
and receiving a monitoring stopping command sent by the monitoring end through the message queue server.
In this step, the monitoring stopping command is the monitored user, because the log output levels of the monitored user and the monitored user in the monitoring command in step S1 of the foregoing embodiment are in a one-to-one binding relationship, the monitoring stopping command can include two pieces of information of the log output levels of the monitored user and the monitored user at the same time only by inputting the monitored user, the monitoring staff dynamically issues the monitoring stopping command based on the memory through the monitoring end defined in step S1, and at least one cluster server receives the monitoring stopping command sent by the monitoring end through the message queue server.
Removing the user who stops monitoring from the monitored user set.
In this step, after receiving the monitoring stopping command, the cluster server where the service user is located updates the monitored user set, and deletes the monitored user included in the monitoring stopping command from the monitored user set.
The monitoring is stopped.
From the above, the method for monitoring the user logs in the cluster environment in real time provided by the invention realizes that log monitoring personnel can dynamically specify the users of the monitored logs based on the memory, and the log grade of the user of the monitored log, the searching efficiency is improved, the log grade of the user of the monitored log is changed without restarting the application, the user operation log under the cluster environment is simply monitored in real time, the judgment is carried out based on the thread identifier, the operation of a specific user can be separated, the interception and the forwarding of the log are carried out based on the memory, the method has the advantages that the influence on the performance of the system is extremely small, the business operation log information of a user logged on any server in a cluster can be monitored in real time, the scheme of the method is transparent to developers, the developers can write relevant codes for recording business logs according to the original mode, the applicability is wide, and the method can be used in various Web applications.
Based on the same inventive concept, the embodiment of the present invention further provides a cluster system, where the cluster system includes: the system comprises a monitoring terminal, a message queue server and at least one execution server.
Referring to fig. 2, in the system, the monitoring end is provided with a log monitoring Client module, the at least one execution server is provided with a log monitoring Agent module (also referred to as a log monitoring Agent module), a log monitoring management module (also referred to as a log monitoring Manager module) and a log recording Agent module (also referred to as a Logger Proxy module), the message queue server deploys a message queue service, and defines two topics based on a publish/subscribe mechanism, which are respectively a log monitoring command Topic (also referred to as a log monitoring command Topic) and a log monitoring information Topic (also referred to as a log monitoring information Topic). The use method of the system for implementing the cluster environment user log real-time monitoring method comprises the following steps:
and the execution server receives the monitoring command sent by the monitoring end through the message queue server.
In this step, the log monitoring management module in the at least one execution server first receives a monitoring command sent by a monitoring end, and then issues the monitoring command to the log monitoring command topic in the message queue server, and the log monitoring agent module in the at least one execution server receives the monitoring command by subscribing to the log monitoring command topic in the message queue server.
The execution server determines the user who sends the service operation request.
In this step, the user side may be any one of the at least one execution server, when a service user sends a service operation request at the user side, the at least one execution server may create a plurality of threads in advance, when the service user sends a service operation request at a service page, the cluster server where the service user is located may take out an idle thread to process the service operation request, and determine the user who sends the service operation request.
And the execution server judges whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, generates monitored log information of the user requesting currently.
In this step, after the log monitoring agent module in the at least one execution server receives the monitoring command, the log monitoring agent module in the at least one execution server first updates the monitored user set, then intercepts all service operation requests of the service users sending the service operation requests through a Filter mechanism, after all service operation requests of the service users sending the service operation requests are intercepted, first obtains the IDs of the service users sending the service operation requests, then compares the IDs of the service users sending the service operation requests with the IDs of all monitored users in the monitored user set, determines whether the currently requested user is in the monitored user set, if so, sets the monitoring identifier of the currently requested service operation request thread, and sets the monitoring log level in the monitoring command to the ThreadLocal variable of the currently requested service operation request thread, and if not, not setting the monitoring identifier of the current business operation request thread. The log recording agent module in the at least one execution server is an agent object for constructing a log record based on a tangent-oriented technology, the log recording agent module firstly records a log, generates log information, and then compares whether the log level in a ThreadLocal variable of the current request thread is greater than or equal to the monitoring log level in the monitoring command so as to judge whether the current request thread has a monitoring identifier, if the log level in the ThreadLocal variable of the current request thread is greater than or equal to the monitoring log level in the monitoring command, the current request thread has the monitoring identifier and generates monitored log information of the service user sending the service operation request, and if the log level in the ThreadLocal variable of the current request thread is less than the monitoring log level in the monitoring command, the current request thread does not have the monitoring identifier, the service user sending the service operation request is not monitored.
And the execution server sends the monitored log information to the monitoring end through the message queue server.
In this step, the log recording agent module in the at least one execution server uploads the monitored log information of the service user sending the service operation request to the log monitoring information topic in the message queue server, the log monitoring information topic sends the monitored log information of the service user sending the service operation request to the log monitoring delegation module in the monitoring terminal through the log monitoring management module in the at least one execution server, and the monitored log information of the service user sending the service operation request is displayed in the log monitoring delegation module in the monitoring terminal for real-time monitoring.
The system also sets a monitoring stopping flow:
and the at least one execution server receives a monitoring stopping command sent by the monitoring end through the message queue server.
In this step, the monitoring stopping command is the monitored user, the monitoring staff issues the monitoring stopping command dynamically based on the memory through the monitoring terminal, and the at least one execution server receives the monitoring stopping command sent by the monitoring terminal through the message queue server.
The at least one executive server removes the users who stopped monitoring from the set of monitored users.
In this step, after the log monitoring agent module in the at least one execution server receives the monitoring stopping command, the log monitoring agent module in the at least one execution server updates the monitored user set, and deletes the monitored user included in the monitoring stopping command from the monitored user set.
The monitoring is stopped.
Based on the same inventive concept, the embodiment of the invention also provides a device for monitoring the user logs in the cluster environment in real time, which comprises a receiving unit, a determining unit, a judging unit and a transmitting unit.
In the device, a receiving unit is configured to receive a monitoring command sent by a monitoring end through a message queue server;
a determining unit configured to determine a user who issues a service operation request;
the judging unit is configured to judge whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, the monitored log information of the user requesting currently is generated;
a transmission unit configured to transmit the monitored log information to the monitoring terminal through the message queue server.
The apparatus of the foregoing embodiment is used to implement the corresponding method in the foregoing embodiment, and has the beneficial effects of the corresponding method embodiment, which are not described herein again.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the idea of the invention, also features in the above embodiments or in different embodiments may be combined, steps may be implemented in any order, and there are many other variations of the different aspects of the invention as described above, which are not provided in detail for the sake of brevity.
The embodiments of the invention are intended to embrace all such alternatives, modifications and variances that fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements and the like that may be made without departing from the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (10)

1. A cluster environment user log real-time monitoring method is characterized by comprising the following steps:
receiving a monitoring command sent by a monitoring end through a message queue server;
determining a user sending a service operation request;
judging whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, generating monitored log information of the user requesting currently;
and sending the monitored log information to the monitoring terminal through the message queue server.
2. The method according to claim 1, wherein the determining, according to the monitoring command, whether the currently requesting user is a monitored user, and if so, generating monitored log information of the currently requesting user specifically includes:
after receiving a monitoring command message, updating a monitored user set, wherein the monitored user set comprises all monitored users;
intercepting all service operation requests of the current requesting user through a Filter mechanism;
judging whether the user requesting currently is in the monitored user set or not, if so, judging that the user requesting currently is a monitored user, and setting a monitoring identifier of a current request thread;
and generating the monitored log information.
3. The method of claim 1, wherein the monitor command specifies a monitored user and a log output level of the monitored user for the monitoring end based on memory dynamics.
4. The method according to claim 1, wherein the log display interface of the monitored log information monitored end is sequentially added and displayed.
5. The method of claim 3, wherein the log level of the monitored log information is greater than or equal to the log output level of the monitored user set in the monitoring command.
6. A method for monitoring user logs in cluster environment in real time is applied to a cluster system, and the cluster system comprises: the system comprises a monitoring terminal, a message queue server and at least one execution server;
the method comprises the following steps:
the execution server receives a monitoring command sent by the monitoring terminal;
the execution server determines a user sending a service operation request;
the execution server judges whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, monitored log information of the user requesting currently is generated;
and the execution server sends the monitored log information to the monitoring end through the message queue server.
7. A device for monitoring user logs in cluster environment in real time is characterized by comprising:
the receiving unit is configured to receive a monitoring command sent by a monitoring terminal through the message queue server;
a determining unit configured to determine a user who issues a service operation request;
the judging unit is configured to judge whether the user requesting currently is a monitored user or not according to the monitoring command, and if so, the monitored log information of the user requesting currently is generated;
a transmission unit configured to transmit the monitored log information to the monitoring terminal through the message queue server.
8. The apparatus of claim 7, wherein the receiving unit receives the monitoring command to dynamically specify the monitored user and the log output level of the monitored user for the monitoring end based on memory.
9. The apparatus according to claim 7, wherein the determining module is specifically configured to receive a service operation request sent by a user, generate a request thread, and determine the user sending the current service operation request.
10. The apparatus of claim 7, wherein the determining module is specifically configured to:
after receiving the monitoring command message, updating a monitored user set, wherein the monitored user set comprises all the monitored users;
intercepting all service operation requests of the current requesting user through a Filter mechanism;
judging whether the user requesting currently is in the monitored user set or not, if so, judging that the user requesting currently is a monitored user, and setting a monitoring identifier of a current request thread;
and generating the monitored log information.
CN201911007162.7A 2019-10-22 2019-10-22 Method and device for monitoring user logs of cluster environment in real time Active CN110990213B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911007162.7A CN110990213B (en) 2019-10-22 2019-10-22 Method and device for monitoring user logs of cluster environment in real time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911007162.7A CN110990213B (en) 2019-10-22 2019-10-22 Method and device for monitoring user logs of cluster environment in real time

Publications (2)

Publication Number Publication Date
CN110990213A true CN110990213A (en) 2020-04-10
CN110990213B CN110990213B (en) 2024-01-23

Family

ID=70082233

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911007162.7A Active CN110990213B (en) 2019-10-22 2019-10-22 Method and device for monitoring user logs of cluster environment in real time

Country Status (1)

Country Link
CN (1) CN110990213B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115016A (en) * 2020-08-06 2020-12-22 北京健康之家科技有限公司 Application performance monitoring system
CN113760641A (en) * 2021-01-08 2021-12-07 北京沃东天骏信息技术有限公司 Service monitoring method, device, computer system and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659443A (en) * 2017-09-22 2018-02-02 天翼电子商务有限公司 The monitoring method and its system of a kind of real time business
CN110297738A (en) * 2019-05-21 2019-10-01 深圳壹账通智能科技有限公司 Monitoring method, device, equipment and the storage medium of system service

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659443A (en) * 2017-09-22 2018-02-02 天翼电子商务有限公司 The monitoring method and its system of a kind of real time business
CN110297738A (en) * 2019-05-21 2019-10-01 深圳壹账通智能科技有限公司 Monitoring method, device, equipment and the storage medium of system service

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115016A (en) * 2020-08-06 2020-12-22 北京健康之家科技有限公司 Application performance monitoring system
CN113760641A (en) * 2021-01-08 2021-12-07 北京沃东天骏信息技术有限公司 Service monitoring method, device, computer system and computer readable storage medium

Also Published As

Publication number Publication date
CN110990213B (en) 2024-01-23

Similar Documents

Publication Publication Date Title
US9344371B1 (en) Dynamic throttling systems and services
US11153383B2 (en) Distributed data analysis for streaming data sources
US11249874B2 (en) Content-sensitive container scheduling on clusters
US9633106B1 (en) Log data analysis
CN106789377B (en) Service parameter updating method of network element cluster
US20150237113A1 (en) Method and system for file transmission
CN108390933B (en) Message distribution method, device, server and storage medium
JP2005539298A (en) Method and system for remotely and dynamically configuring a server
CN112511580B (en) Message pushing method, device, storage medium and equipment
CN105119966A (en) Official account management method and device
CN111698126B (en) Information monitoring method, system and computer readable storage medium
CN111970195B (en) Data transmission method and streaming data transmission system
CN108228322B (en) Distributed link tracking and analyzing method, server and global scheduler
CN112751847A (en) Interface call request processing method and device, electronic equipment and storage medium
CA3109311C (en) Aggregated service status reporter
US20180337840A1 (en) System and method for testing filters for data streams in publisher-subscriber networks
CN105677536A (en) Implementing method for task messages and task system for implementing task messages
CN110990213B (en) Method and device for monitoring user logs of cluster environment in real time
CN112732663A (en) Log information processing method and device
US7275250B1 (en) Method and apparatus for correlating events
CN108228432A (en) A kind of distributed link tracking, analysis method and server, global scheduler
CN115694699A (en) Time delay parameter acquisition method and device, electronic equipment and storage medium
CN113778709B (en) Interface calling method, device, server and storage medium
CN109815081A (en) The long range acquisition method and collection device of database performance
CN112433891A (en) Data processing method and device and server

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
GR01 Patent grant
GR01 Patent grant