CN102480749A - Method, device and system for remotely collecting host process information - Google Patents

Method, device and system for remotely collecting host process information Download PDF

Info

Publication number
CN102480749A
CN102480749A CN2010105673512A CN201010567351A CN102480749A CN 102480749 A CN102480749 A CN 102480749A CN 2010105673512 A CN2010105673512 A CN 2010105673512A CN 201010567351 A CN201010567351 A CN 201010567351A CN 102480749 A CN102480749 A CN 102480749A
Authority
CN
China
Prior art keywords
information
acquisition
server
target host
host
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2010105673512A
Other languages
Chinese (zh)
Other versions
CN102480749B (en
Inventor
陈勇
余建利
迟丰鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Group Zhejiang Co Ltd
Original Assignee
China Mobile Group Zhejiang 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 China Mobile Group Zhejiang Co Ltd filed Critical China Mobile Group Zhejiang Co Ltd
Priority to CN201010567351.2A priority Critical patent/CN102480749B/en
Publication of CN102480749A publication Critical patent/CN102480749A/en
Application granted granted Critical
Publication of CN102480749B publication Critical patent/CN102480749B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

The invention provides a method for remotely collecting host process information, which comprises the following steps that: A. a interface module of a server monitors a collection request from an application layer; if the collection request is monitored, process collection configuration information is collected from a configuration file, and the collected process collection configuration information is arranged in a buffer; B. an adaption module of the server is remotely connected with a target host, and a remote data collection order is transmitted to the target host through the remote connection according to the process collection configuration information in the buffer; C. the target host collects the process running information according to the remote data collection order; and D. the server acquires the process running information through the remote collection and saves the process running information into a database. The invention also provides a device and a system for remotely collecting host process information. Due to the adoption of the method, the device and the system, the process information of the target host can be remotely collected by adopting a scheme without a proxy.

Description

Method, device and system for remotely collecting host process information
Technical Field
The invention relates to the technical field of mobile communication, in particular to a method, a device and a system for remotely acquiring host process information.
Background
The method monitors the process conditions of a service host and a network management system in real time, and belongs to a very important part in platform monitoring of a mobile service support network. Currently, the industry applies to the existing monitoring management methods and standards, such as a Simple Network Management Protocol (SNMP) protocol mechanism and a non-standard host agent mechanism. Generally, the existing technical solution implements host monitoring mainly by two layers of architectures, one layer is an agent layer installed inside a monitored system, and the other layer is a management layer located in a management server.
The SNMP agent is light software which can execute SNMP and is installed and operated on the service host, and is used for executing Information and Management functions defined in a local specific Management Information Base (MIB), thereby realizing the collection of Information of a host system, the configuration of parameters of the agent, the response of requirements of a manager, the generation of warnings and the like, and being a simple and effective prevention and approach for realizing the comprehensive monitoring of the host.
The method adopts non-standard host Agent technology to realize the integrated monitoring of the host, such as IBM tivoli, hpOpenView Agent and the like, most of the Agent modes are that manufacturers adopt private data acquisition and acquisition protocols and mechanisms, and the monitoring range of the host system is realized to depend on the manageable standardization of managed objects, and the maturity and the openness of products of the manufacturers.
The existing host process monitoring method basically uses an agent access mechanism, namely, a process acquisition background program is embedded in a monitored host, and the background program acquires process information on the host and sends the process information to a management section after being started. The prior art often has the following problems that are not solved:
1. the applicability is not strong. For different target hosts, different acquisition modes are different due to different hardware parameters of the operating system and the host, so different agent programs need to be developed for specific server operating systems and versions.
2. The maintainability is poor. Firstly, for different operating systems and host hardware parameters, determining types and hardware (such as CPU models) and deploying different agent programs; secondly, aiming at each process, an acquisition rule must be set, and the configuration is complicated.
3. The safety is not high. The prior art method needs to embed the agent collection program in each host, and may cause doubts about the safety of the embedded program when in use.
4. The disaster tolerance is poor. Because the program is deployed to the host computer for running, when the host computer is shut down, powered off or crashed accidentally, the acquisition process must be restarted, otherwise, the host computer information cannot be acquired.
Disclosure of Invention
The invention provides a method, a device and a system for remotely acquiring host process information, which can realize process information acquisition of a remote target host without an agent.
The embodiment of the invention provides a method for remotely acquiring host process information, which comprises the following steps:
A. an interface module of the server monitors an acquisition request from an application layer; if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and caching the acquired process acquisition configuration information;
B. the adaptation module of the server establishes remote connection with the target host, and sends a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache;
C. the target host collects process running information according to the remote data collection command;
D. and the server acquires the process running information through the remote connection and stores the process running information into a database.
Preferably, after the step D, the method further comprises:
E. and analyzing the acquired process information according to the process alarm configuration, and sending an alarm message if the process information meets the alarm condition.
Preferably, the process collecting configuration information includes, but is not limited to: the method comprises the following steps of process name, process description, user name, due process number, CPU occupation ratio, memory occupation number, monitoring mark, starting script path, stopping script, stopping keyword, process presenter, process handler or any combination of the above.
Preferably, the remote connection is a secure shell SSH connection or a telnet connection.
Preferably, the sending out the alarm message if the alarm condition is met includes:
if the collected process number is larger than or equal to the maximum process number configured in advance, an alarm message is sent out;
if the CPU occupation ratio in the collected process information is larger than the preset CPU occupation ratio upper limit, sending an alarm message; or,
and if the memory occupation number in the acquired process information is larger than the preset upper limit of the memory occupation number, sending an alarm message.
The embodiment of the invention also provides a server for remotely acquiring the host process information, which comprises an interface module, a control module and an adaptation module;
the interface module stores a pre-configured configuration file; monitoring an acquisition request from an application layer; if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and putting the acquired process acquisition configuration information into a cache of the server;
the adaptation module is used for establishing remote connection with a target host and sending a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache; the adaptation module also obtains the process running information through the remote connection and stores the process running information into a database.
Preferably, the server further comprises:
and the alarm processing module is used for analyzing the process information acquired by the adaptation module according to the process alarm configuration and sending an alarm message if the process information meets the alarm condition.
The embodiment of the invention also provides a system for remotely acquiring the process information of the host, which comprises a server and a target host,
an interface module of the server monitors acquisition requests from an application layer; if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and caching the acquired process acquisition configuration information; the adaptation module of the server is used for establishing remote connection with the target host and sending a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache; the server acquires the process running information of the target host through the remote connection and stores the process running information into a database;
the target host is used for acquiring process running information according to a remote data acquisition command from the server.
Most of the existing host process monitoring systems adopt an embedded agent access mechanism, rely on a target host to obtain process information, have poor usability, need to design different agent acquisition programs for different systems and have poor expandability; meanwhile, the acquired content is modified independently every time, batch processing is not supported, and maintainability is insufficient.
The invention adopts a non-proxy acquisition mode and remotely calls an execution acquisition mode, solves the problems common in agent acquisition, and has the following advantages in comparison:
1. and the expansibility is strong.
Because the collection process calls the practical Report extraction Language (perl) of the host, the applicability of the perl Language is high, and the collection of the hosts such as AIX, HP-UX, Linux, Sun-OS and the like can be automatically supported at present without independently designing an agent collection program;
meanwhile, under the condition that the architecture is not changed, any host information which can be acquired by perl language can be realized through the modification of the foreground configuration file, so that the information acquisition of other hosts except the process can be realized, such as CPU (central processing unit), memory performance and the like;
2. the maintainability is high.
The method does not need to install a corresponding agent program for each host, only needs to configure a mode of connecting the host and a scheduling mode of the collection task on the presentation layer, and the collection task supports Excel batch import, does not need to carry out one-time independent configuration on a single process, and supports batch distribution of collection instructions.
3. High safety, low load of the host and strong disaster tolerance. Because an embedded agent background running module is not needed (many viruses also have a similar running mode), the dependence on the system is avoided, and the risk of starting too many background running programs on the host is reduced; and meanwhile, the related acquisition problems caused by system restart or system crash are avoided.
Drawings
Fig. 1 is a block diagram of a server for remotely collecting host process information according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of the internal structure of the control module 102 shown in FIG. 1;
fig. 3 is a flowchart of a process for remotely collecting host process information according to an embodiment of the present invention.
Detailed Description
The remote host process information acquisition scheme provided by the embodiment of the invention adopts a non-proxy acquisition mode to acquire the process information of the remote host, namely, a server end is directly connected to the target host without installing any proxy detection program on the target host, and the process running information of the target host is acquired through a remote command.
Fig. 1 is a block diagram of a server for remotely collecting host process information according to an embodiment of the present invention, where the server is divided into three layers from top to bottom, and includes an interface module 101, a control module 102, and an adaptation module 103, and in addition, an application layer is further included above the interface module 101.
The interface module 101 is mainly used for interacting with an application layer of a server, implementing process acquisition configuration, managing process acquisition configuration information of a target host, and issuing a process start command or a process end command. The configuration information includes, but is not limited to, connection login information, process acquisition configuration information, alarm sending configuration information, and the like.
The connection login information includes but is not limited to: the system comprises a host computer IP address, a login mode (including a Secure Shell (SSH) mode or a telnet mode), a login user name, a password, a work directory after login or any combination of the above.
The process collecting configuration information includes but is not limited to: the method comprises the following steps of process name, process description, user name, due process number, CPU occupation ratio, memory occupation number, monitoring mark, starting script path, stopping script, stopping keyword, process presenter, process handler or any combination of the above.
The alarm sending configuration information configuration sets alarms for three situations:
1, if the collected process number is larger than or equal to the maximum process number configured in advance, alarming;
2, alarming if the CPU occupation ratio in the collected process information is larger than the preset CPU occupation ratio upper limit;
and 3, if the memory occupation number in the acquired process information is larger than the preset upper limit of the memory occupation number, alarming.
The interface module 101 receives a real-time command from the application layer and manages the process acquisition configuration information. After the interface module 101 is started, a monitoring port is opened, and the monitoring port is used for monitoring an acquisition request from an application layer; and if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and putting the acquired process acquisition configuration information into a cache.
The connection mode of the interface module 101 and the application layer includes, but is not limited to, a socket connection mode and a file connection mode.
Wherein, the file connection mode includes:
after starting, reading a process acquisition configuration file, polling a database according to the process acquisition configuration file, and acquiring process acquisition data; and storing the acquired process acquisition data in a cache.
The socket connection mode comprises the following processing procedures:
after starting, a socket process is established, connection with an application layer is established, and monitoring is carried out on the application layer. And if the processing request from the application layer is monitored, calling corresponding process acquisition data from the cache, and returning the called process acquisition data to the application layer.
The main functions of the control module 102 include:
a, tracking a key process: some processes are set as key processes in the process collection configuration information. For critical processes, the control module 102 monitors the entire life cycle of the critical process from process start to process stop. A trap message may be sent when a critical process starts or terminates and the last run time of the critical process is recorded.
b, acquiring process information: the Process information includes, but is not limited to, a Process path, a Process parameter, a network connection, a Process identifier (Process ID), a parent Process identifier, a user name of the parent Process, a Process name, a Process status, a CPU utilization, a memory usage, a memory consumption, a number of sub-threads, an active time, a total run time, a last run time, and the like.
The internal structure of the control module 102 is shown in fig. 2, and includes: an engine manager 201, a task manager 202, an account manager 203, a command manager 204, and a connection manager 205.
The engine manager 201 is used to initialize the task manager 202, the account manager 203, the command manager 204, and the connection manager 205 after the server is started.
The task manager 202 is configured to establish a remote process acquisition task according to an acquisition request from the application layer, manage the remote process acquisition task, and send the acquisition task to the command manager 204.
The account manager 203 is configured to manage account information of the user, where the account information includes a user name, a password, and the like.
The command manager 204 is configured to manage the process acquisition configuration information in the cache, and generate a process acquisition command that can be executed by the remote target host according to the acquisition task of the task manager 202 and the process acquisition configuration information.
The connection manager 205 is configured to manage the remote connection established by the adaptation module 103, and send the process acquisition command from the command manager 204 to the target host at the remote end through the established remote connection.
The adaptation module 103 is used for allocating an adapter thread for each target host, and establishing remote connection with the target host in a specified connection mode in real time; the specified connection mode can be one of telnet/ssh1/ssh 2. The adaptation module 103 sends a remote data acquisition command to the target host through the remote connection, and schedules the perl interpreter to acquire process running information on the target host. The perl interpreter is an operating system level program on the target host, typically installed on the host during the operating system installation process. Then, acquiring process information through the established remote connection, and storing the acquired process information in a database; and meanwhile, analyzing the acquired process information according to the process alarm configuration, sending an alarm message to the process meeting the alarm condition, and transferring to an alarm processing flow. The alarm processing flow comprises the following steps: filtering the alarm message according to the alarm level, displaying the important alarm message on an alarm interface, storing the alarm message in a database, forwarding the alarm message and the like.
Fig. 3 is a process flow of remotely collecting host process information according to an embodiment of the present invention, which includes the following steps:
step 301: an interface module of the server monitors an acquisition request from an application layer; and if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and putting the acquired process acquisition configuration information into a cache.
Step 302: and the adaptation module of the server establishes remote connection with the target host, and sends a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache.
Step 303: and the target host dispatches a perl interpreter to acquire process running information according to the remote data acquisition command.
Step 304: and the server acquires the process running information through the remote connection and stores the process running information into a database.
Step 305: and analyzing the acquired process information according to the process alarm configuration, and sending an alarm message if the process information meets the alarm condition. This step is an optional step.
Wherein, the process collecting configuration information includes but is not limited to: the method comprises the following steps of process name, process description, user name, due process number, CPU occupation ratio, memory occupation number, monitoring mark, starting script path, stopping script, stopping keyword, process presenter, process handler or any combination of the above.
The remote connection is a secure shell SSH connection or a telnet connection.
If the alarm condition is met, sending an alarm message comprises the following steps:
if the collected process number is larger than or equal to the maximum process number configured in advance, an alarm message is sent out;
if the CPU occupation ratio in the collected process information is larger than the preset CPU occupation ratio upper limit, sending an alarm message; or,
and if the memory occupation number in the acquired process information is larger than the preset upper limit of the memory occupation number, sending an alarm message.
The scheme of the invention adopts a non-proxy acquisition mode: the information such as the process and the like on the host computer is acquired by remotely connecting the target host computer and sending the scheduling instruction and is transmitted back to realize data acquisition. The acquisition process does not need the installation of traditional agent, avoids the tedious and risky agent embedding starting process, and carries out intelligent processing to the remote calling modes of different host operating systems, and the method has the advantages of simple deployment and low system overhead. And the collection process calls the host perl language, so the method has the characteristic of high expansibility. And the three-layer framework of the acquisition server well solves the problems of configuration issuing, data transmission and adaptation of different equipment types, has a clear structure and greatly simplifies configuration workload.
The invention is suitable for a centralized monitoring platform of a mobile service support network operation management system, and realizes the real-time acquisition and monitoring of the process running state of a service host system of the service support network. And the method can also be applied to the process real-time monitoring function of any other service platform.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (9)

1. A method for remotely collecting host process information is characterized by comprising the following steps:
A. an interface module of the server monitors an acquisition request from an application layer; if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and caching the acquired process acquisition configuration information;
B. the adaptation module of the server establishes remote connection with the target host, and sends a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache;
C. the target host collects process running information according to the remote data collection command;
D. and the server acquires the process running information through the remote connection and stores the process running information into a database.
2. The method of claim 1, wherein after the step D, further comprising:
E. and analyzing the acquired process information according to the process alarm configuration, and sending an alarm message if the process information meets the alarm condition.
3. The method of claim 1, wherein the process collecting configuration information includes but is not limited to: the method comprises the following steps of process name, process description, user name, due process number, CPU occupation ratio, memory occupation number, monitoring mark, starting script path, stopping script, stopping keyword, process presenter, process handler or any combination of the above.
4. The method of claim 1, wherein the remote connection is a secure shell SSH connection or a telnet connection.
5. The method of claim 1, wherein step C is: and the target host dispatches a perl interpreter to acquire process running information according to the remote data acquisition command.
6. The method of claim 2, wherein issuing an alarm message if an alarm condition is met comprises:
if the collected process number is larger than or equal to the maximum process number configured in advance, an alarm message is sent out;
if the CPU occupation ratio in the collected process information is larger than the preset CPU occupation ratio upper limit, sending an alarm message; or,
and if the memory occupation number in the acquired process information is larger than the preset upper limit of the memory occupation number, sending an alarm message.
7. A server for remotely collecting host process information is characterized by comprising an interface module, a control module and an adaptation module;
the interface module stores a pre-configured configuration file; monitoring an acquisition request from an application layer; if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and putting the acquired process acquisition configuration information into a cache of the server;
the adaptation module is used for establishing remote connection with a target host and sending a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache; the adaptation module also obtains the process running information through the remote connection and stores the process running information into a database.
8. The server according to claim 7, wherein the server further comprises:
and the alarm processing module is used for analyzing the process information acquired by the adaptation module according to the process alarm configuration and sending an alarm message if the process information meets the alarm condition.
9. A system for remotely collecting host process information comprises a server and a target host, and is characterized in that,
an interface module of the server monitors an acquisition request from an application layer; if the acquisition request is monitored, acquiring process acquisition configuration information from the configuration file, and caching the acquired process acquisition configuration information; the adaptation module of the server is used for establishing remote connection with the target host and sending a remote data acquisition command to the target host through the remote connection according to the process acquisition configuration information in the cache; the server acquires the process running information of the target host through the remote connection and stores the process running information into a database;
the target host is used for acquiring process running information according to a remote data acquisition command from the server.
CN201010567351.2A 2010-11-25 2010-11-25 Method, device and system for remotely collecting host process information Active CN102480749B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010567351.2A CN102480749B (en) 2010-11-25 2010-11-25 Method, device and system for remotely collecting host process information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010567351.2A CN102480749B (en) 2010-11-25 2010-11-25 Method, device and system for remotely collecting host process information

Publications (2)

Publication Number Publication Date
CN102480749A true CN102480749A (en) 2012-05-30
CN102480749B CN102480749B (en) 2015-05-27

Family

ID=46093194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010567351.2A Active CN102480749B (en) 2010-11-25 2010-11-25 Method, device and system for remotely collecting host process information

Country Status (1)

Country Link
CN (1) CN102480749B (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103795647A (en) * 2012-11-01 2014-05-14 鼎点视讯科技有限公司 Data acquisition method, data collector and data acquisition system
CN103795575A (en) * 2014-02-12 2014-05-14 浪潮电子信息产业股份有限公司 Multi-data-centre-oriented system monitoring method
CN105354128A (en) * 2015-11-11 2016-02-24 中国建设银行股份有限公司 Computer resource monitoring method, device and system
CN105530145A (en) * 2015-12-23 2016-04-27 中国电子科技集团公司第三十研究所 Agentless equipment monitoring network based on ZABBIX framework, networking method and monitoring method
CN105704253A (en) * 2016-04-26 2016-06-22 Tcl集团股份有限公司 Method for acquiring host resources and device and system thereof
CN105790801A (en) * 2016-03-11 2016-07-20 青岛海信电器股份有限公司 Pairing testing method and testing apparatus for electronic equipment and bluetooth equipment
CN106101186A (en) * 2016-05-27 2016-11-09 深圳市八零年代网络科技有限公司 A kind of server O&M method, Apparatus and system
CN107046479A (en) * 2017-04-14 2017-08-15 浙江数链科技有限公司 A kind of method and device of the proofing state of the network equipment
CN107222361A (en) * 2017-05-24 2017-09-29 深圳市牛鼎丰科技有限公司 Collecting method, system, computer equipment and medium
CN109032896A (en) * 2018-08-01 2018-12-18 郑州云海信息技术有限公司 A kind of dispositions method and device of cloud platform monitoring system
CN109756377A (en) * 2019-01-11 2019-05-14 中电福富信息科技有限公司 A kind of method and device of automation hosted-type acquisition host risk information
CN110391925A (en) * 2018-04-20 2019-10-29 阿里巴巴集团控股有限公司 A kind of collecting method, data acquisition device and server
CN110505177A (en) * 2018-05-16 2019-11-26 杭州海康威视数字技术股份有限公司 A kind of Information Collection System, terminal device and distance host
CN111651322A (en) * 2020-05-29 2020-09-11 山东中创软件商用中间件股份有限公司 Process monitoring alarm method, system and device
CN111654408A (en) * 2020-04-24 2020-09-11 平安科技(深圳)有限公司 Equipment monitoring method and device, computer equipment and storage medium
CN111818133A (en) * 2020-06-19 2020-10-23 四川新网银行股份有限公司 Method for acquiring non-intentional data of mobile phone sensor
CN111885087A (en) * 2020-08-05 2020-11-03 杭州安恒信息技术股份有限公司 Intranet computer network behavior monitoring method, device and equipment
CN112866049A (en) * 2019-11-28 2021-05-28 中盈优创资讯科技有限公司 Server host index acquisition method and system
CN113076130A (en) * 2021-03-23 2021-07-06 上海金融期货信息技术有限公司 General counter system operation and maintenance method based on SHELL script
CN113766024A (en) * 2021-09-07 2021-12-07 厦门极致互动网络技术股份有限公司 Remote instruction management system and method for remote server
CN114006936A (en) * 2021-12-27 2022-02-01 盛威时代科技集团有限公司 System operation information real-time acquisition method, server and client
CN115118481A (en) * 2022-06-22 2022-09-27 深圳星云智联科技有限公司 Host information acquisition method, device, equipment and medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1411172A (en) * 2001-09-25 2003-04-16 深圳市盈宁科技有限公司 Method using electronic mail to realize remote data acquisition and monitoring and system thereof
CN1475912A (en) * 2003-07-08 2004-02-18 联想(北京)有限公司 Method and device for machine group system node dynamic configuration
CN1557664A (en) * 2004-01-16 2004-12-29 湖南科技大学 Bus type intelligent sensor set for state monitoring
CN1756257A (en) * 2004-09-30 2006-04-05 北京航空航天大学 Host performance collection proxy in large-scale network
CN1784054A (en) * 2004-11-29 2006-06-07 中兴通讯股份有限公司 Method for single board operation information processing in communication system
CN1988443A (en) * 2005-12-21 2007-06-27 联想(北京)有限公司 Method and system for real time monitoring radio terminal based on biological information
CN101014181A (en) * 2007-02-16 2007-08-08 中兴通讯股份有限公司 Data configuration and collection system and method
KR20090055523A (en) * 2009-03-19 2009-06-02 한국위치정보 주식회사 Method for collecting remote data by using traffic monitoring
CN101600168A (en) * 2009-03-31 2009-12-09 江苏大学 Wireless sensor network remote data transmission system via GSM
CN101719801A (en) * 2009-11-25 2010-06-02 中兴通讯股份有限公司 Method and system for realizing power detection

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1411172A (en) * 2001-09-25 2003-04-16 深圳市盈宁科技有限公司 Method using electronic mail to realize remote data acquisition and monitoring and system thereof
CN1475912A (en) * 2003-07-08 2004-02-18 联想(北京)有限公司 Method and device for machine group system node dynamic configuration
CN1557664A (en) * 2004-01-16 2004-12-29 湖南科技大学 Bus type intelligent sensor set for state monitoring
CN1756257A (en) * 2004-09-30 2006-04-05 北京航空航天大学 Host performance collection proxy in large-scale network
CN1784054A (en) * 2004-11-29 2006-06-07 中兴通讯股份有限公司 Method for single board operation information processing in communication system
CN1988443A (en) * 2005-12-21 2007-06-27 联想(北京)有限公司 Method and system for real time monitoring radio terminal based on biological information
CN101014181A (en) * 2007-02-16 2007-08-08 中兴通讯股份有限公司 Data configuration and collection system and method
KR20090055523A (en) * 2009-03-19 2009-06-02 한국위치정보 주식회사 Method for collecting remote data by using traffic monitoring
CN101600168A (en) * 2009-03-31 2009-12-09 江苏大学 Wireless sensor network remote data transmission system via GSM
CN101719801A (en) * 2009-11-25 2010-06-02 中兴通讯股份有限公司 Method and system for realizing power detection

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103795647A (en) * 2012-11-01 2014-05-14 鼎点视讯科技有限公司 Data acquisition method, data collector and data acquisition system
CN103795575A (en) * 2014-02-12 2014-05-14 浪潮电子信息产业股份有限公司 Multi-data-centre-oriented system monitoring method
CN103795575B (en) * 2014-02-12 2017-12-01 浪潮电子信息产业股份有限公司 A kind of system monitoring method towards multiple data centers
CN105354128A (en) * 2015-11-11 2016-02-24 中国建设银行股份有限公司 Computer resource monitoring method, device and system
CN105354128B (en) * 2015-11-11 2018-05-18 中国建设银行股份有限公司 A kind of computer resource monitoring method, apparatus and system
CN105530145A (en) * 2015-12-23 2016-04-27 中国电子科技集团公司第三十研究所 Agentless equipment monitoring network based on ZABBIX framework, networking method and monitoring method
CN105790801B (en) * 2016-03-11 2019-08-09 青岛海信电器股份有限公司 The pairing test method and test device of a kind of electronic equipment and bluetooth equipment
CN105790801A (en) * 2016-03-11 2016-07-20 青岛海信电器股份有限公司 Pairing testing method and testing apparatus for electronic equipment and bluetooth equipment
CN105704253A (en) * 2016-04-26 2016-06-22 Tcl集团股份有限公司 Method for acquiring host resources and device and system thereof
CN106101186A (en) * 2016-05-27 2016-11-09 深圳市八零年代网络科技有限公司 A kind of server O&M method, Apparatus and system
CN107046479A (en) * 2017-04-14 2017-08-15 浙江数链科技有限公司 A kind of method and device of the proofing state of the network equipment
CN107046479B (en) * 2017-04-14 2020-01-03 浙江数链科技有限公司 Method and device for verifying state of network equipment
CN107222361A (en) * 2017-05-24 2017-09-29 深圳市牛鼎丰科技有限公司 Collecting method, system, computer equipment and medium
CN110391925A (en) * 2018-04-20 2019-10-29 阿里巴巴集团控股有限公司 A kind of collecting method, data acquisition device and server
CN110505177A (en) * 2018-05-16 2019-11-26 杭州海康威视数字技术股份有限公司 A kind of Information Collection System, terminal device and distance host
CN110505177B (en) * 2018-05-16 2023-06-30 杭州海康威视数字技术股份有限公司 Information collection system, terminal equipment and remote host
CN109032896A (en) * 2018-08-01 2018-12-18 郑州云海信息技术有限公司 A kind of dispositions method and device of cloud platform monitoring system
CN109756377A (en) * 2019-01-11 2019-05-14 中电福富信息科技有限公司 A kind of method and device of automation hosted-type acquisition host risk information
CN112866049A (en) * 2019-11-28 2021-05-28 中盈优创资讯科技有限公司 Server host index acquisition method and system
CN111654408A (en) * 2020-04-24 2020-09-11 平安科技(深圳)有限公司 Equipment monitoring method and device, computer equipment and storage medium
CN111654408B (en) * 2020-04-24 2023-08-22 平安科技(深圳)有限公司 Device monitoring method, device, computer device and storage medium
WO2021212655A1 (en) * 2020-04-24 2021-10-28 平安科技(深圳)有限公司 Device monitoring method and apparatus, and computer device and storage medium
CN111651322A (en) * 2020-05-29 2020-09-11 山东中创软件商用中间件股份有限公司 Process monitoring alarm method, system and device
CN111818133A (en) * 2020-06-19 2020-10-23 四川新网银行股份有限公司 Method for acquiring non-intentional data of mobile phone sensor
CN111885087A (en) * 2020-08-05 2020-11-03 杭州安恒信息技术股份有限公司 Intranet computer network behavior monitoring method, device and equipment
CN113076130A (en) * 2021-03-23 2021-07-06 上海金融期货信息技术有限公司 General counter system operation and maintenance method based on SHELL script
CN113076130B (en) * 2021-03-23 2024-07-19 上海金融期货信息技术有限公司 Universal counter system operation and maintenance method based on SHELL script
CN113766024A (en) * 2021-09-07 2021-12-07 厦门极致互动网络技术股份有限公司 Remote instruction management system and method for remote server
CN113766024B (en) * 2021-09-07 2024-03-22 厦门极致互动网络技术股份有限公司 Remote instruction management system and method for remote server
CN114006936A (en) * 2021-12-27 2022-02-01 盛威时代科技集团有限公司 System operation information real-time acquisition method, server and client
CN114006936B (en) * 2021-12-27 2022-05-31 盛威时代科技集团有限公司 System operation information real-time acquisition method, server and client
CN115118481A (en) * 2022-06-22 2022-09-27 深圳星云智联科技有限公司 Host information acquisition method, device, equipment and medium
CN115118481B (en) * 2022-06-22 2023-11-21 深圳星云智联科技有限公司 Host information acquisition method, device, equipment and medium

Also Published As

Publication number Publication date
CN102480749B (en) 2015-05-27

Similar Documents

Publication Publication Date Title
CN102480749B (en) Method, device and system for remotely collecting host process information
US9652281B2 (en) System and method for virtualization aware server maintenance mode
US20190140973A1 (en) Dynamic virtualized resource allocation
JP3684108B2 (en) Network device management apparatus and method
EP2909723B1 (en) Smart error recovery for database applications
US7340654B2 (en) Autonomic monitoring in a grid environment
US10848839B2 (en) Out-of-band telemetry data collection
US11706080B2 (en) Providing dynamic serviceability for software-defined data centers
WO2008014647A1 (en) A maintenance method for the capability management object, capability management method, the system and the terminal thereof
CN104935621A (en) Remote monitoring system and remote monitoring method
CN113709810B (en) Method, equipment and medium for configuring network service quality
WO2015192664A1 (en) Device monitoring method and apparatus
WO2013107170A1 (en) Remote network management system and service operation method therefor
US20140101320A1 (en) Information processing system, control method, management apparatus and computer-readable recording medium
CN111694707A (en) Small server cluster management system and method
CN112559138B (en) Resource scheduling system and method
US8677323B2 (en) Recording medium storing monitoring program, monitoring method, and monitoring system
WO2024119843A1 (en) Data acquisition method and apparatus and computer device
CN109462504A (en) A kind of system of general Agent control
KR20110005945A (en) Realtime server performance monitoring method that using perfomancecounter and cache without agent
KR100452629B1 (en) Apparatus and Method of Network Management by Upgrading Simple Network Management Protocol Management information Base Bundle Dynamically
CN116820686B (en) Physical machine deployment method, virtual machine and container unified monitoring method and device
KR20120029816A (en) Remote maintenance and monitoring service framework for heterogeneous device and system
CN112732504B (en) Server BMC serial port circuit
CN118733388A (en) Operation monitoring method and device of server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant