CN111355795B - Method, system, medium and device for remotely acquiring Linux host data - Google Patents

Method, system, medium and device for remotely acquiring Linux host data Download PDF

Info

Publication number
CN111355795B
CN111355795B CN202010121210.1A CN202010121210A CN111355795B CN 111355795 B CN111355795 B CN 111355795B CN 202010121210 A CN202010121210 A CN 202010121210A CN 111355795 B CN111355795 B CN 111355795B
Authority
CN
China
Prior art keywords
host
rmi
data acquisition
acquired
data
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.)
Active
Application number
CN202010121210.1A
Other languages
Chinese (zh)
Other versions
CN111355795A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010121210.1A priority Critical patent/CN111355795B/en
Publication of CN111355795A publication Critical patent/CN111355795A/en
Application granted granted Critical
Publication of CN111355795B publication Critical patent/CN111355795B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses

Abstract

The invention relates to a method, a system, a medium and equipment for remotely acquiring Linux host data. The method comprises the following steps: periodically reporting heartbeats to an RMI heartbeat server by all hosts deploying RMI data acquisition services, and generating a service address list by the RMI heartbeat server; the acquisition host carries out the IP discovery of the acquired host based on the service address list and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered IP of the acquired host; and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result. The method for remotely acquiring the data of the Linux host provided by the embodiment of the invention can acquire the data of the Linux host without SSH remote login, and can normally acquire the data indexes of each host without SSH, thereby eliminating the potential safety hazard of SSH and improving the safety of the production environment of a user.

Description

Method, system, medium and equipment for remotely acquiring Linux host data
Technical Field
The invention relates to the field of communication service support, in particular to a method, a system, a medium and equipment for remotely acquiring Linux host data.
Background
The data of the Linux host is remotely acquired, and currently, the data is acquired from the target Linux host remotely by adopting SSH (secure Shell). However, SSH is also a common means for hackers to attack remote hosts, and has potential safety hazards, and in order to avoid the potential safety hazards, SSH is not open to ordinary users, and SSH ports can be shielded. However, after the SSH port is shielded, the host deployed by the service system and the service system monitoring host cannot access each other, so that data monitored by the host deployed by the service system cannot be collected.
Disclosure of Invention
The invention aims to solve the technical problems in the prior art and provides a method, a system, a medium and equipment for remotely acquiring Linux host data.
In order to solve the above technical problem, an embodiment of the present invention provides a method for remotely acquiring data of a Linux host, including:
periodically reporting heartbeats to an RMI heartbeat server by all hosts deploying RMI data acquisition services, and generating a service address list by the RMI heartbeat server;
the acquisition host carries out the IP discovery of the acquired host based on the service address list and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered IP of the acquired host;
and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result.
In order to solve the above technical problem, an embodiment of the present invention further provides a system for remotely acquiring data of a Linux host, including: the system comprises an acquisition host, an RMI heartbeat server and an acquired host;
all hosts deploying RMI data acquisition services periodically report heartbeats to an RMI heartbeat server, and the RMI heartbeat server generates a service address list;
the acquisition host carries out the IP discovery of the acquired host based on the service address list and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered IP of the acquired host;
and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result.
In order to solve the above technical problem, an embodiment of the present invention further provides a computer-readable storage medium, which includes instructions, and when the instructions are run on a computer, the instructions cause the computer to execute the method for remotely acquiring data of a Linux host according to the above technical solution.
In order to solve the above technical problem, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the method for remotely acquiring data of the Linux host according to the above technical solution when executing the program.
The beneficial effects of the invention are: the Linux host data can be acquired without SSH remote login, and the data indexes of each host can be normally acquired without SSH, so that the potential safety hazard of SSH is eliminated, and the safety of a user production environment is improved.
Additional aspects of the invention and its advantages will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
FIG. 1 is a flowchart of a method for remotely acquiring data of a Linux host according to an embodiment of the present invention;
FIG. 2 is a block diagram of a system for remotely acquiring data of a Linux host according to an embodiment of the present invention;
fig. 3 is a general architecture diagram of a remote-collection Linux host data system according to an embodiment of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
Fig. 1 is a schematic flowchart of a method for remotely acquiring Linux host data according to an embodiment of the present invention. As shown in fig. 1, the method includes:
110. periodically reporting heartbeats to an RMI heartbeat server by all hosts deploying RMI data acquisition services, and generating a service address list by the RMI heartbeat server;
120. the acquisition host carries out the IP discovery of the acquired host based on the service address list and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered IP of the acquired host;
130. and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result.
It should be noted that the remote method call is a mechanism for objects between computers to call each other to start the opposite process, and by using this mechanism, when an object on one computer calls a method on another computer, the syntax rules of the program used are the same as the syntax rules of the method call between objects on the local computer.
The mechanism brings great convenience to the system design and programming of distributed computing. As long as the program is designed according to RMI rules, it is not necessary to ask the network details under RMI any more, such as: TCP and Socket, etc. Communication between any two computers is entirely under the responsibility of RMI. Invoking an object on a remote computer is as convenient as a local object.
RMI is object-oriented. RMI may pass complete objects as parameters and return values, not just predefined data types. That is, complex types like Java Hash tables can be passed as a parameter.
RMI has movable properties. RMI may move attributes from client to server, or from server to client.
RMI makes the design flexible. The object delivery function makes it possible to fully utilize the powerful functions of object-oriented technology in distributed computing, such as two-tier and three-tier architecture systems. If the user is able to pass on the properties, then an object-oriented design approach may be used in the solution.
RMI is safe. RMI uses a built-in security mechanism in Java to ensure the security of the user's system when downloading the execution program. RMI uses a security hypervisor designed specifically to protect the system from malicious applets.
The method for remotely acquiring the data of the Linux host provided by the embodiment can acquire the data of the Linux host without SSH remote login, and can normally acquire the data indexes of each host without SSH, thereby eliminating SSH potential safety hazards and improving the safety of a user production environment.
Optionally, in an embodiment, the acquiring host performs IP discovery of the acquired hosts based on the service address list, and respectively starts RMI data acquiring clients matched with the acquired hosts according to the discovered acquired host IPs, including: the discovery host regularly schedules an automatic discovery host process, acquires the IP network segment of the acquired host from the service address list, and allocates the IP network segment of the acquired host to each acquisition host according to a preset rule; and each acquisition host computer carries out corresponding acquired host computer IP discovery according to the allocated IP network segment, and respectively starts an RMI data acquisition client matched with the acquired host computer.
In the embodiment, a discovery host schedules an automatic discovery process at regular time, so that the IP network segment of the acquired host in a service state can be acquired in real time, the IP network segment of the acquired host is distributed to each acquisition host according to a preset rule, the preset rule can be average distribution of interception modules, each acquisition host carries out IP discovery on the acquired host according to the distributed IP network segment, and RMI data acquisition clients matched with the acquired host are respectively started. For example, the IP network segment segmented by the acquisition host A1 corresponds to the acquired hosts B1, B2 and B3 \8230, the acquired hosts B8230, B10, the acquired hosts B1, B2 and B3 \8230, the acquired hosts 8230, and the B10 are respectively provided with RMI data acquisition service terminals B1, B2 and B3.. B10; the acquisition host A1 respectively starts the RMI data acquisition clients A1, a2, a3 \8230 \ 8230 \ a10 deployed in the acquisition host A1 according to the found acquired host, respectively connects the RMI data acquisition servers b1, b2 and b3.. B10, acquires data of the RMI data acquisition server b1 through the RMI client A1, and acquires data on the RMI data acquisition server b2 through the RMI client a 2.
The IP network segments used by different service systems are different, and when monitoring and acquiring the data of the acquired host, the host where a plurality of services are located can be acquired at the same time. The embodiment of the invention carries out multi-host acquisition and single host carries out multi-thread acquisition, thereby greatly shortening the time consumption for acquisition.
Optionally, in an embodiment, the invoking, by the RMI data collecting client, the RMI data collecting service of the matched collected host to obtain the data collecting result includes: the RMI data acquisition client sends a data acquisition request to the matched acquired host through the IP address and the port of the RMI data acquisition service; and the matched acquired host computer acquires data according to the data acquisition request and returns a data acquisition result to the matched RMI data acquisition client.
Optionally, in an embodiment, remote interfaces including multiple data collection methods are predefined on all the hosts deploying the RMI data collection service; the matched acquired host computer performs data acquisition according to the data acquisition request, and the data acquisition method comprises the following steps: and the matched acquired host calls a data acquisition method corresponding to the data acquisition request, and acquires data based on the data acquisition method.
In the above embodiment, RMI eases and simplifies the writing work of Java remote services and Java clients accessing these services. The remote interface is actually a Java interface. To implement the functionality of RMI, a remote object must be created, and any object that can be remotely invoked must implement a remote interface. But the remote interface itself does not contain any method. Thus creating a new interface to extend the remote interface.
In the embodiment of the invention, remote interfaces comprising a plurality of data acquisition methods are predefined on all the hosts deploying RMI data acquisition services. The new interface will contain all methods that can be called remotely. The new interface is realized by the remote object, and because the new interface expands the remote interface, the requirement of the remote object on realizing the remote interface is met, and each realized object is used as the remote object to be quoted.
Optionally, the foregoing embodiment further includes: and adding RMI data acquisition service process monitoring to the crontab of an RMI data acquisition service user in all hosts deploying RMI data acquisition services, and automatically pulling up the RMI data acquisition service process when the RMI data acquisition service process is not in use.
In the above embodiment, when the RMI server needs to update the code, the code is uploaded to the RMI server through the SCP, and the RM service of the RMI server is stopped through the RMI service self-shutdown function. When the service process in the crontab monitors that the RMI service process is not in place, the RMI service process is pulled up, and the function of updating the code and re-RMI service is achieved.
Optionally, the foregoing embodiment further includes: and the RMI codes of the acquisition host and the acquired host are updated through the scp-p < the port which is opened in advance and is larger than 1024 >.
The method for remotely acquiring data of the Linux host provided by the embodiment of the invention is described in detail above with reference to fig. 1. The following describes the system for remotely acquiring Linux host data according to an embodiment of the present invention in detail with reference to fig. 2 and 3.
As shown in fig. 2, an embodiment of the present invention further provides a system for remotely acquiring data of a Linux host, including: the system comprises an acquisition host, an RMI heartbeat server and an acquired host.
All hosts deploying RMI data acquisition services periodically report heartbeats to an RMI heartbeat server, and the RMI heartbeat server generates a service address list; the acquisition host carries out the IP discovery of the acquired host based on the service address list and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered IP of the acquired host; and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result.
As shown in fig. 3, all hosts deploy RMI data collection services, that is, in addition to the collected hosts deploying RMI data collection services, the collecting hosts (CMDB auto-discovery hosts in the corresponding graph) are themselves collected hosts (discovered hosts in the corresponding graph), and also deploy RMI data collection services. All the hosts deploy RMI heartbeat clients and report heartbeats to the RMI heartbeat server every 10 minutes. And the discovery host regularly schedules an automatic discovery host process, intercepts and averagely allocates all automatic discovery hosts of the IP network segment, performs IP discovery on the automatic discovery hosts, and starts a corresponding RMI data acquisition client according to the discovered IP. And the RMI data acquisition client calls a method of the remote server according to the registration service IP and the port of the RMI data acquisition service, acquires data on the acquired host, and returns a result to analyze and store the data.
The data collection process will be described by taking the collection of the host network card as an example.
1. Defining a method for acquiring a host network card at an RMI data acquisition server; the method is defined on the RMI data acquisition service host, and the method comprises the steps of locally executing an ifconfig command and returning a command execution result;
the RMI data acquisition client acquires and calls an acquisition host network card method registered by the server through the IP address and the port of the RMI data acquisition server, calls a remote server command and receives a return result;
3. and using result data returned by the network card according to requirements.
The system for remotely acquiring the data of the Linux host provided by the embodiment can acquire the data of the Linux host without SSH remote login, and can normally acquire the data indexes of each host without SSH, thereby eliminating SSH potential safety hazards and improving the safety of a user production environment.
In order to solve the above technical problem, an embodiment of the present invention further provides a computer-readable storage medium, which includes instructions, and when the instructions are executed on a computer, the instructions cause the computer to execute the method for remotely acquiring data of a Linux host provided in the above embodiment.
In order to solve the above technical problem, an embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program that is stored in the memory and can be run on the processor, where the processor executes the computer program to implement the method for remotely acquiring data of a Linux host according to the above embodiment.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
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 that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for remotely acquiring data of a Linux host is characterized by comprising the following steps:
all hosts deploy RMI data acquisition services, all hosts deploying RMI data acquisition services periodically report heartbeats to an RMI heartbeat server, and the RMI heartbeat server generates a service address list;
the acquisition host carries out the IP discovery of the acquired host based on the service address list and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered IP of the acquired host;
and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result.
2. The method of claim 1, wherein the acquiring host performs the IP discovery of the acquired hosts based on the service address list, and respectively starts RMI data acquiring clients matched with the acquired hosts according to the discovered IP of the acquired hosts, comprising:
the discovery host regularly schedules an automatic discovery host process, acquires the IP network segment of the acquired host from the service address list, and allocates the IP network segment of the acquired host to each acquisition host according to a preset rule;
and each acquisition host computer carries out corresponding acquired host computer IP discovery according to the allocated IP network segment, and respectively starts an RMI data acquisition client matched with the acquired host computer.
3. The method of claim 1, wherein the RMI data acquisition client invokes an RMI data acquisition service of the matched acquired host to obtain data acquisition results, comprising:
the RMI data acquisition client sends a data acquisition request to the matched acquired host through the IP address and the port of the RMI data acquisition service;
and the matched acquired host computer acquires data according to the data acquisition request and returns a data acquisition result to the matched RMI data acquisition client.
4. The method according to claim 3, wherein remote interfaces containing multiple data collection methods are predefined on all hosts deploying RMI data collection services; the matched acquired host computer performs data acquisition according to the data acquisition request, and the data acquisition method comprises the following steps:
and the matched acquired host calls a data acquisition method corresponding to the data acquisition request, and acquires data based on the data acquisition method.
5. The method of any of claims 1 to 4, further comprising: adding RMI data acquisition service process monitoring to all hosts deploying RMI data acquisition services at the crontab of RMI data acquisition service users, and automatically pulling up the RMI data acquisition service process when the RMI data acquisition service process is not in place.
6. The method of any of claims 1 to 4, further comprising: and the RMI codes of the acquisition host and the acquired host are updated through the scp-p < the port which is opened in advance and is larger than 1024 >.
7. A system for remotely acquiring Linux host data, comprising: the system comprises an acquisition host, an RMI heartbeat server and an acquired host;
all hosts deploy RMI data acquisition services, all hosts deploying RMI data acquisition services periodically report heartbeats to an RMI heartbeat server, and the RMI heartbeat server generates a service address list;
the acquisition host carries out IP discovery of the acquired host based on the service address list, and respectively starts RMI data acquisition clients matched with the acquired host according to the discovered acquired host IP;
and the RMI data acquisition client calls RMI data acquisition services of the matched acquired host to acquire a data acquisition result.
8. The system of claim 7, further comprising a discovery host, wherein the discovery host schedules an automatic discovery host process at regular time, obtains the IP network segments of the collected hosts from the service address list, and allocates the IP network segments of the collected hosts to the collection hosts according to a preset rule;
and each acquisition host computer carries out corresponding IP discovery of the acquired host computer according to the allocated IP network segment, and respectively starts RMI data acquisition client terminals matched with the acquired host computers.
9. A computer-readable storage medium comprising instructions that, when executed on a computer, cause the computer to perform the method of remotely collecting Linux host data according to any one of claims 1-6.
10. A computer device comprising a memory, a processor and a computer program stored on said memory and executable on said processor, wherein said processor when executing said program implements the method of remotely collecting Linux host data according to any of claims 1-6.
CN202010121210.1A 2020-02-26 2020-02-26 Method, system, medium and device for remotely acquiring Linux host data Active CN111355795B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010121210.1A CN111355795B (en) 2020-02-26 2020-02-26 Method, system, medium and device for remotely acquiring Linux host data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010121210.1A CN111355795B (en) 2020-02-26 2020-02-26 Method, system, medium and device for remotely acquiring Linux host data

Publications (2)

Publication Number Publication Date
CN111355795A CN111355795A (en) 2020-06-30
CN111355795B true CN111355795B (en) 2023-03-21

Family

ID=71197395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010121210.1A Active CN111355795B (en) 2020-02-26 2020-02-26 Method, system, medium and device for remotely acquiring Linux host data

Country Status (1)

Country Link
CN (1) CN111355795B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521099A (en) * 2011-11-24 2012-06-27 深圳市同洲视讯传媒有限公司 Process monitoring method and process monitoring system
CN103095845A (en) * 2013-01-31 2013-05-08 汉柏科技有限公司 Method and system achieving distribution type communication
CN103916274A (en) * 2014-03-31 2014-07-09 大唐移动通信设备有限公司 Network element access method and system with multiple concurrent instances
CN104486133A (en) * 2014-12-26 2015-04-01 大唐移动通信设备有限公司 Network element agency managing method and system
CN104601728A (en) * 2015-02-06 2015-05-06 浪潮集团有限公司 Mobile equipment data interaction realizing method based on cloud computing
CN108874624A (en) * 2018-05-31 2018-11-23 康键信息技术(深圳)有限公司 Server, the method and storage medium for monitoring Java process

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8776050B2 (en) * 2003-08-20 2014-07-08 Oracle International Corporation Distributed virtual machine monitor for managing multiple virtual resources across multiple physical nodes
US8769089B2 (en) * 2011-11-15 2014-07-01 International Business Machines Corporation Distributed application using diagnostic heartbeating

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521099A (en) * 2011-11-24 2012-06-27 深圳市同洲视讯传媒有限公司 Process monitoring method and process monitoring system
CN103095845A (en) * 2013-01-31 2013-05-08 汉柏科技有限公司 Method and system achieving distribution type communication
CN103916274A (en) * 2014-03-31 2014-07-09 大唐移动通信设备有限公司 Network element access method and system with multiple concurrent instances
CN104486133A (en) * 2014-12-26 2015-04-01 大唐移动通信设备有限公司 Network element agency managing method and system
CN104601728A (en) * 2015-02-06 2015-05-06 浪潮集团有限公司 Mobile equipment data interaction realizing method based on cloud computing
CN108874624A (en) * 2018-05-31 2018-11-23 康键信息技术(深圳)有限公司 Server, the method and storage medium for monitoring Java process

Also Published As

Publication number Publication date
CN111355795A (en) 2020-06-30

Similar Documents

Publication Publication Date Title
CN107291525B (en) Method, host machine and system for deploying virtual machine
CN108369625B (en) Dual memory introspection for protecting multiple network endpoints
EP3214568B1 (en) Method, apparatus and system for processing cloud application attack behaviours in cloud computing system
US20170054686A1 (en) Agentless Security of Virtual Machines using a Filtering Platform
US10701104B2 (en) Agentless security of virtual machines using a network interface controller
CN107888706B (en) Cloud product fault processing method, device, equipment and computer readable storage medium
US20230096032A1 (en) Hybrid Approach To Data Governance
EP3618352A1 (en) Virtual machine management
US11799875B2 (en) Computerized system for complying with certain critical infrastructure protection requirements
CN107908957B (en) Safe operation management method and system of intelligent terminal
CN102663283B (en) A kind of method of dynamic isolation computer system
CN115904605A (en) Software defense method and related equipment
CN110377324B (en) Information platform monitoring system and construction method
CN111355795B (en) Method, system, medium and device for remotely acquiring Linux host data
CN111679887A (en) Configuration method and device of proxy container
CN109784041B (en) Event processing method and device, storage medium and electronic device
CN109218286B (en) Method and device for realizing agent-free EDR (enhanced data Rate) in virtualization environment
KR101512462B1 (en) Method for analyzing update of malicious code on analysis sytem of malicious code based on culture
US7350065B2 (en) Method, apparatus and program storage device for providing a remote power reset at a remote server through a network connection
CN103984899B (en) High-efficiency online batch antivirus system and method of virtual machine
CN115658220A (en) Data processing method, equipment and computer readable storage medium
KR101512456B1 (en) METHOD FOR RELOADING OS THROUGH network ON ANALYSIS SYTEM OF MALICIOUS CODE BASED ON CULTURE
CN112202922A (en) Information communication safety access management method, system and storage medium
CN109491715B (en) Application management method, device and terminal based on Windows NT
CN109478143B (en) System and method for accessing remote files

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant