CN113704068A - System, management method for operation of system, server, and computer-readable storage medium - Google Patents

System, management method for operation of system, server, and computer-readable storage medium Download PDF

Info

Publication number
CN113704068A
CN113704068A CN202010438053.7A CN202010438053A CN113704068A CN 113704068 A CN113704068 A CN 113704068A CN 202010438053 A CN202010438053 A CN 202010438053A CN 113704068 A CN113704068 A CN 113704068A
Authority
CN
China
Prior art keywords
log
analysis result
preset
server
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.)
Pending
Application number
CN202010438053.7A
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.)
Shanghai Huiya Information Technology Co ltd
Original Assignee
Shanghai Huiya Information 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 Shanghai Huiya Information Technology Co ltd filed Critical Shanghai Huiya Information Technology Co ltd
Priority to CN202010438053.7A priority Critical patent/CN113704068A/en
Publication of CN113704068A publication Critical patent/CN113704068A/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
    • G06F11/3476Data logging

Abstract

The application discloses a management method, a server, a system and a computer readable storage medium for system operation, wherein the management method for system operation comprises the following steps: the management server receives log summary information sent by each website server in the system; analyzing the log summarizing information to generate an analysis result; and pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result. By the method, the server and the service can be maintained to normally run, and the effectiveness of the system is kept.

Description

System, management method for operation of system, server, and computer-readable storage medium
Technical Field
The present invention relates to the technical field of system operation management, and in particular, to a system, a method for managing operation of the system, a server, and a computer-readable storage medium.
Background
With the development of network technology, a server needs to process a large amount of data every day and includes many service nodes, each of which processes different service data, and the amount of data processed and the running time of each service node may be different.
Although the server is routinely maintained by someone in the using process, due to a large amount of data and hardware equipment in the system, the server cannot be checked in time and monitored one by one. When the server is abnormal, for example, the server is crashed or the time delay is too large, if the server does not respond immediately, the abnormal condition is eliminated, the normal work of the server and the service is influenced, great loss is brought to a user, and the user experience is influenced.
Disclosure of Invention
The technical problem mainly solved by the application is how to maintain the normal operation of the server and the service and keep the effectiveness of the system.
In order to solve the above technical problem, one technical solution adopted by the present application is to provide a method for managing system operation, where the method includes: the management server receives log summary information sent by each website server in the system; analyzing the log summarizing information to generate an analysis result; and pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result.
The log summarizing information is obtained by collecting and summarizing the work logs of the website server per se at preset time intervals; and/or, the step of analyzing the log summary information to generate an analysis result comprises: and analyzing the log summary information of each website server according to a preset analysis sequence to generate the analysis result.
The working log comprises at least one of an access log of a website server, a running log of a service, a cached performance test log or a performance test log of a database; the preset analysis sequence is a receiving sequence of the log summary information of each website server or a preset priority of each website server.
Wherein the analysis results comprise log risk levels; the step of pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result comprises the following steps: and selecting a corresponding pushing strategy according to the log risk level, and pushing the analysis result to a preset person by adopting the selected pushing strategy.
Wherein, the step of selecting a corresponding push strategy according to the log risk level comprises: when the log risk level is a serious level, selecting a push strategy for pushing through a WeChat public number or a short message; and when the log risk level is a general level, selecting a pushing strategy for pushing in a mail mode.
Wherein, the step of analyzing the log summary information and generating an analysis result comprises: if the log summarizing information is determined to be an empty log within a preset time or the service time delay is larger than a preset threshold value, determining the log risk level corresponding to the log summarizing information to be a serious level; if the log summarizing information comprises at least one of statistical information, preset error information and notification type information, determining that the log risk level corresponding to the log summarizing information is a general level, wherein the preset error information is that the website server cannot normally provide page information.
After the step of pushing the analysis result to a preset person by using the pushing strategy corresponding to the analysis result, the method further comprises: determining a first optimization strategy according to the analysis result, and optimizing the system by using the first optimization strategy; or receiving a second optimization strategy fed back by the preset personnel, and optimizing the system by using the second optimization strategy.
In order to solve the above technical problem, another technical solution adopted by the present application is to provide a server, including a memory and a processor, which are coupled to each other, wherein the processor is configured to execute program instructions stored in the memory, so as to implement the management method for system operation as described in any one of the above.
In order to solve the above technical problem, another technical solution adopted by the present application is to provide a system, including a management server and a plurality of website servers, where each website server is configured to send respective log summary information to the management server, and the management server is configured to receive the log summary information sent by each website server, and implement the management method for system operation as described in any one of the above.
In order to solve the above technical problem, another technical solution adopted by the present application is to provide a computer-readable storage medium, on which program instructions are stored, and the program instructions, when executed by a processor, implement the management method for system operation as described in any one of the above.
The beneficial effect of this application is: different from the situation in the prior art, the log summarizing information sent by each website server in the system is received through the management server, then the log summarizing information is analyzed, an analysis result is generated, and the analysis result is pushed to preset personnel by adopting a pushing strategy corresponding to the analysis result. By the method, the running state of each website server can be analyzed through the log summarizing information sent by each website server, and the analysis result is pushed to the preset personnel so that the preset personnel can know the running state of each website server in time; in addition, through adopting different pushing strategies for different analysis results, the preset personnel can preferentially know the more important analysis results so as to maintain the normal operation of the server and the service and keep the effectiveness of the system.
Drawings
FIG. 1 is a schematic flow chart diagram illustrating an embodiment of a method for managing system operation provided herein;
FIG. 2 is a schematic flow chart diagram illustrating a method for managing system operation according to another embodiment of the present disclosure;
FIG. 3 is a schematic structural diagram of an embodiment of a server provided in the present application;
FIG. 4 is a schematic block diagram of an embodiment of a system provided herein;
FIG. 5 is a schematic structural diagram of an embodiment of a computer-readable storage medium provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating an embodiment of a method for managing system operation according to the present application. The management method for system operation in the embodiment includes:
step S11: and the management server receives the log summary information sent by each website server in the system.
The application is applied to a system consisting of a plurality of website servers, and can be understood that in order to maintain the normal operation of the servers and services in the system, developers need to know the operation condition of the application program of each website server in the system in time, the operation data of the application program is generally recorded in the log of the application program, the log can record hardware, software and system problems in the system and monitor events in the system, and a user can check the reason of error occurrence through the log or find traces left by an attacker when the user is attacked. However, as the number of websites and the number of users at each website increase, the log data of the application program becomes huge, and therefore, how the management server acquires the log of the application program from each website server is very important. In this embodiment, each website server collects the respective logs to form log collection information and send the log collection information to the management server, so that the management server can collect all the logs conveniently.
In an embodiment, the log summary information is obtained by collecting and summarizing the work logs of the web server per preset time interval. It can be understood that after the website server collects its own work logs, the website server needs to perform summary processing on the work logs, for example, the work logs may be arranged in a form favorable for storage and query, all the work logs are classified and managed, and index words are generated, where the index words include log time and log type information, so that the website server may send corresponding work logs to the management server according to the index words. The working logs can be preprocessed, for example, logs of the same type may exist in multiple services, so that the logs of the same type generated by the multiple services can be merged. In an application scene, only the logs with a certain special identifier may be subjected to statistical analysis subsequently, so that all the working logs can be split, and only the logs containing a certain special identifier are collected; for example, the log may have different levels according to the importance degree of the recorded event, such as a low level of program or system debugging information, a medium level which does not affect the system but is noticeable, a high level which must take measures to solve the problem immediately, and so on, so that by setting the output level of the log for the service, when the log information of the service and the log level corresponding to the log information are received, the relationship between the log level corresponding to the log information and the set output level may be compared; if the comparison result meets the preset output condition, the log information is output, so that necessary log records can be ensured, and the necessary log records can be used for analysis and diagnosis due to the output when the service operation is abnormal; if the comparison result does not meet the preset output condition, the log information is not output, so that IO resources can be saved.
The preset time can be set by a user according to needs, for example, the preset time can be 1 minute, ten minutes or 1 hour, the shorter the preset time is, the higher the validity of the system can be ensured, and when the preset time is within 1 minute, the validity of the system can reach the level of minutes.
Further, the work log may include at least one of an access log of a web server, a running log of a service, a performance test log of a cache, or a performance test log of a database. The access log of the website server records various original information such as a processing request received by the website server and errors in operation, and whether the application such as a visitor, a server and the like normally operates or which defects exist, and information such as components failed and the like can be clearly known through the access log of the website server; the operation log of the service can record the operation information of the service, so that a developer can conveniently develop and debug and know the execution condition of the production environment; the performance test log of the cache is a record when the performance test is carried out on the cache, and the cache performance can be known by knowing the availability of the cache; the performance test log of the database is a record of the database during performance test, and the performance of the database can be known through information such as the minimum connection number and the maximum connection number of the connection database. By analyzing the access log of the website server, the operation log of the service, the performance test log of the cache or the performance test log of the database, the system can be optimized in a targeted manner so as to maintain the normal operation of the server and the service and keep the effectiveness of the system.
Step S12: and analyzing the log summary information to generate an analysis result.
After the management server receives the log summary information, analysis and statistics are required. For example, the filtering may be performed according to the index word in the log summary information, and if the received log summary information includes information that matches the set index word, the risk or failure of the corresponding website server or service is analyzed, and an analysis result is generated.
In an embodiment, step S12 may specifically include: and analyzing the log summary information of each website server according to a preset analysis sequence to generate the analysis result. Because the management server may receive the log summary information of multiple website servers at the same time, or the management server receives new log summary information during the analysis process, the management server needs to analyze the log summary information of each website server according to a preset analysis sequence, so as to perform an ordered analysis on the log summary information.
Further, the preset analysis order may be a receiving order of the log summary information of each of the website servers, or a preset priority of each of the website servers. In one embodiment, the log summarizing information of each website server is arranged according to the receiving sequence, and the management server preferentially analyzes the log summarizing information received firstly; in another embodiment, a corresponding preset priority can be set for each website server, the log summarizing information received by the management server comprises the preset priority information of the website servers, and when the management server receives the log summarizing information of a plurality of website servers at the same time, the log summarizing information of the website server with higher preset priority can be selected to be processed preferentially; in other embodiments, all the log summary information received by the management server may be arranged according to the sequence of the time of generating the log data, and the management server may select to preferentially process the log summary information with an earlier occurrence time. It can be understood that after each website server sends the log summary information of the website server to the management server, all the log summary information is arranged according to the preset analysis sequence, and each website server can continue to perform subsequent collection and summary operations without waiting, so that the operation efficiency of the system is improved.
Step S13: and pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result.
It can be understood that the log summary information of each website server is analyzed, and the obtained analysis results may be different, so that the preset personnel can preferentially know the more important analysis results by adopting different push strategies according to different analysis results, so as to maintain the normal operation of the server and the service and maintain the effectiveness of the system.
In an embodiment, the analysis result includes a log risk level, and step S13 specifically includes: and selecting a corresponding pushing strategy according to the log risk level, and pushing the analysis result to a preset person by adopting the selected pushing strategy. It can be understood that the level identifiers of the log risk levels can be set in the analysis result, and different pushing strategies are correspondingly adopted for different level identifiers; for example, two levels of level identification may be set: the system comprises a log risk level and a severity level, wherein when the log risk level is the severity level, a pushing strategy for pushing through a WeChat public number or a short message can be selected, so that a preset person can receive a pushed analysis result in time, and when the log risk level is the general level, a pushing strategy for pushing through a mail can be selected; for another example, three levels of level identification may be set: the system comprises a log risk level, a severity level, a general level and an ignorable level, wherein when the log risk level is the severity level, a push strategy pushed in real time can be selected, so that preset personnel can know an analysis result in the first time, when the log risk level is the general level, a push strategy pushed in fixed time can be selected, the push times of the system are reduced, and when the log risk level is the ignorable level, the push strategy can be selected not to be pushed, so that the work task of the system is reduced.
As an implementable manner, the priority of the service can be preset, and different analysis orders and different push strategies are executed according to different priorities, so that the consumption of system resources and the log analysis burden of the management server are reduced. For example, the priority of the service is determined according to the access frequency of the user in a preset time period, the analysis sequence is set to three levels of priority analysis, queue analysis and temporary non-analysis according to the priority of the service, the analysis is performed according to the corresponding analysis level, and the analysis result is generated, so that the real-time analysis of the high-priority service is ensured, and the analysis burden of the management server is reduced; similarly, the pushing strategy is divided into three levels of real-time pushing, timed pushing and non-pushing according to the priority of the service, and the management server pushes the analysis result according to the pushing level.
Further, the step S12 may include: if the log summarizing information is determined to be an empty log within a preset time or the service time delay is larger than a preset threshold value, determining the log risk level corresponding to the log summarizing information to be a serious level; if the log summarizing information comprises at least one of statistical information, preset error information and notification type information, determining that the log risk level corresponding to the log summarizing information is a general level, wherein the preset error information is that the website server cannot normally provide page information.
It can be understood that if it is determined that the log is an empty log within the preset time based on the log summarizing information, it indicates that the corresponding web server may be hung within the preset time, or a new work log cannot be written due to insufficient storage space caused by the fact that the existing work log is full, and at this time, it is necessary for a preset person to confirm and maintain the state of the web server in time, so that it can be determined that the log risk level corresponding to the log summarizing information is a serious level; if the time delay of the service is greater than the preset threshold value, the service use experience of the user is influenced, and preset personnel are required to process in time to improve the use experience of the user, so that the log risk level corresponding to the log summary information can be determined to be a serious level; or 500 errors appear, which indicate server Internal errors (Internal server error), mainly caused by password errors of an IWAM account (a built-in account automatically established by a system when the IIS5 is installed and mainly used for starting Internet information services of an application program other than a process), and solving the problems requires manually synchronizing passwords of the IWAM account in an Active Directory, an IIS metabase database and a COM + application program, and specific operations all require logging in a computer by using an administrator identity to provide sufficient operation authority, so that preset personnel are required to process in time, and the log risk level corresponding to log summary information can be determined to be a serious level. On the other hand, because the statistical message and the notification message do not generally affect the normal operation of the server and the service, and the preset error message is a condition that the website server cannot normally provide page information, such as 404 error, which generally occurs when the server is attacked, due to the setting of the 404 error page, the potential client is also retained while the website architecture is perfected; therefore, when the log summary information comprises statistical information, preset error information or notification type information, preset personnel are not required to maintain and optimize the website server immediately, and therefore the log risk level corresponding to the log summary information can be determined to be a common level.
As an implementable mode, the analysis result can be pushed in the form of an analysis report, and the preset personnel can conveniently check the analysis result. The form of the analysis report is not particularly limited, and may be a bar chart, or the like. By adopting the technical scheme provided by the embodiment of the application, the working logs of all the website servers can be automatically analyzed, the analysis efficiency is higher, and the analysis errors caused by manual analysis errors can be reduced.
As an implementation manner, the analysis result pushed to the preset person may further include: and processing suggestions are given according to the analysis results. For example: when the website server has abnormal conditions of slow access, incapability of opening a link and the like, the management server can analyze whether the performance of the website server has problems and check whether resources such as a memory, a CPU (central processing unit), a disk, a network and the like are sufficient; for the situation of insufficient resources, suggestions for increasing corresponding resources can be given; and for the problems of unreasonable resource use and the like, the proposal can be given to modify the server logic to avoid abnormal operation.
In the embodiment, the running state of each website server is analyzed through the log summarizing information sent by each website server, and the analysis result is pushed to the preset personnel so that the preset personnel can know the running state of each website server in time; in addition, through adopting different pushing strategies for different analysis results, the preset personnel can preferentially know the more important analysis results so as to maintain the normal operation of the server and the service and keep the effectiveness of the system.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating a method for managing system operation according to another embodiment of the present disclosure. The management method for system operation in the embodiment includes:
step S21: and the management server receives the log summary information sent by each website server in the system.
Step S22: and analyzing the log summary information to generate an analysis result.
Step S23: and pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result.
In this implementation scenario, steps S21-S23 provided in this embodiment are substantially similar to steps S11-S13 in the previous embodiment of the management method for system operation provided in this application, and are not described herein again.
Step S24: determining a first optimization strategy according to the analysis result, and optimizing the system by using the first optimization strategy; or receiving a second optimization strategy fed back by the preset personnel, and optimizing the system by using the second optimization strategy.
It can be understood that after the management server analyzes the log summary information and generates the analysis result, the system may be automatically optimized or manually optimized according to the analysis result. When the system is automatically optimized, the setting of the system can be automatically adjusted according to the analysis result; for example, when interface display of a certain service is implemented by A, B, currently, the method a is used for implementing, when the number of abnormal logs generated by an operation error of a user on the page reaches a preset number, not only an alarm prompt is sent to preset personnel, but also service setting adjustment can be triggered, and then the method B can be automatically switched to implement display of the page. When the system is manually optimized, the system is actively optimized by the preset personnel after the analysis result is pushed to the preset personnel; for example, a pre-set person may optimize the system logic or may expand the device horizontally to accommodate the total amount of data in the system to achieve a minute-scale effectiveness for the system.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a server according to an embodiment of the present disclosure. The server 30 in the present application includes a memory 300 and a processor 302 coupled to each other, the memory 300 is used for storing program instructions, and the processor 302 is used for executing the program instructions stored in the memory 300, so as to implement the following management method for system operation:
the processor 302 receives log summary information sent by each website server in the system; analyzing the log summarizing information to generate an analysis result; and pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result.
Further, the log summarizing information is obtained by collecting and summarizing the work logs of the website server per preset time interval; and/or, the step of analyzing the log summary information and generating an analysis result by the processor 302 includes: the processor 302 analyzes the log summary information of each website server according to a preset analysis sequence to generate the analysis result.
Further, the working log comprises at least one of an access log of a website server, a running log of a service, a cached performance test log or a performance test log of a database; the preset analysis sequence is a receiving sequence of the log summary information of each website server or a preset priority of each website server.
As an implementable manner, the analysis result includes a log risk level; the step of pushing the analysis result to the preset personnel by using the pushing policy corresponding to the analysis result by the processor 302 includes: and selecting a corresponding pushing strategy according to the log risk level, and pushing the analysis result to a preset person by adopting the selected pushing strategy.
Further, the processor 302 performs the above step of selecting a corresponding push policy according to the log risk level, including: when the log risk level is a serious level, selecting a push strategy for pushing through a WeChat public number or a short message; and when the log risk level is a general level, selecting a pushing strategy for pushing in a mail mode.
Further, the step of the processor 302 performing the above analysis on the log summary information to generate an analysis result includes: if the log summarizing information is determined to be an empty log within a preset time or the service time delay is larger than a preset threshold value, determining the log risk level corresponding to the log summarizing information to be a serious level; if the log summarizing information comprises at least one of statistical information, preset error information and notification type information, determining that the log risk level corresponding to the log summarizing information is a general level, wherein the preset error information is that the website server cannot normally provide page information.
As an implementation manner, after the step of pushing the analysis result to the preset person by using the pushing policy corresponding to the analysis result, the processor 302 further includes: the processor 302 determines a first optimization strategy according to the analysis result, and optimizes the system by using the first optimization strategy; or receiving a second optimization strategy fed back by the preset personnel, and optimizing the system by using the second optimization strategy.
The specific process of implementing the above functions by the processor 302 and other components in the server 30 embodiment of the present application may refer to the above method embodiments.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an embodiment of a system provided in the present application. The system 40 of the present application includes a management server 400 and a plurality of website servers 402, where each website server 402 is configured to send respective log summary information to the management server 400, and the management server 400 is configured to receive the log summary information sent by each website server 402, and implement the management method for system operation according to any of the embodiments described above.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an embodiment of a computer-readable storage medium provided in the present application. Stored in the computer readable storage medium 50 are program instructions 500, which program instructions 500 can be executed to implement the method of rendering image frames as described above. The computer readable storage medium 50 may be a storage chip in a server, a readable and writable tool such as an SD card, or a server.
In the several embodiments provided in the present application, it should be understood that the disclosed method, server, system and apparatus may be implemented in other ways. For example, the above-described device architecture implementations are merely illustrative, and for example, a division of a module or a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The above description is only for the purpose of illustrating embodiments of the present application and is not intended to limit the scope of the present application, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the specification and the drawings of the present application or are directly or indirectly applied to other related technical fields, are also included in the scope of the present application.

Claims (10)

1. A method for managing operation of a system, the method comprising:
the management server receives log summary information sent by each website server in the system;
analyzing the log summarizing information to generate an analysis result;
and pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result.
2. The system operation management method according to claim 1, wherein the log summary information is obtained by collecting and summarizing the work logs of the web server per preset time interval;
and/or, the step of analyzing the log summary information to generate an analysis result comprises:
and analyzing the log summary information of each website server according to a preset analysis sequence to generate the analysis result.
3. A method for managing the operation of a system according to claim 2, wherein the work log comprises at least one of an access log of a web server, an operation log of a service, a performance test log of a cache, or a performance test log of a database;
the preset analysis sequence is a receiving sequence of the log summary information of each website server or a preset priority of each website server.
4. A method of managing the operation of a system according to claim 1, characterized in that said analysis results comprise log risk levels;
the step of pushing the analysis result to a preset person by adopting a pushing strategy corresponding to the analysis result comprises the following steps:
and selecting a corresponding pushing strategy according to the log risk level, and pushing the analysis result to a preset person by adopting the selected pushing strategy.
5. The method for managing system operation according to claim 4, wherein the step of selecting a corresponding push policy according to the log risk level comprises:
when the log risk level is a serious level, selecting a push strategy for pushing through a WeChat public number or a short message;
and when the log risk level is a general level, selecting a pushing strategy for pushing in a mail mode.
6. The method for managing system operation according to claim 5, wherein the step of analyzing the log summary information to generate an analysis result includes:
if the log summarizing information is determined to be an empty log within a preset time or the service time delay is larger than a preset threshold value, determining the log risk level corresponding to the log summarizing information to be a serious level;
if the log summarizing information comprises at least one of statistical information, preset error information and notification type information, determining that the log risk level corresponding to the log summarizing information is a general level, wherein the preset error information is that the website server cannot normally provide page information.
7. The method for managing system operation according to claim 1, wherein after the step of pushing the analysis result to a preset person using a push policy corresponding to the analysis result, the method further comprises:
determining a first optimization strategy according to the analysis result, and optimizing the system by using the first optimization strategy; alternatively, the first and second electrodes may be,
and receiving a second optimization strategy fed back by the preset personnel, and optimizing the system by using the second optimization strategy.
8. A server, comprising a memory and a processor coupled to each other, the processor being configured to execute program instructions stored in the memory to implement a method of managing the operation of the system according to any one of claims 1 to 7.
9. A system, characterized by comprising a management server and a plurality of website servers, wherein each website server is used for sending respective log summary information to the management server, the management server is used for receiving the log summary information sent by each website server, and the management method for managing the system operation according to any one of claims 1 to 7 is realized.
10. A computer readable storage medium having stored thereon program instructions, which when executed by a processor implement a method of managing the operation of the system of any one of claims 1 to 7.
CN202010438053.7A 2020-05-21 2020-05-21 System, management method for operation of system, server, and computer-readable storage medium Pending CN113704068A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010438053.7A CN113704068A (en) 2020-05-21 2020-05-21 System, management method for operation of system, server, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010438053.7A CN113704068A (en) 2020-05-21 2020-05-21 System, management method for operation of system, server, and computer-readable storage medium

Publications (1)

Publication Number Publication Date
CN113704068A true CN113704068A (en) 2021-11-26

Family

ID=78645942

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010438053.7A Pending CN113704068A (en) 2020-05-21 2020-05-21 System, management method for operation of system, server, and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN113704068A (en)

Similar Documents

Publication Publication Date Title
CN107992398B (en) Monitoring method and monitoring system of service system
WO2021008031A1 (en) Processing method for implementing monitoring intellectualization on the basis of micro-services, and electronic device
US20210184947A1 (en) Automatic capture of detailed analysis information based on remote server analysis
US7661032B2 (en) Adjusting sliding window parameters in intelligent event archiving and failure analysis
US10158541B2 (en) Group server performance correction via actions to server subset
US7827447B2 (en) Sliding window mechanism for data capture and failure analysis
US7725777B2 (en) Identification of root cause for a transaction response time problem in a distributed environment
US6397359B1 (en) Methods, systems and computer program products for scheduled network performance testing
US9047396B2 (en) Method, system and computer product for rescheduling processing of set of work items based on historical trend of execution time
EP1405187A1 (en) Method and system for correlating and determining root causes of system and enterprise events
US20160226728A1 (en) Automatic capture of detailed analysis information for web application outliers with very low overhead
CN109766241A (en) System monitoring method, apparatus, computer equipment and computer readable storage medium
CN107544832A (en) A kind of monitoring method, the device and system of virtual machine process
CN108809729A (en) The fault handling method and device that CTDB is serviced in a kind of distributed system
CN113946559A (en) Data processing method, target database system and data processing system
CN113704068A (en) System, management method for operation of system, server, and computer-readable storage medium
US11237892B1 (en) Obtaining data for fault identification
CN114610567A (en) Container monitoring method, network device and storage medium
CN115296976B (en) Internet of things equipment fault detection method, device, equipment and storage medium
CN113296840B (en) Cluster operation and maintenance method and device
CN116610536A (en) Method, device, equipment and storage medium for detecting processing time consumption of business system module
CN117762740A (en) Method, system, equipment and medium for data security monitoring
CN112732999A (en) Static disaster recovery method, system, electronic device and storage medium
CN115865612A (en) Network fault processing method and device, storage medium and electronic equipment
KR20230100901A (en) Edge service management apparatus and control method thereof

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