CN102521099A - Process monitoring method and process monitoring system - Google Patents

Process monitoring method and process monitoring system Download PDF

Info

Publication number
CN102521099A
CN102521099A CN2011103781220A CN201110378122A CN102521099A CN 102521099 A CN102521099 A CN 102521099A CN 2011103781220 A CN2011103781220 A CN 2011103781220A CN 201110378122 A CN201110378122 A CN 201110378122A CN 102521099 A CN102521099 A CN 102521099A
Authority
CN
China
Prior art keywords
list
host
real
client
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
CN2011103781220A
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.)
Shenzhen Coship Electronics Co Ltd
Original Assignee
SHENZHEN TONGZHOU VIDEO MEDIA 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 SHENZHEN TONGZHOU VIDEO MEDIA CO Ltd filed Critical SHENZHEN TONGZHOU VIDEO MEDIA CO Ltd
Priority to CN2011103781220A priority Critical patent/CN102521099A/en
Publication of CN102521099A publication Critical patent/CN102521099A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a process monitoring method and a process monitoring system. The method comprises the following steps of: receiving a request for querying the list of monitored hosts from a client, acquiring the list of managed Windows and Linux hosts, and returning the list of the monitored hosts to the client; receiving information for polling a monitored host and the concerned process list of the host from the client, setting login information for logging in the host, and returning the concerned process list of the host to the client; and receiving information for querying the currently-running real-time process of the monitored host from the client, securely logging in the host based on SSH (Secure Shell) service, acquiring the list of all currently-running real-time processes of the host based on SNMP (Simple Network Management Protocol) service, filtering invalid process information according to the concerned process list of the host and a preset strategy, and outputting the acquired real-time process parameters to the client for exhibition. With the adoption of the process monitoring method and the process monitoring system, the cross-platform process monitoring can be achieved, and the cost for maintenance and development can be lowered.

Description

Process monitoring method and process monitoring system
Technical Field
The present invention relates to computer monitoring technologies, and in particular, to a process monitoring method and a process monitoring system.
Background
The process monitoring means monitoring various running processes in the Windows and Linux operating systems of the client, acquiring and analyzing various indexes including the memory utilization rate, the CPU occupation time, the current state of a program and the like during the process running, and reporting the running safety condition of the current system to a user according to various index information during the process running, so that the user can know the state of the process, and can timely maintain the process which has a fault when the process has a fault.
The existing process monitoring scheme is generally implemented based on a Windows Application Programming Interface (API) for a Windows operating system, for example, based on a Linux API for the Windows operating system, and a C-language development process monitoring program is implemented for the Linux operating system, for example, a C-language development process monitoring program is pre-implemented in the Windows operating system, and after the client is started, the process monitoring program is loaded to monitor the process started by the client, and a user may call a task manager in the Windows operating system through the Windows API to view related information of the current process operation, for example, a name of the current process operation, an operation path, CPU occupation time, memory usage, and the like, and may end a non-system process through a process termination control provided by a task manager interface.
As can be seen from the above, in the conventional process monitoring method, process monitoring between different operating systems (platforms) needs to be implemented through respective related application programming interfaces, for example, process monitoring in a Windows operating system can only be implemented through a Windows API provided by the Windows operating system, while process monitoring in a Linux operating system can only be implemented through a Linux API provided by the Linux operating system, and cross-platform process monitoring cannot be implemented, that is, process monitoring between different operating systems cannot be compatible, and even a process of another client cannot be monitored through one client; further, the process monitoring list is set by a program developer in advance, and cannot meet the configuration of the personalized requirements of the user; moreover, the process monitoring lists based on different operating systems (platforms) have higher development cost and larger maintenance workload.
Disclosure of Invention
In view of the above, the main objective of the present invention is to provide a process monitoring method, which achieves cross-platform process monitoring and reduces maintenance and development costs.
Another objective of the present invention is to provide a process monitoring system, which implements cross-platform process monitoring and reduces maintenance and development costs.
In order to achieve the above object, the present invention provides a process monitoring method, which comprises:
receiving a monitored host list query request of a client, acquiring a managed windows and linux host list, and then returning the monitored host list to the client;
receiving polling information of a monitored host selected by setting of a client and an attention process list of the host, setting login information for logging in the host, and returning the attention process list of the host to the client;
the method comprises the steps that a receiving user inquires real-time process information of a monitored host machine through a client side, the monitored host machine is safely logged in the host machine based on SSH service, all real-time process lists of the host machine in current operation are obtained based on SNMP service, invalid process information is filtered out according to a concerned process list of the host machine and a preset strategy, and then the obtained real-time process parameters are output to the client side for display.
The monitored host list includes: the IP address information of the network element, the name information of the monitoring process, whether alarm information is generated or not, the description information of the monitoring process, the default startup script information, the default shutdown script information and the default restart script information.
The monitored host list is configured in one or a combination of a database format and an extensible markup language format.
The process is composed of a plurality of process parameters, the process parameters including: the method comprises the following steps of process identification, process name, process manufacturer identifier, process running path, process starting parameter, process type, process running state, CPU using time and memory using size.
The process types include: unknown type, operating system type, device driver type, and application type.
The running state of the process comprises: operational, non-operational, and illegal.
The process monitoring comprises: process inquiry, process status polling, process start, process stop, and process restart.
The process starting comprises the following steps:
acquiring the name of the un-started process from the concerned process configuration list;
constructing a starting command character string to be executed according to the type of the monitored host, the process name and a starting mode selected by a user;
the process monitoring server executes the command on the monitored host computer through the SSH protocol to start the process.
Further comprising:
after the monitored host computer successfully executes the command, the SSH service returns the successful command execution information to the process monitoring server in a byte stream form;
the process monitoring server analyzes the returned result and acquires the process parameter data operated by the monitored host through SNMP;
and the process monitoring server outputs the process parameter data and the successful information of the starting process to the client requesting the process monitoring for displaying.
Further comprising:
and updating the set attention process list.
The updating comprises the following steps: adding a monitoring process, modifying the monitoring process and reconfiguring network element polling information.
The outputting the acquired real-time process parameters to the client for display comprises:
and if the preset warning strategy is determined to be a warning notification for notifying the user when the process fails or is suspended accidentally, after the process failure is determined, outputting warning information to notify the user and outputting the process parameter information of the failure to the client for display.
Further comprising:
and determining that the state of the concerned process which is failed or accidentally suspended is recovered to be normal, and sending alarm clearing information to a user.
The filtering out invalid process information according to the concerned process list of the host and a preset strategy, and then outputting the obtained real-time process parameters to the client for display comprises the following steps:
when the preset data acquisition interval time in the concerned process configuration list is up, determining that a host computer monitored by the requested process can be communicated by adopting a configured user name and a configured password through an SSH protocol;
acquiring a real-time process parameter data set of each monitored host according to the SNMP;
filtering the same process and the process with the process running state of being inoperable or illegal in the process parameter data set to obtain a filtered process parameter data set;
traversing the concerned processes in the concerned process configuration list, inquiring the processes with the same process names as the concerned processes in the filtered process parameter data set, and placing the inquired concerned processes in the real-time process set;
inquiring whether a process monitoring server generates offline warning information for an attention process in a real-time process set, if so, sending online warning clearing information of the attention process, and otherwise, sending offline warning information of the attention process;
and updating the stored attention process configuration list according to the attention process in the real-time process set.
The login information comprises: username, password, polling time, and whether to poll the information.
A process monitoring system, the process monitoring system based on a C/S architecture, comprising: a client and a process monitoring server, wherein,
the client receives the network element list updating notification of the process monitoring server, triggers a network element list acquiring request of the process monitoring server, and reloads a monitored network element list returned by the FE end of the process monitoring server to the interface; receiving a successful notification of real-time process polling of the process monitoring server, triggering to acquire a data request of the real-time process of the host, and reloading a real-time process list of returned goods of an FE (field programmable) end of the process monitoring server to an interface; triggering a polling information setting request of a monitored host, triggering an adding and deleting modification request of a concerned process, triggering a manual updating request of a real-time process, and triggering a modification request of the real-time process;
the process monitoring server receives a setting request of polling information of the monitored host, receives a request of an attention process list of the monitored host, receives a real-time process modification request of the monitored host, successfully modifies the database data through SQL statements, and then returns a processing result to the client through an FE end of the process monitoring server; after the polling information and the concerned process list of the monitored host are set, the process monitoring server realizes the safety authentication connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the client through the FE terminal of the process monitoring server.
The client comprises: a service forwarding module, a real-time process configuration module, an attention process management module and a display module,
the service forwarding module is used for forwarding various received RMI requests and SOCKET requests;
the attention process management module is used for forwarding an attention process configuration request of the client to the process monitoring server; receiving an attention process list returned by the process monitoring server, and adding, modifying and deleting the attention process result and forwarding the attention process list to the display module;
the real-time process configuration module is used for triggering the real-time process modification of the client, manually updating a request of the real-time process, and outputting a real-time process list of the monitored host inquired by the process monitoring server to the display module;
and the display module receives the information of the concerned process list, the real-time process list and the monitored host list and displays the information.
The client further comprises:
and the concerned process updating module is used for triggering the concerned process adding, deleting, modifying and checking requests of the monitored host, generating a concerned process list according to the data in the process monitoring server database after the XML file, and displaying the concerned process list at the client.
The process monitoring server comprises a front end and a back end, wherein,
the front end receives a process-concerned updating request of the client, a polling information setting request of the monitored host, a real-time process updating request of the monitored host, a process-concerned process of the monitored host, a real-time process query request and a request for acquiring all monitored host lists of the server and then forwards the requests to the rear end;
the back end receives the setting request of the polling information of the monitored host, receives the request of the concerned process list of the monitored host, receives the real-time process modification request of the monitored host, and returns the processing result to the client after the database data is successfully modified through SQL statements; after the polling information and the concerned process list of the monitored host are set, the BE terminal of the process monitoring server realizes the safety certification connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the FE.
The back end is further used for obtaining all monitored windows and Linux host lists of the server database, and a concerned process list and a real-time process list of a specific host.
The back end is further used for polling the process of the monitored host to change from online to offline, updating the stored real-time process list and outputting the information to the front end to inform the client requesting the process monitoring.
It can be seen from the foregoing technical solutions that, in the process monitoring method and the process monitoring system provided in the embodiments of the present invention, a setting request of polling information of a monitored host is received, a request of a process list of interest of the monitored host is received, a real-time process modification request of the monitored host is received, and after a database data is successfully modified through an SQL statement, a processing result is returned to a client through an FE terminal of the monitored host. After the polling information and the concerned process list of the monitored host are set, the process monitoring server realizes the safety authentication connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the client through the FE terminal of the process monitoring server.
Therefore, the difference of different operation platforms is shielded through the SNMP, the maintenance and development cost is reduced, the concerned process configuration list is set and stored, the concerned process of the user is obtained according to the SNMP, and then a script or a command is remotely executed through an SSH protocol, so that the process monitoring can be configured and the cross-platform process monitoring is realized.
Drawings
Fig. 1 is a flowchart illustrating a process monitoring method according to an embodiment of the present invention.
Fig. 2 is a schematic view of a process monitoring configuration list interface for user login entry according to an embodiment of the present invention.
Fig. 3 is a schematic flow chart illustrating a process parameter acquisition process by process status polling in a conventional process monitoring method.
Fig. 4 is a schematic structural diagram of a process monitoring system according to an embodiment of the present invention.
Fig. 5 is a schematic flow chart illustrating a process of acquiring process parameter data through SNMP 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 will be described in further detail with reference to the accompanying drawings and specific embodiments.
The existing process monitoring method realizes process monitoring under a Windows operating system by calling a Windows API, or realizes process monitoring under a Linux operating system by calling the Windows API, so that the process monitoring cannot really cross platforms, and a process monitoring list is set by a program developer in advance, so that personalized requirement configuration of a user cannot be met.
The Simple Network Management Protocol (SNMP) is a standard application layer Protocol used for managing Network nodes, such as clients, servers, workstations, routers, switches, etc., in an IP Network, and adopts a separation structure of Protocol and Management information, and receives event report messages from the Network nodes (Network elements) through the SNMP, so that a Network Management System (NMS) can know problems occurring in each Network element in the Network, and the purpose of monitoring and managing different Network nodes (Network elements) in the NMS can be achieved by using the SNMP.
The Secure Shell (SSH) protocol is a protocol established on the basis of an application layer and a transport layer and providing security for a telnet session and other network services, has functions of safe and reliable user identity authentication, online information encryption transmission and the like, and can be applied to different operating platforms, so that the SSH protocol can be used for effectively preventing the problem of information leakage in the process of remote management.
According to the recommendations of the Internet Activity Board (IAB), all network transmission Control Protocol/Internet Protocol (TCP/IP) devices must be manageable. Therefore, in the embodiment of the invention, in consideration of the fact that the process monitoring is realized on the basis of process query, the SNMP can shield the difference between the Windows operating platform and the Linux operating platform, the process configuration file of the monitored client is set and stored to meet the personalized requirement of a user, the process currently running by the monitored client is queried in real time through the SNMP, the state of the monitoring process is reflected in real time through SNMP state polling, the process is started, stopped and restarted through an SSH protocol, and the user is informed through an alarm if the process is determined to have a fault once. The method comprises the steps of acquiring a process concerned by a user through an SNMP, generating corresponding SSH commands according to different monitored clients and different process operations, and then remotely executing scripts or commands through an SSH protocol, so that starting, stopping and restarting of the process are realized, the starting, stopping and restarting of the process can be compatible with a Windows operating platform and a Linux operating platform, and cross-platform (system) process monitoring is realized.
The general flow of the embodiment of the invention is as follows: receiving a request of a user for increasing, deleting, modifying, checking and paying attention to the process, and returning a processed result to the client; receiving a request of a user for setting the polling parameters of the host, and returning a result after setting to the client; receiving a request for updating the network element list, and outputting the network element list set to an online client for display; receiving a request of a user for inquiring a real-time process, realizing authority authentication based on a secure shell SSH protocol service, acquiring host side real-time process data based on a Simple Network Management Protocol (SNMP), filtering out repeated processes and invalid processes based on a specific filtering rule, matching with a concerned process configured by the host, sending a corresponding alarm according to an alarm rule after matching is completed, and finally outputting the processed real-time process to a client for display. By applying the invention, cross-platform process monitoring can be realized, and maintenance and development costs can be reduced.
Fig. 1 is a flowchart illustrating a process monitoring method according to an embodiment of the present invention. Referring to fig. 1, the process monitoring flow includes:
step 101, receiving a request of a client for inquiring a monitored host list, acquiring a managed windows and linux host list, and then returning the monitored host list to the client;
in this step, a process monitoring configuration request of a client is received, information of a monitored host based on an SNMP service and an SSH protocol service is acquired, and a process monitoring configuration list carrying the monitored host is returned to the client.
In this step, if the monitored host does not have the SNMP service and the SSH protocol service installed, it cannot be used as the monitored object, and in practical application, if the monitored host needs to install the service conforming to the SNMP and the SSH protocol service, reference may be made to the related technical documents, and details are not described herein.
In default, the monitored host is not configured with the attention process in advance, the attention process can be added in two ways, and detailed description is subsequently performed. After the process monitoring client is started, if a user needs to set a process concerned by the user and perform process monitoring, an concerned process updating request is sent to the process monitoring server to request for process configuration.
The process monitoring server monitors Windows or Linux monitored hosts found by topology (Topo), provides an interface according to TOPO to distinguish whether the monitored hosts are Windows operating systems or Linux operating systems, and loads the monitored hosts into corresponding default attention process lists according to the types of the operating systems.
Xml section content is as follows:
Figure BDA0000111893020000091
Figure BDA0000111893020000101
xml contains a < poll > node, which contains a < process > node, i.e. a process monitoring configuration list, and a < process > node contains a plurality of < search > nodes, one < search > node represents a monitoring process configuration information, and the meaning of each attribute of the < search > node is shown in table 1.
TABLE 1
ID Network element name
matchCriteria Match mode (only support equality)
matchValue Match value
generateEvent Whether to send an alert
severity Severity level
de scription Process description information
In table 1, the network element refers to a monitored host.
The process monitoring configuration list is stored in a database table HostkeyProcess, and the meaning of each field in the table HostkeyProcess is shown in table 2.
TABLE 2
NeID Ip address of network element
ProcessName Name of monitoring process
IsSendNotification Whether or not to generate an alarm
Description Monitoring process description
startScript Default startup script
stopScript Default offClosed script
restartScript Default restart script
In table 2, an attention process is identified by a combination of a network element name and a process name, and an attention process configuration is performed by using an ip address of the network element and the attention process name as an identifier, for example, whether an alarm is generated, an attention process description, a default start script, a default close script, and a default restart script.
The concerned process list can be set in an Extensible markup language (XML) file format, and the concerned process can be configured by dynamically changing the XML file and storing the concerned process information of different monitored hosts in a database.
One process is composed of a plurality of process parameters, and the process parameters mainly comprise: process Identification (PID), process name, process manufacturer identifier, process execution path, process start parameter, process type, process execution status, CPU usage time, and memory usage size, wherein,
the process types include: unknown type, operating system type, device driver type, and application type;
the running state of the process comprises: operational, non-operational, and illegal.
Table 3 shows the main process parameters and their meaning contained by the process.
TABLE 3
Parameter name Meaning of parameters
Process Identification (PID) The process unique identifier is an integer
Process name The name of the process is a string of bytes between 0 and 64
Process producer identifier Object identifier, developer information uniquely identifying the process
Process execution path The running path of the process is a character string with the length of 0 to 328 bytes
Process start parameter The parameter when the process is started is a character string with the length of 0 to 328 bytes
Type of process Unknown, operating system, device driver, application program
Process running state Running, runnable, non-runnable, illegal
CPU usage time Time that the process has used the CPU
Memory usage size The allocated memory size of the process
When the process monitoring system is initially started, a windows attention process list is loaded according to a monitored host selected by a user, for example, the selected host is a windows. Specifically, the following list information is returned to the client:
acquiring a monitored host list of a process monitoring server;
after the authority authentication of each monitored host is realized based on the SSH protocol service, the current running process of each monitored host is obtained through the SNMP, a real-time process configuration list of the monitored host is generated according to the obtained current running process of each monitored host, a preset process monitoring configuration list and monitoring process configuration information, and the real-time process configuration list is output to the process monitoring client.
Acquiring a focus process list of a monitored host;
the process of acquiring the real-time process of the monitored host through the SNMP is described in detail later.
102, receiving polling information of a monitored host selected by the setting of a client and an attention process list of the host, setting a user name, a password, polling time and whether polling information is required to log in the host, and returning the attention process list of the host to the client;
in this step, a real-time process query request of a user for the selected monitored host is received, and process monitoring is performed according to the concerned process configuration list.
In this step, the process monitoring includes: process inquiry, process polling, process starting, process stopping, process restarting and the like.
The client user requesting process monitoring selects the login user name of the monitored host through input, password verification is carried out, the request for acquiring the real-time process list triggered by the concerned process is set, and the real-time process list is reloaded to the client after the real-time process list sent by the FE end of the process monitoring server is received.
Fig. 2 is a schematic view of a real-time process monitoring configuration list interface for user login entry according to an embodiment of the present invention. Referring to fig. 2, a user logs in through a host user name and a host password, a process monitoring configuration list interface comprises a network element name of each monitored host, a concerned process list of the currently selected monitored host, information on whether to automatically poll a checkbox and data acquisition interval information, in fig. 2, the process monitoring configuration list interface is divided into two columns, the left column is a monitored host list and comprises four monitored hosts for the user to check, of course, as the monitored hosts may be numerous, in the left column, the monitored host can be searched according to the network element name, the right column is a process setting column of the selected monitored host concerned, and above is an automatically polled checkbox and a data acquisition interval information frame, the user can set automatic polling by checking the automatically polled checkbox, and corresponding data acquisition interval information is input in the data acquisition interval information frame, the following process list concerned by the selected monitored network element is set according to the set process information acquisition time, and the process list concerned by the selected monitored network element comprises the following steps: whether to monitor the checkbox, monitor the process name, monitor the process description, start the script configuration, close the script configuration, and restart the script configuration. The user can store the monitoring process into the database for actual monitoring by checking the monitoring check box. And when the user clicks different network element names, correspondingly displaying the network element attention process list of the monitored host.
In the embodiment of the invention, a user selects a process with monitoring process names http, java, ping and vsftpd in a network element with a network element name of 170.20.27.32 as a concerned process to monitor, starts an automatic polling function and sets a data acquisition interval to be 15 seconds. Of course, in practical application, other monitored hosts can be queried.
After the concerned process is set, the client sends a real-time process query request and forwards the request to the process monitoring server, the process monitoring server receives the request and realizes safety authentication through SSH service, real-time process data of the monitored host is obtained through SNMP, a real-time process list matched with the concerned process is matched from the obtained real-time process of the monitored host, and then the real-time process list is sent to the client through FE.
Certainly, in practical application, the user may also update the process of interest of the monitored host and set polling information of the monitored host, where the updating includes: adding a monitoring process, modifying the monitoring process, deleting the monitoring process, reconfiguring network element polling information and the like, wherein,
when a monitoring process needs to be added, a user enters a process monitoring host configuration interface, a monitoring process list is loaded from processmonitor.
The network element monitoring process existing in the database table HostKeyProcess is displayed as a check state on the interface, and the network element monitoring process not existing in the database table HostKeyProcess but existing in ProcessMonitor. xml is displayed as a check canceling state on the interface.
In this way, a user can add a monitoring process to a database table in the following two ways.
(1) Checking an optional monitoring process list;
(2) the monitoring process is manually added to the database table HostKeyProcess.
Modification of the monitoring process:
when a user enters a process monitoring host configuration interface, loading a monitoring process list from a process monitor.
(1) The Description modifies the Description information of the monitoring process;
(2) startScript, modifying the default starting script position of the monitoring process;
(3) stopScript, modifying the default closing script of the monitoring process;
(4) restartScript, modifies the default restart script of the monitoring process.
Reconfiguring the polling information of the network element:
the polling information of the network element can be configured on the host configuration panel, and after the configuration is successful, the polling information is stored in a database table NePoller, and the configurable network element polling information fields are as follows:
(1) the host user name is the user name connected with the host;
(2) the host password is the password connected with the host;
(3) whether to automatically poll or not, namely whether to poll the process parameter data of the host regularly or not, wherein the field parameters are valid or not only when the user name and the password are valid and the host is provided with SSH service;
(4) data acquisition interval, i.e. the period of polling, the data acquisition interval parameter is meaningful only if there is automatic polling tick.
After the setting is successful, NePoller is stored in a database table, and parameters in the NePoller table are shown in the table 4.
TABLE 4
NeID Ip address of host
userName Host user name
password Host password
Type Network element type
IsPoller Whether to perform process status polling
Period Polling interval
The process monitoring is mainly carried out by checking the parameter data of the host process.
If the following two conditions are met, the jump to the host process parameter data panel can be determined through network element switching or clicking:
(1) the user has configured the network element polling information and the user name and password are correct, and the SSH protocol service is installed and started;
(2) the host installs and starts the SNMP service, and if the SNMP service is not installed, the host process parameter data cannot be acquired through the SNMP.
The real-time process query of the host is based on SNMP, the difference of network elements of different types can be shielded through the SNMP, and the process information currently running by the host is obtained by querying the table hrSWRunTable and the table hrSWRunPerfTable in the database. Specifically, the monitoring process of the network element is firstly queried from the database table HostKeyProcess, and then matched with the table hrSWRunTable and the table hrSWRunPerfTable acquired through SNMP, so as to acquire the process information currently running by the host.
The above-mentioned adding the monitoring process, modifying the monitoring process and configuring the polling information of the network element are that the user initiates a request at the process monitoring client, in the practical application, the process monitoring server can also initiate a request, mainly aiming at the newly found network element monitored by the process monitoring server, so as to query the network element list, automatically update the network element list and manually update the network element list in the pre-stored process monitoring configuration list, wherein,
and (3) inquiring the network element list:
and the user enters a process monitoring host configuration interface to load a new network element according to the network element discovered by the Topo background (process monitoring server) and the network element type list in the Processmonitor.
Automatic updating of the network element list:
when the Topo backstage newly finds the Windows or Linux host, all connected clients are informed to update the network element list through Socket communication.
Manual updating of the network element list:
the manual updating of the network element list is mainly applied to ensuring that the network element list at the process monitoring part is consistent with the database when the automatic updating fails. Specifically, the network element data to be updated is inquired from the network element type list in the processmonitor.
103, receiving real-time process information which is inquired by a user through a client and currently operated by a monitored host, safely logging in the host based on an SSH service, acquiring all real-time process lists currently operated by the host based on an SNMP service, filtering invalid process information according to an concerned process list of the host and a preset strategy, and outputting the acquired real-time process parameters to the client for display.
In this step, the acquired real-time process parameters matched with the concerned process are output to the client for display.
In this step, the real-time process is filtered according to a preset attention process: if the process is preset to be notified when the process fails or is suspended accidentally, after the process failure is determined, outputting alarm information to notify the user and outputting the process parameter information of the failure to a client for display; and if the process parameter concerned is preset, outputting the acquired process parameter information concerned to the client for display.
Further, for the case of outputting the alarm information, the method further includes:
and determining that the state of the concerned process which is failed or accidentally suspended is recovered to be normal, and sending alarm clearing information to a user. Therefore, real-time state management of the process is realized through process inquiry and the running state of the polling process, if the key process concerned by the user is stopped due to accidents, alarm information is generated to inform the user, and if the key process concerned by the user is recovered to be normal, alarm clearing information is sent.
Fig. 3 is a schematic flow chart illustrating a process parameter acquisition process by process status polling in a conventional process monitoring method. Referring to fig. 3, a process state polling method is adopted to query a process state, and the process polling is executed at a process monitoring server, and the process includes:
step 301, inquiring whether a polling switch is turned on, if so, executing step 302, otherwise, ending the process;
in this step, when the preset data collection interval time is up, if the Network Management System (NMS) queries that the automatic polling switch is turned on in the stored configuration list of the concerned process set in the client (Network element) requesting process monitoring, the process proceeds to step 302, otherwise, this polling is ended.
In the embodiment of the invention, the network element is a monitored windows or linux host, namely a monitored host, and the NMS comprises a process monitoring server and a process monitoring client.
Step 302, inquiring whether the selected monitored host can be communicated by adopting the configured user name and password through the SSH protocol, if so, executing step 303, otherwise, ending the process;
in this step, the monitored host authenticates the process monitoring server.
Step 303, acquiring a process parameter data set of the monitored network element according to the SNMP;
in this step, a process parameter acquisition request is sent to the monitored network element through the SNMP, and a real-time process parameter data set a of each monitored network element side is acquired and created.
Step 304, filtering the same process in the process parameter data set A to obtain a process parameter data set A1;
in this step, it is determined whether the two processes are the same, and the process name and the process operation path are used for matching. And if the process names and the process running paths of the two process parameters are the same, determining that the two processes are the same or repeated, and reserving one process.
305, filtering a process with a non-operational or illegal process operation state in the process parameter data set A1 to obtain a process parameter data set A2;
in this step, the processes with the running states of non-running and illegal (invalid) are filtered from the process parameter data set a1, and the running states of the processes are obtained as running and executable processes.
Step 306, obtaining an attention process configuration list set by a user from an NMS database to obtain an attention process set B;
in this step, the attention process of each monitored network element is set in an attention process configuration list set by the user, the attention process configuration list is configured by the user on the network element side requesting the monitoring process, the attention process of each network element can be added, deleted and modified, and the attention process is stored in the NMS database after the configuration is successful.
Step 307, if the number of elements in the attention process set B is 0, executing step 316, otherwise, executing step 308;
in this step, a process set C to be updated and a real-time process set D are created. And traversing the attention process set B, if the configured attention process does not exist in the attention process set B, namely the number of elements in the attention process set B is 0, entering a step 316, and otherwise, executing a step 308.
Step 308, for any concerned process in the concerned process set B, querying a process with the same process name as the concerned process in the process parameter data set a2, and placing the queried concerned process in the real-time process set D;
in this step, the real-time process corresponding to the process name of the process of interest in the process-of-interest set B is searched from the process parameter data set a2, and is placed in the real-time process set D.
Step 309, judging whether the number of elements in the real-time process set D is larger than 0, if so, executing step 310, otherwise, executing step 332;
in this step, if the number of elements in the real-time process set D is greater than 0, it indicates that there is an attention process matching the attention process set B in the process parameter data set a2 acquired through SNMP.
Step 310, inquiring whether the NMS generates the offline alarm information of the network element attention process, if so, executing step 311, otherwise, executing step 315;
in this step, the process is not online, including process non-runnability and process illegal.
Step 311, the NMS sends the online alarm clearing information of the network element attention process;
in this step, if the NMS has generated the information that the network element attention process does not generate the online alarm, that is, the network element attention process is abnormal and notified to the user before the current process status polling, the online alarm clearing information of the network element attention process is sent, and whether the alarm attribute generated by the network element attention process is false is modified. The alarm attribute is identified by a flag bit to indicate whether the network element attention process has generated an alarm, when the flag bit is true, the network element attention process is not on-line, and when the flag bit is false, the network element attention process is on-line.
Step 332, inquiring whether the NMS has generated an offline alarm of the network element attention process, if not, executing step 315, otherwise, executing step 313;
in this step, if the number of elements in the real-time process set D is 0, it indicates that there is no network element attention process matching the attention process set B in the process parameter data set a2 acquired through the SNMP, and the network element attention process is offline.
Step 313, the NMS sends the online alarm clearing information of the network element attention process;
step 314, adding the network element attention process into the attention process set C to be updated;
in this step, when the state of the process concerned by the network element changes from offline to online or from online to offline, it is necessary to modify whether the alarm field has been sent in the database, and thus, the NMS database needs to be updated.
In steps 313 to 314, if the NMS has not generated the no-online alarm of the network element attention process before, the NMS sends the no-online alarm of the network element attention process, and modifies whether the alarm attribute of the network element attention process is generated as True.
Step 315, sending the attention process off-line warning information, adding all processes in the attention process set C to be updated into the real-time process set D, and returning to the execution step 307;
in the step, if the number of elements in the real-time process set D is 0, adding a network element attention process to an attention process set C to be updated, and adding the attention process set C to be updated to the real-time process set D; otherwise, directly adding the network element attention process into the real-time process set D.
Step 316, updating the elements in the attention process set C to be updated into an NMS database;
step 317, the elements in the real-time process set D are updated into the NMS database.
At this point, the process polling process is finished, the query of the process state is equivalent to a simple process polling, and the process is similar to the process polling process and is not described again.
Fig. 4 is a schematic structural diagram of a process monitoring system according to an embodiment of the present invention. Referring to fig. 4, the system includes: a Client (Client) and a process monitoring Server (Server), the process monitoring system is based on a C/S structure, wherein,
the client receives the network element list updating notification of the process monitoring server, triggers a network element list acquiring request of the process monitoring server, and reloads a monitored network element list returned by the FE end of the process monitoring server to the interface; receiving a successful notification of real-time process polling of the process monitoring server, triggering to acquire a data request of the real-time process of the host, and reloading a real-time process list of returned goods of an FE (field programmable) end of the process monitoring server to an interface; in addition, the system is also responsible for triggering a polling information setting request of a monitored host, triggering an adding and deleting modification request of a concerned process, triggering a manual updating request of a real-time process and triggering a modification request of the real-time process.
And the process monitoring server receives a setting request of polling information of the monitored host, receives a request of a process list concerned by the monitored host, receives a real-time process modification request of the monitored host, successfully modifies the database data through SQL statements, and then returns a processing result to the client through an FE end of the process monitoring server. After the polling information and the concerned process list of the monitored host are set, the process monitoring server realizes the safety authentication connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the client through the FE terminal of the process monitoring server.
Wherein,
the client comprises: a service forwarding module, a real-time process configuration module, an attention process management module and a presentation module (not shown in the figure),
the service forwarding module is used for forwarding various received RMI requests and SOCKET requests;
the real-time process configuration module is used for triggering the real-time process modification of the client, manually updating a request of the real-time process, and outputting a real-time process list of the monitored host inquired by the process monitoring server to the display module;
the attention process management module is used for forwarding an attention process configuration request of the client to the process monitoring server; receiving an attention process list returned by the process monitoring server, and adding, modifying and deleting the attention process result and forwarding the attention process list to the display module;
and the display module receives the information of the concerned process list, the real-time process list and the monitored host list and displays the information.
Preferably, the client further comprises:
and the concerned process updating module is used for triggering the concerned process adding, deleting, modifying and checking requests of the monitored host, generating a concerned process list according to the data in the process monitoring server database after the XML file, and displaying the concerned process list at the client.
In this embodiment, the attention process configuration list is generated by performing check in a check frame provided in the process monitoring configuration list, relative to the process monitoring configuration list.
The updating comprises the following steps: adding a monitoring process, deleting the monitoring process, modifying the monitoring process and reconfiguring the polling information of the network element.
The processes not selected in the attention process configuration list are selected, so that the increase of the monitoring processes can be realized, and the monitoring processes can be increased in the attention process configuration list through manual release. If the process selected in the concerned process configuration list is cancelled, the monitoring process can be deleted.
And selecting the monitoring process selected from the concerned process configuration list, and modifying the parameter data of the monitoring process, so that the modification of the monitoring process can be completed. Similarly, the reconfiguration of the network element polling information can be realized by modifying the host user name, the host password, whether to automatically poll and the data acquisition interval information in the concerned process configuration list.
As described above, when the process monitoring server monitors that a new network element is found or an old network element is deleted, the process monitoring configuration list needs to be updated, and the client requesting process monitoring is notified of the information, so that the process-concerned updating module of the client receives the process monitoring configuration update list output by the process monitoring server and updates the process-concerned configuration list, for example, for a newly added monitored host, the corresponding process information of the monitored host is added to the process-concerned configuration list, so that a user provides a selection when updating the process-concerned configuration list next time.
The process monitoring server comprises a Front End (FE) and a Back End (BE) (not shown in the figure), wherein,
the FE is used for receiving a process-concerned updating request of the client, a polling information setting request of the monitored host, a real-time process updating request of the monitored host, a process-concerned process of the monitored host, a real-time process query request and a request for acquiring all monitored host lists of the server and forwarding the requests to the back end;
BE, receive the setting request of the polling information of the monitored host computer, receive the request of the concerned process list of the monitored host computer, receive the real-time process modification request of the monitored host computer, after modifying the database data successfully through SQL statement, then return the processing result to the customer end; after the polling information and the concerned process list of the monitored host are set, the BE terminal of the process monitoring server realizes the safety certification connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the FE.
Further, the BE is used for acquiring all monitored windows and Linux host lists of the server database, and an attention process list and a real-time process list of a specific host.
Preferably, the BE is also operative to poll processes to the monitored host for changes from online to offline, update the stored real-time process list, and output this information to the front-end to notify the client requesting process monitoring.
The operations primarily responsible for FE and BE are described below.
The FE is mainly responsible for monitoring updating (e.g., adding, deleting, modifying, etc. of a network element), monitoring of polling information change of the network element, Remote Method Invocation (RMI) request of the client, and sending a Socket message (Socket) to the client after automatic polling is completed, that is, mainly responsible for receiving the request of the client, forwarding the request to the BE, receiving information output by the BE, and forwarding the information to the client.
The BE is responsible for main operations including querying a network management Database (DB, Database), i.e., a process monitoring configuration list, executing an SSH command through an SSH protocol, and acquiring process parameter data of a network element side through an SNMP.
The Client is mainly responsible for interaction with the user and display of process parameter data.
The relationship among Client, FE and BE is as follows:
the Client and the FE register the same Socket to perform Socket communication.
The Client communicates with the FE through RMI, and the FE communicates with the BE through RMI.
The Client is responsible for receiving a request of a user, calling the RMI interface of the FE to modify the configuration of the network element polling information (such as whether polling is carried out, a host user name, a host password, a polling interval and the like), paying attention to a process, a real-time process starting script, a restarting script and a closing script, and also calling the RMI interface of the FE, and then forwarding the RMI requests to the BE terminal by the FE, wherein the FE terminal does not carry out actual processing, and realizes the starting, stopping and restarting of the process and the manual updating of the process state by the BE terminal.
In addition, the Client and the FE also maintain Socket communication, and the Client mainly receives the following events from the FE:
I. when NMS finds a new network element, deletes a network element or modifies network element attributes, the Client receives a message for updating the network element list sent by the FE through the Socket, and then the Client reloads the network element list from the NMS database.
II. When the process of the network element in the NMS is automatically polled, the Client receives an update real-time process interface message sent by the FE through the Socket, and then the Client reloads the real-time process list from the NMS database.
And III, after the client successfully updates the network element polling information, sending an update polling task message to the FE, and then loading a latest network element polling task list from the NMS database by the FE of the server.
Fig. 5 is a schematic flow chart illustrating a process of acquiring process parameter data through SNMP according to an embodiment of the present invention. The SNMP obtains process parameter data, that is, the NMS obtains data in a Host-resource.mib table hrSWRunTable and a table hrSWRunPerfTable on the monitored client through the SNMP, where the table hrSWRunTable and the table hrSWRunPerfTable record process information of the currently monitored client in detail, referring to fig. 5, and the process includes:
step 501, a client selects an un-started process record and clicks to start an un-started process;
in this step, the client selects the un-started process through the attention process configuration list.
Step 502, obtaining the name of the un-started process;
step 503, constructing a starting command character string to be executed according to the network element type, the process name and the starting mode selected by the user;
in this step, the client can only perform a start operation on the process that is not started, and a start command can be constructed in three ways:
(1) the script starting mode is as follows: namely, directly executing the starting by using a starting script configured by a user;
(2) service starting mode: the method comprises the steps of starting a net start service name of a windows operating system and starting a service name start of a Linux operating system;
(3) user-defined starting mode: the user himself inputs any command to start.
Similarly, for the stop process, only the stop operation can be performed on the started process, and the stop process can construct a command in four ways:
(1) script stop mode: namely, directly executing the stop by using a stop script configured by a user;
(2) service stop mode: the method comprises the steps that a net stop service name of a windows operating system stops and a service name stop of a Linux operating system stops;
(3) forced stopping mode: the method comprises the steps of stopping the ID of a taskill/F/PID process of a windows operating system and stopping the kill-9PID of a Linux operating system;
(4) user-defined stopping mode: the user himself inputs an arbitrary command to stop.
For the restart process, only the start operation can be performed on the un-started process, and the command can be constructed in three ways:
(1) the script restart mode comprises the following steps: namely, directly executing the restart by using a restart script configured by a user;
(2) service restart mode: the method comprises the steps of including a net stop service name of a windows operating system, restarting a net start service name and resetting a service name of a Linux operating system;
(3) user-defined restarting mode: the user himself inputs any command to restart.
Step 504, an interface of the front end is called to forward the request for executing the starting process command to the front end;
505, the front end receives a request for starting a process of the monitored host and forwards the request to the back end;
step 506, the back end calls an SSH protocol to execute an SSH command on the monitored host;
step 507, the monitored host executes the SSH command and returns the execution result (successful start-up process) to the back end in the form of a byte stream;
step 508, the back end analyzes the returned result, and obtains the latest data of the monitored network element side through SNMP;
step 509, the back end stores the processed real-time process into the SNM database;
step 510, the back end returns the processed real-time process result to the front end;
step 511, the front end returns the processed real-time process result to the client;
in step 512, the client displays the result of the process start and the latest implementation process list data.
As can be seen from the above description, the process monitoring method, the process monitoring device and the process monitoring system according to the embodiments of the present invention shield the difference between the Windows operating platform and the Linux operating platform through the SNMP, and meet the requirement of the user for personalization by setting the process configuration file of the monitored client. Therefore, the SNMP can be used for inquiring the currently running process of the monitored client in real time, and the SSH protocol is used for starting, stopping and restarting the process, so that when the process fails, a user can be informed through an alarm. Has the following beneficial effects:
firstly, reflecting the state of a process in real time, so that the change of the process state can be reflected on a client of a user in real time;
secondly, the process monitoring can be configured by modifying the configuration file;
thirdly, the difference of the operating systems in the process monitoring is shielded, and the real cross-platform is realized;
and fourthly, the development cost can be reduced, the maintenance workload can be reduced, and the working efficiency of process monitoring is improved.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (21)

1. A process monitoring method, comprising:
receiving a monitored host list query request of a client, acquiring a managed windows and linux host list, and then returning the monitored host list to the client;
receiving polling information of a monitored host selected by setting of a client and an attention process list of the host, setting login information for logging in the host, and returning the attention process list of the host to the client;
the method comprises the steps that a receiving user inquires real-time process information of a monitored host machine through a client side, the monitored host machine is safely logged in the host machine based on SSH service, all real-time process lists of the host machine in current operation are obtained based on SNMP service, invalid process information is filtered out according to a concerned process list of the host machine and a preset strategy, and then the obtained real-time process parameters are output to the client side for display.
2. The method of claim 1, wherein the list of monitored hosts comprises: the IP address information of the network element, the name information of the monitoring process, whether alarm information is generated or not, the description information of the monitoring process, the default startup script information, the default shutdown script information and the default restart script information.
3. The method of claim 2, wherein the monitored host list is arranged in one or a combination of a database format and an extensible markup language format.
4. The method of claim 1, wherein the process is comprised of a plurality of process parameters, the process parameters comprising: the method comprises the following steps of process identification, process name, process manufacturer identifier, process running path, process starting parameter, process type, process running state, CPU using time and memory using size.
5. The method of claim 4, wherein the process type comprises: unknown type, operating system type, device driver type, and application type.
6. The method of claim 4, wherein the running state of the process comprises: operational, non-operational, and illegal.
7. The method of claim 1, wherein the process monitoring comprises: process inquiry, process status polling, process start, process stop, and process restart.
8. The method of claim 7, wherein the process launch comprises:
acquiring the name of the un-started process from the concerned process configuration list;
constructing a starting command character string to be executed according to the type of the monitored host, the process name and a starting mode selected by a user;
the process monitoring server executes the command on the monitored host computer through the SSH protocol to start the process.
9. The method of claim 8, further comprising:
after the monitored host computer successfully executes the command, the SSH service returns the successful command execution information to the process monitoring server in a byte stream form;
the process monitoring server analyzes the returned result and acquires the process parameter data operated by the monitored host through SNMP;
and the process monitoring server outputs the process parameter data and the successful information of the starting process to the client requesting the process monitoring for displaying.
10. The method of claim 1, further comprising:
and updating the set attention process list.
11. The method of claim 10, wherein the updating comprises: adding a monitoring process, modifying the monitoring process and reconfiguring network element polling information.
12. The method of claim 1, wherein outputting the obtained real-time process parameters to a client presentation comprises:
and if the preset warning strategy is determined to be a warning notification for notifying the user when the process fails or is suspended accidentally, after the process failure is determined, outputting warning information to notify the user and outputting the process parameter information of the failure to the client for display.
13. The method of claim 12, further comprising:
and determining that the state of the concerned process which is failed or accidentally suspended is recovered to be normal, and sending alarm clearing information to a user.
14. The method as claimed in claim 1, wherein said filtering out invalid process information according to the concerned process list of the host and a preset policy, and then outputting the obtained real-time process parameters to the client for presentation comprises:
when the preset data acquisition interval time in the concerned process configuration list is up, determining that a host computer monitored by the requested process can be communicated by adopting a configured user name and a configured password through an SSH protocol;
acquiring a real-time process parameter data set of each monitored host according to the SNMP;
filtering the same process and the process with the process running state of being inoperable or illegal in the process parameter data set to obtain a filtered process parameter data set;
traversing the concerned processes in the concerned process configuration list, inquiring the processes with the same process names as the concerned processes in the filtered process parameter data set, and placing the inquired concerned processes in the real-time process set;
inquiring whether a process monitoring server generates offline warning information for an attention process in a real-time process set, if so, sending online warning clearing information of the attention process, and otherwise, sending offline warning information of the attention process;
and updating the stored attention process configuration list according to the attention process in the real-time process set.
15. The method of claim 1, wherein the login information comprises: username, password, polling time, and whether to poll the information.
16. A process monitoring system, based on a C/S architecture, comprising: a client and a process monitoring server, wherein,
the client receives the network element list updating notification of the process monitoring server, triggers a network element list acquiring request of the process monitoring server, and reloads a monitored network element list returned by the FE end of the process monitoring server to the interface; receiving a successful notification of real-time process polling of the process monitoring server, triggering to acquire a data request of the real-time process of the host, and reloading a real-time process list returned by an FE (field effect) end of the process monitoring server to an interface; triggering a polling information setting request of a monitored host, triggering an adding and deleting modification request of a concerned process, triggering a manual updating request of a real-time process, and triggering a modification request of the real-time process;
the process monitoring server receives a setting request of polling information of the monitored host, receives a request of an attention process list of the monitored host, receives a real-time process modification request of the monitored host, successfully modifies the database data through SQL statements, and then returns a processing result to the client through an FE end of the process monitoring server; after the polling information and the concerned process list of the monitored host are set, the process monitoring server realizes the safety authentication connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the client through the FE terminal of the process monitoring server.
17. The system of claim 16, wherein the client comprises: a service forwarding module, a real-time process configuration module, an attention process management module and a display module,
the service forwarding module is used for forwarding various received RMI requests and SOCKET requests;
the attention process management module is used for forwarding an attention process configuration request of the client to the process monitoring server; receiving an attention process list returned by the process monitoring server, and adding, modifying and deleting the attention process result and forwarding the attention process list to the display module;
the real-time process configuration module is used for triggering the real-time process modification of the client, manually updating a request of the real-time process, and outputting a real-time process list of the monitored host inquired by the process monitoring server to the display module;
and the display module receives the information of the concerned process list, the real-time process list and the monitored host list and displays the information.
18. The system of claim 17, wherein the client further comprises:
and the concerned process updating module is used for triggering the concerned process adding, deleting, modifying and checking requests of the monitored host, generating a concerned process list according to the data in the process monitoring server database after the XML file, and displaying the concerned process list at the client.
19. The system of claim 16, wherein the process monitoring service includes a front end and a back end, wherein,
the front end receives a process-concerned updating request of the client, a polling information setting request of the monitored host, a real-time process updating request of the monitored host, a process-concerned process of the monitored host, a real-time process query request and a request for acquiring all monitored host lists of the server and then forwards the requests to the rear end;
the back end receives the setting request of the polling information of the monitored host, receives the request of the concerned process list of the monitored host, receives the real-time process modification request of the monitored host, and returns the processing result to the client after the database data is successfully modified through SQL statements; after the polling information and the concerned process list of the monitored host are set, the BE terminal of the process monitoring server realizes the safety certification connected to the host based on the SSH service, acquires the current running real-time process list of the monitored host based on the SNMP service, filters out invalid processes according to the concerned process list and the filtering condition set by the monitored host, and finally returns the real-time process data to the FE.
20. The system of claim 19, wherein the backend is further configured to obtain a list of all monitored windows and Linux hosts of the server database, and a list of processes of interest and a list of real-time processes for a particular host.
21. The system of claim 20, wherein the back-end is further configured to poll processes to the monitored host for changes from online to offline, update the stored real-time process list, and output this information to the front-end to notify the client requesting process monitoring.
CN2011103781220A 2011-11-24 2011-11-24 Process monitoring method and process monitoring system Pending CN102521099A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103781220A CN102521099A (en) 2011-11-24 2011-11-24 Process monitoring method and process monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103781220A CN102521099A (en) 2011-11-24 2011-11-24 Process monitoring method and process monitoring system

Publications (1)

Publication Number Publication Date
CN102521099A true CN102521099A (en) 2012-06-27

Family

ID=46292031

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103781220A Pending CN102521099A (en) 2011-11-24 2011-11-24 Process monitoring method and process monitoring system

Country Status (1)

Country Link
CN (1) CN102521099A (en)

Cited By (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102801559A (en) * 2012-08-03 2012-11-28 南京富士通南大软件技术有限公司 Intelligent local area network data collecting method
CN103051695A (en) * 2012-12-13 2013-04-17 广东好帮手电子科技股份有限公司 Method and system for inputting information to vehicle-mounted application software by utilizing mobile phone
CN103577301A (en) * 2012-07-20 2014-02-12 腾讯科技(深圳)有限公司 Method and terminal for displaying progress information
CN103645898A (en) * 2013-12-13 2014-03-19 浪潮电子信息产业股份有限公司 Automatic scripting tool
CN103684900A (en) * 2012-09-19 2014-03-26 腾讯科技(深圳)有限公司 Business polling method and system
CN103701651A (en) * 2013-12-31 2014-04-02 山东中创软件工程股份有限公司 Disaster recovery device and method for application service under domestic environment
WO2014067438A1 (en) * 2012-10-29 2014-05-08 Tencent Technology (Shenzhen) Company Limited Method, apparatus and system for determining software performance
CN103793526A (en) * 2014-02-24 2014-05-14 浪潮电子信息产业股份有限公司 Method for monitoring SQL statement performance
CN103823710A (en) * 2014-03-06 2014-05-28 北京京东尚科信息技术有限公司 Management method and management system for Java virtual machine process in Windows system
CN103986596A (en) * 2014-04-29 2014-08-13 上海斐讯数据通信技术有限公司 Method for bringing configuration on modem into real-time effect
CN104102878A (en) * 2013-04-10 2014-10-15 中国科学院计算技术研究所 Malicious code analysis method and system under Linux platform
CN104253833A (en) * 2013-06-26 2014-12-31 北京神州泰岳软件股份有限公司 Remote process operating method and system
CN104461830A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Method and device for monitored progress
CN104486133A (en) * 2014-12-26 2015-04-01 大唐移动通信设备有限公司 Network element agency managing method and system
WO2015078264A1 (en) * 2013-11-26 2015-06-04 腾讯科技(深圳)有限公司 Safety protection method and device, and terminal
CN104898509A (en) * 2015-04-30 2015-09-09 杭州谱谐特科技有限公司 Industrial control computer monitoring method and system based on secure short message
CN104899126A (en) * 2015-06-12 2015-09-09 北京奇虎科技有限公司 Method, device and system for performing local real-time monitoring on containers in host
CN105302695A (en) * 2015-11-10 2016-02-03 浪潮(北京)电子信息产业有限公司 Linux system managing and monitoring system and method based on object model
CN105302611A (en) * 2015-11-13 2016-02-03 中标软件有限公司 Method and system for starting computer system under Linux
CN105550013A (en) * 2015-12-08 2016-05-04 国云科技股份有限公司 Method for monitoring internal process of Windows virtual machine
CN105550015A (en) * 2015-12-08 2016-05-04 国云科技股份有限公司 Method for monitoring internal process of Linux virtual machine
CN105868080A (en) * 2016-04-22 2016-08-17 浪潮(北京)电子信息产业有限公司 Method and device for monitoring Linux operation system
CN105955724A (en) * 2016-04-22 2016-09-21 广东欧珀移动通信有限公司 Method and device for calling terminal parameter
CN106021073A (en) * 2016-05-05 2016-10-12 中国人民财产保险股份有限公司 High-end storage machine state acquisition method and device
CN106209734A (en) * 2015-04-30 2016-12-07 阿里巴巴集团控股有限公司 The identity identifying method of process and device
CN107145421A (en) * 2016-03-01 2017-09-08 中国移动通信集团福建有限公司 A kind of abnormal information acquisition methods and device
CN107204868A (en) * 2016-03-18 2017-09-26 中国移动通信集团山西有限公司 A kind of task run monitoring information acquisition methods and device
CN107301072A (en) * 2017-06-22 2017-10-27 郑州云海信息技术有限公司 The automatic loading method and device of a kind of upgrade file
CN107357731A (en) * 2017-07-17 2017-11-17 福建星瑞格软件有限公司 Process produces monitoring, analysis and the processing method of core dump problems
CN107545186A (en) * 2017-09-06 2018-01-05 杭州安恒信息技术有限公司 It is quick to solve the idle method, apparatus of engine and system
CN107623581A (en) * 2016-07-15 2018-01-23 阿里巴巴集团控股有限公司 Service list generation method, apparatus and system, acquisition, report method and device
CN107911410A (en) * 2017-10-17 2018-04-13 珠海金山网络游戏科技有限公司 Distributed Services process resource consumes statistical method and device
CN107943591A (en) * 2017-12-05 2018-04-20 郑州云海信息技术有限公司 A kind of method of more host processes management based on linux
CN107995012A (en) * 2016-10-26 2018-05-04 北京国双科技有限公司 The maintaining method and device of list
CN108196982A (en) * 2017-12-29 2018-06-22 北京诺君安信息技术股份有限公司 A kind of LINUX system restarts the configuration method of service automatically
CN108243204A (en) * 2016-12-23 2018-07-03 北京奇虎科技有限公司 The methods of exhibiting of running state of process and displaying device
CN108345248A (en) * 2018-02-28 2018-07-31 财付通支付科技有限公司 A kind of long-range control method, device and storage medium
CN109032895A (en) * 2018-07-26 2018-12-18 郑州云海信息技术有限公司 A kind of detection method, device, equipment and storage medium monitoring fuse process
CN109033819A (en) * 2018-05-23 2018-12-18 福建天晴数码有限公司 Protect method, the computer readable storage medium of application process continuous service
CN109067793A (en) * 2018-09-25 2018-12-21 郑州云海信息技术有限公司 A kind of method that realizing security protection, equipment and storage medium
CN109597676A (en) * 2018-10-25 2019-04-09 平安科技(深圳)有限公司 Monitoring and early warning method, apparatus and storage medium based on JVM
CN109840179A (en) * 2018-12-15 2019-06-04 中国平安人寿保险股份有限公司 RocketMQ Thread Count monitoring method, device, electronic equipment and storage medium
CN110620799A (en) * 2018-06-20 2019-12-27 深圳市从晶科技有限公司 Data processing method and system
CN110717183A (en) * 2019-12-09 2020-01-21 深信服科技股份有限公司 Virus checking and killing method, device, equipment and storage medium
CN111355795A (en) * 2020-02-26 2020-06-30 北京思特奇信息技术股份有限公司 Method, system, medium and equipment for remotely acquiring Linux host data
CN111522579A (en) * 2020-06-22 2020-08-11 上海通联金融服务有限公司 Version environment process detection method, device and storage medium
CN111541591A (en) * 2020-07-09 2020-08-14 武汉绿色网络信息服务有限责任公司 SSH-based server detection method and device
CN111651322A (en) * 2020-05-29 2020-09-11 山东中创软件商用中间件股份有限公司 Process monitoring alarm method, system and device
CN112068977A (en) * 2020-08-21 2020-12-11 苏州浪潮智能科技有限公司 Big data cluster-oriented process daemon method and device
CN112148420A (en) * 2019-06-28 2020-12-29 杭州海康威视数字技术股份有限公司 Abnormal task processing method based on container technology, server and cloud platform
CN112398778A (en) * 2019-08-12 2021-02-23 北京优特捷信息技术有限公司 Method for automatically responding to security problem in modular environment
CN112527589A (en) * 2019-09-17 2021-03-19 比亚迪股份有限公司 Process monitoring method and process monitoring device
CN112925691A (en) * 2021-02-20 2021-06-08 中通天鸿(北京)通信科技股份有限公司 System monitoring method and device
CN113381881A (en) * 2021-05-25 2021-09-10 山东浪潮爱购云链信息科技有限公司 Method and device for monitoring alarm processing of host
CN113688005A (en) * 2021-08-09 2021-11-23 山东亚泽信息技术有限公司 Operation and maintenance monitoring method and system
CN114143032A (en) * 2021-11-01 2022-03-04 北京银盾泰安网络科技有限公司 SSH-based PC (personal computer) end mutual access system and interaction method thereof
CN115080337A (en) * 2021-03-16 2022-09-20 网联清算有限公司 Data monitoring method, device, system, server and readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1756257A (en) * 2004-09-30 2006-04-05 北京航空航天大学 Host performance collection proxy in large-scale network
CN1933418A (en) * 2005-09-14 2007-03-21 华为技术有限公司 Network management system and method using simple network management protocol
WO2007059057A2 (en) * 2005-11-12 2007-05-24 Logrhythm, Inc Log collection, structuring and processing
CN101854254A (en) * 2010-05-10 2010-10-06 浪潮电子信息产业股份有限公司 Method for monitoring resource utilization of server
CN102136923A (en) * 2010-01-27 2011-07-27 新奥特(北京)视频技术有限公司 Method and system for passively collecting data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1756257A (en) * 2004-09-30 2006-04-05 北京航空航天大学 Host performance collection proxy in large-scale network
CN1933418A (en) * 2005-09-14 2007-03-21 华为技术有限公司 Network management system and method using simple network management protocol
WO2007059057A2 (en) * 2005-11-12 2007-05-24 Logrhythm, Inc Log collection, structuring and processing
CN102136923A (en) * 2010-01-27 2011-07-27 新奥特(北京)视频技术有限公司 Method and system for passively collecting data
CN101854254A (en) * 2010-05-10 2010-10-06 浪潮电子信息产业股份有限公司 Method for monitoring resource utilization of server

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
薛亮: "《异构网络主机监控系统的设计与实现》", 《中国优秀硕士学位论文全文数据库》, no. 5, 15 May 2011 (2011-05-15) *
赵迪: "《远程主机信息采集系统的设计与实现》", 《中国优秀硕士学位论文全文数据库》, vol. 2011, no. 4, 15 April 2011 (2011-04-15) *

Cited By (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10169422B2 (en) 2012-07-20 2019-01-01 Tencent Technology (Shenzhen) Company Limited Method and device for displaying process information
CN103577301B (en) * 2012-07-20 2017-12-05 腾讯科技(深圳)有限公司 A kind of method and terminal of show process information
CN103577301A (en) * 2012-07-20 2014-02-12 腾讯科技(深圳)有限公司 Method and terminal for displaying progress information
CN102801559B (en) * 2012-08-03 2015-02-18 南京富士通南大软件技术有限公司 Intelligent local area network data collecting method
CN102801559A (en) * 2012-08-03 2012-11-28 南京富士通南大软件技术有限公司 Intelligent local area network data collecting method
CN103684900B (en) * 2012-09-19 2018-03-16 腾讯科技(深圳)有限公司 Business method for inspecting and system
WO2014044130A1 (en) * 2012-09-19 2014-03-27 腾讯科技(深圳)有限公司 Service polling method and system, and computer storage medium
US20150081625A1 (en) * 2012-09-19 2015-03-19 Tencent Technology (Shenzhen) Company Limited Service polling method and system, and computer storage medium
RU2607991C2 (en) * 2012-09-19 2017-01-11 Тенсент Текнолоджи (Шэньчжэнь) Компани Лимитед Method and system for service inspection and computer-readable storage medium thereof
CN103684900A (en) * 2012-09-19 2014-03-26 腾讯科技(深圳)有限公司 Business polling method and system
KR101482651B1 (en) 2012-09-19 2015-01-14 텐센트 테크놀로지(센젠) 컴퍼니 리미티드 Service polling method and system, and computer storage medium
CN103793316A (en) * 2012-10-29 2014-05-14 腾讯科技(深圳)有限公司 Software performance determining method and system
WO2014067438A1 (en) * 2012-10-29 2014-05-08 Tencent Technology (Shenzhen) Company Limited Method, apparatus and system for determining software performance
US9647908B2 (en) 2012-10-29 2017-05-09 Tencent Technology (Shenzhen) Company Limited Method, apparatus and system for determining software performance
CN103051695A (en) * 2012-12-13 2013-04-17 广东好帮手电子科技股份有限公司 Method and system for inputting information to vehicle-mounted application software by utilizing mobile phone
CN104102878A (en) * 2013-04-10 2014-10-15 中国科学院计算技术研究所 Malicious code analysis method and system under Linux platform
CN104102878B (en) * 2013-04-10 2017-02-08 中国科学院计算技术研究所 Malicious code analysis method and system under Linux platform
CN104253833A (en) * 2013-06-26 2014-12-31 北京神州泰岳软件股份有限公司 Remote process operating method and system
CN104253833B (en) * 2013-06-26 2018-07-27 北京神州泰岳软件股份有限公司 Remote processes operating method and system
WO2015078264A1 (en) * 2013-11-26 2015-06-04 腾讯科技(深圳)有限公司 Safety protection method and device, and terminal
CN103645898A (en) * 2013-12-13 2014-03-19 浪潮电子信息产业股份有限公司 Automatic scripting tool
CN103645898B (en) * 2013-12-13 2017-04-12 浪潮电子信息产业股份有限公司 Automatic scripting tool
CN103701651B (en) * 2013-12-31 2017-01-04 山东中创软件工程股份有限公司 Application service disaster tolerance apparatus and method under a kind of domestic environment
CN103701651A (en) * 2013-12-31 2014-04-02 山东中创软件工程股份有限公司 Disaster recovery device and method for application service under domestic environment
CN103793526A (en) * 2014-02-24 2014-05-14 浪潮电子信息产业股份有限公司 Method for monitoring SQL statement performance
CN103823710A (en) * 2014-03-06 2014-05-28 北京京东尚科信息技术有限公司 Management method and management system for Java virtual machine process in Windows system
CN103823710B (en) * 2014-03-06 2017-04-12 北京京东尚科信息技术有限公司 Management method and management system for Java virtual machine process in Windows system
CN103986596A (en) * 2014-04-29 2014-08-13 上海斐讯数据通信技术有限公司 Method for bringing configuration on modem into real-time effect
CN103986596B (en) * 2014-04-29 2018-07-24 上海斐讯数据通信技术有限公司 The method to come into force in real time is configured on a kind of broadband cat
CN104461830A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Method and device for monitored progress
CN104461830B (en) * 2014-12-19 2017-09-22 北京奇虎科技有限公司 The method and apparatus of monitoring process
CN104486133B (en) * 2014-12-26 2017-11-17 大唐移动通信设备有限公司 The method and system of network element proxy management
CN104486133A (en) * 2014-12-26 2015-04-01 大唐移动通信设备有限公司 Network element agency managing method and system
CN106209734A (en) * 2015-04-30 2016-12-07 阿里巴巴集团控股有限公司 The identity identifying method of process and device
CN104898509A (en) * 2015-04-30 2015-09-09 杭州谱谐特科技有限公司 Industrial control computer monitoring method and system based on secure short message
CN104898509B (en) * 2015-04-30 2018-04-27 杭州谱谐特科技有限公司 A kind of industrial personal computer monitoring method and system based on secure short message
CN106209734B (en) * 2015-04-30 2019-07-19 阿里巴巴集团控股有限公司 The identity identifying method and device of process
US11146554B2 (en) 2015-04-30 2021-10-12 Alibaba Group Holding Limited System, method, and apparatus for secure identity authentication
TWI679551B (en) * 2015-04-30 2019-12-11 香港商阿里巴巴集團服務有限公司 Process identity authentication method and device
CN104899126A (en) * 2015-06-12 2015-09-09 北京奇虎科技有限公司 Method, device and system for performing local real-time monitoring on containers in host
CN104899126B (en) * 2015-06-12 2018-01-23 北京奇虎科技有限公司 The local method, apparatus and system monitored in real time is carried out to container in host
CN105302695A (en) * 2015-11-10 2016-02-03 浪潮(北京)电子信息产业有限公司 Linux system managing and monitoring system and method based on object model
CN105302695B (en) * 2015-11-10 2018-06-29 浪潮(北京)电子信息产业有限公司 A kind of linux system management monitoring system and method based on object model
CN105302611A (en) * 2015-11-13 2016-02-03 中标软件有限公司 Method and system for starting computer system under Linux
CN105550015A (en) * 2015-12-08 2016-05-04 国云科技股份有限公司 Method for monitoring internal process of Linux virtual machine
CN105550013A (en) * 2015-12-08 2016-05-04 国云科技股份有限公司 Method for monitoring internal process of Windows virtual machine
CN107145421A (en) * 2016-03-01 2017-09-08 中国移动通信集团福建有限公司 A kind of abnormal information acquisition methods and device
CN107204868A (en) * 2016-03-18 2017-09-26 中国移动通信集团山西有限公司 A kind of task run monitoring information acquisition methods and device
CN107204868B (en) * 2016-03-18 2020-08-18 中国移动通信集团山西有限公司 Task operation monitoring information acquisition method and device
CN105868080A (en) * 2016-04-22 2016-08-17 浪潮(北京)电子信息产业有限公司 Method and device for monitoring Linux operation system
CN105955724B (en) * 2016-04-22 2019-12-03 Oppo广东移动通信有限公司 A kind of call method and device of terminal parameter
CN105955724A (en) * 2016-04-22 2016-09-21 广东欧珀移动通信有限公司 Method and device for calling terminal parameter
CN106021073A (en) * 2016-05-05 2016-10-12 中国人民财产保险股份有限公司 High-end storage machine state acquisition method and device
CN107623581A (en) * 2016-07-15 2018-01-23 阿里巴巴集团控股有限公司 Service list generation method, apparatus and system, acquisition, report method and device
CN107995012A (en) * 2016-10-26 2018-05-04 北京国双科技有限公司 The maintaining method and device of list
CN108243204A (en) * 2016-12-23 2018-07-03 北京奇虎科技有限公司 The methods of exhibiting of running state of process and displaying device
CN108243204B (en) * 2016-12-23 2021-06-18 北京奇虎科技有限公司 Process running state display method and device
CN107301072B (en) * 2017-06-22 2021-03-23 苏州浪潮智能科技有限公司 Automatic loading method and device for upgrade file
CN107301072A (en) * 2017-06-22 2017-10-27 郑州云海信息技术有限公司 The automatic loading method and device of a kind of upgrade file
CN107357731B (en) * 2017-07-17 2020-09-29 福建星瑞格软件有限公司 Monitoring, analyzing and processing method for core dump problem generated by process
CN107357731A (en) * 2017-07-17 2017-11-17 福建星瑞格软件有限公司 Process produces monitoring, analysis and the processing method of core dump problems
CN107545186B (en) * 2017-09-06 2020-03-17 杭州安恒信息技术股份有限公司 Method, device and system for rapidly solving problem of engine non-work
CN107545186A (en) * 2017-09-06 2018-01-05 杭州安恒信息技术有限公司 It is quick to solve the idle method, apparatus of engine and system
CN107911410A (en) * 2017-10-17 2018-04-13 珠海金山网络游戏科技有限公司 Distributed Services process resource consumes statistical method and device
CN107911410B (en) * 2017-10-17 2021-02-02 珠海金山网络游戏科技有限公司 Distributed service process resource consumption statistical method and device
CN107943591A (en) * 2017-12-05 2018-04-20 郑州云海信息技术有限公司 A kind of method of more host processes management based on linux
CN108196982B (en) * 2017-12-29 2021-12-07 北京诺君安信息技术股份有限公司 Configuration method for automatic restart service of LINUX system
CN108196982A (en) * 2017-12-29 2018-06-22 北京诺君安信息技术股份有限公司 A kind of LINUX system restarts the configuration method of service automatically
CN108345248A (en) * 2018-02-28 2018-07-31 财付通支付科技有限公司 A kind of long-range control method, device and storage medium
CN109033819A (en) * 2018-05-23 2018-12-18 福建天晴数码有限公司 Protect method, the computer readable storage medium of application process continuous service
CN110620799A (en) * 2018-06-20 2019-12-27 深圳市从晶科技有限公司 Data processing method and system
CN109032895A (en) * 2018-07-26 2018-12-18 郑州云海信息技术有限公司 A kind of detection method, device, equipment and storage medium monitoring fuse process
CN109067793A (en) * 2018-09-25 2018-12-21 郑州云海信息技术有限公司 A kind of method that realizing security protection, equipment and storage medium
CN109597676A (en) * 2018-10-25 2019-04-09 平安科技(深圳)有限公司 Monitoring and early warning method, apparatus and storage medium based on JVM
CN109840179B (en) * 2018-12-15 2023-04-11 中国平安人寿保险股份有限公司 RocktMQ thread number monitoring method and device, electronic equipment and storage medium
CN109840179A (en) * 2018-12-15 2019-06-04 中国平安人寿保险股份有限公司 RocketMQ Thread Count monitoring method, device, electronic equipment and storage medium
CN112148420B (en) * 2019-06-28 2024-04-02 杭州海康威视数字技术股份有限公司 Abnormal task processing method based on container technology, server and cloud platform
CN112148420A (en) * 2019-06-28 2020-12-29 杭州海康威视数字技术股份有限公司 Abnormal task processing method based on container technology, server and cloud platform
CN112398778B (en) * 2019-08-12 2022-09-20 北京优特捷信息技术有限公司 Method for automatically responding to security problem in modular environment
CN112398778A (en) * 2019-08-12 2021-02-23 北京优特捷信息技术有限公司 Method for automatically responding to security problem in modular environment
CN112527589A (en) * 2019-09-17 2021-03-19 比亚迪股份有限公司 Process monitoring method and process monitoring device
CN110717183A (en) * 2019-12-09 2020-01-21 深信服科技股份有限公司 Virus checking and killing method, device, equipment and storage medium
CN111355795A (en) * 2020-02-26 2020-06-30 北京思特奇信息技术股份有限公司 Method, system, medium and equipment for remotely acquiring Linux host data
CN111355795B (en) * 2020-02-26 2023-03-21 北京思特奇信息技术股份有限公司 Method, system, medium and device for remotely acquiring Linux host data
CN111651322A (en) * 2020-05-29 2020-09-11 山东中创软件商用中间件股份有限公司 Process monitoring alarm method, system and device
CN111522579A (en) * 2020-06-22 2020-08-11 上海通联金融服务有限公司 Version environment process detection method, device and storage medium
CN111541591B (en) * 2020-07-09 2020-09-15 武汉绿色网络信息服务有限责任公司 SSH-based server detection method and device
CN111541591A (en) * 2020-07-09 2020-08-14 武汉绿色网络信息服务有限责任公司 SSH-based server detection method and device
CN112068977B (en) * 2020-08-21 2023-01-06 苏州浪潮智能科技有限公司 Big data cluster-oriented process daemon method and device
CN112068977A (en) * 2020-08-21 2020-12-11 苏州浪潮智能科技有限公司 Big data cluster-oriented process daemon method and device
CN112925691A (en) * 2021-02-20 2021-06-08 中通天鸿(北京)通信科技股份有限公司 System monitoring method and device
CN112925691B (en) * 2021-02-20 2024-05-24 中通天鸿(北京)通信科技股份有限公司 System monitoring method and device
CN115080337A (en) * 2021-03-16 2022-09-20 网联清算有限公司 Data monitoring method, device, system, server and readable storage medium
CN113381881B (en) * 2021-05-25 2022-12-09 山东浪潮爱购云链信息科技有限公司 Method and device for monitoring alarm processing of host
CN113381881A (en) * 2021-05-25 2021-09-10 山东浪潮爱购云链信息科技有限公司 Method and device for monitoring alarm processing of host
CN113688005B (en) * 2021-08-09 2022-08-26 山东亚泽信息技术有限公司 Operation and maintenance monitoring method and system
CN113688005A (en) * 2021-08-09 2021-11-23 山东亚泽信息技术有限公司 Operation and maintenance monitoring method and system
CN114143032A (en) * 2021-11-01 2022-03-04 北京银盾泰安网络科技有限公司 SSH-based PC (personal computer) end mutual access system and interaction method thereof
CN114143032B (en) * 2021-11-01 2023-07-07 北京银盾泰安网络科技有限公司 PC end mutual access system based on SSH and interaction method thereof

Similar Documents

Publication Publication Date Title
CN102521099A (en) Process monitoring method and process monitoring system
US9647891B2 (en) Managing network configurations
US20120246297A1 (en) Agent based monitoring for saas it service management
US9590876B2 (en) Centralized dashboard for monitoring and controlling various application specific network components across data centers
US7523184B2 (en) System and method for synchronizing the configuration of distributed network management applications
EP1267518B1 (en) Multiple device management method and system
CA2488044C (en) System and method for synchronizing the configuration of distributed network management applications
US9369357B2 (en) Method, system, and computer readable medium for remote device management
US9553831B2 (en) Adaptive publish/subscribe system
EP2661014B1 (en) Polling sub-system and polling method for communication network system and communication apparatus
US20120297059A1 (en) Automated creation of monitoring configuration templates for cloud server images
US20130191516A1 (en) Automated configuration error detection and prevention
CN106713507B (en) Management method and management system for batch cloud terminal equipment
US9032014B2 (en) Diagnostics agents for managed computing solutions hosted in adaptive environments
US20060053021A1 (en) Method for monitoring and managing an information system
CN111784179A (en) Server basic information management system and method
US9973569B2 (en) System, method and computing apparatus to manage process in cloud infrastructure
CN112036828B (en) Bare metal management method, device, equipment and medium
KR101375099B1 (en) An apparatus and system for managing application delivery controller syntagmatically and managing method thereof
KR101016444B1 (en) A network management system using telnet protocol
EP2445140B1 (en) Method for managing configuration information of outsourced part, and method and system for managing alarm
Khoudali et al. EMMCS: An edge monitoring framework for multi-cloud environments using SNMP
CN117950591B (en) Gateway storage management method and device, electronic equipment and storage medium
CN118605973A (en) Management method and device of plug-in service management platform, computer equipment and readable storage medium
CN117950591A (en) Gateway storage management method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: SHENZHEN LONGSHI MEDIA CO., LTD.

Free format text: FORMER OWNER: SHENZHEN COSHIP VIDEO COMMUNICATION CO., LTD.

Effective date: 20130407

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20130407

Address after: 4, 518057 floor, rainbow science and technology building, north high tech Zone, Nanshan District, Guangdong, Shenzhen

Applicant after: Shenzhen Longguan Media Co., Ltd.

Address before: 518057 B2-1 District, rainbow tech building, North Fifth Industrial Zone, north high tech Zone, Nanshan District, Guangdong, Shenzhen

Applicant before: Shenzhen Tongzhou Video Media Co., Ltd.

ASS Succession or assignment of patent right

Owner name: SHENZHEN TONGZHOU ELECTRONIC CO., LTD.

Free format text: FORMER OWNER: SHENZHEN LONGSHI MEDIA CO., LTD.

Effective date: 20140522

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20140522

Address after: 518057 Nanshan District hi tech park, Guangdong, North District Rainbow science and Technology Building

Applicant after: Shenzhen Tongzhou Electronic Co., Ltd.

Address before: 4, 518057 floor, rainbow science and technology building, north high tech Zone, Nanshan District, Guangdong, Shenzhen

Applicant before: Shenzhen Longguan Media Co., Ltd.

AD01 Patent right deemed abandoned

Effective date of abandoning: 20151104

C20 Patent right or utility model deemed to be abandoned or is abandoned