CN110874300A - Method and device for monitoring equipment - Google Patents

Method and device for monitoring equipment Download PDF

Info

Publication number
CN110874300A
CN110874300A CN201810996060.1A CN201810996060A CN110874300A CN 110874300 A CN110874300 A CN 110874300A CN 201810996060 A CN201810996060 A CN 201810996060A CN 110874300 A CN110874300 A CN 110874300A
Authority
CN
China
Prior art keywords
monitoring
information
equipment
monitored
instruction
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
CN201810996060.1A
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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201810996060.1A priority Critical patent/CN110874300A/en
Publication of CN110874300A publication Critical patent/CN110874300A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/301Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is a virtual computing platform, e.g. logically partitioned systems
    • 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/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/328Computer systems status display

Abstract

The invention discloses a method and a device for monitoring equipment, and relates to the technical field of computers. One embodiment of the method comprises: determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment; and receiving the operation information of the monitored equipment, which is acquired by the monitoring equipment within a preset time, and imaging and displaying the acquired operation information. The JVM information is captured in real time by using the JMX technology, and the problems that the JVM information cannot be graphically displayed, long-time monitoring cannot be performed, large-scale cluster monitoring cannot be performed and the like in a JVM cluster monitoring scene in a production environment are solved; and the access to an office network and a production environment is realized by utilizing domain name resolution, and finally, the information collected by the monitor is displayed in a browser by a graphical interface.

Description

Method and device for monitoring equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for monitoring equipment.
Background
When an enterprise newly logs on a project, a corresponding written program is generally required to be deployed to a server to start running. As the access amount of the user to the project increases, the bearing pressure of the server also gradually increases, and the project access is delayed or even crashed.
For this situation, there are currently two solutions:
1) increasing the apportionment amount of the server;
2) as an alternative to the foregoing, the running state of a JVM (Java Virtual Machine) may be monitored, and a performance bottleneck may be found and adjusted.
Currently, there are two main ways to monitor the operating state of the JVM:
1) using JTAT (JVM Statistics Monitoring Tool) command to view JVM information;
2) monitoring JVM information by using monitoring tools jConsole, jvisualvm and JMC (Java Session Control, Java task Control tool).
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
1) the command line does not support the graphical display of data, and extra calculation and drawing operations are needed for the acquired data, so that the problem troubleshooting is very difficult;
2) only partially graphizable data can be viewed using a monitoring tool; because of the security limitation of the enterprise network, an IDC (Internet Data Center) machine room and an office network cannot be directly connected, so that a user cannot check in the office network and only can check in the machine room;
3) the monitoring tool is provided for JDK (Java development Kit, Java development toolkit), can not be customized according to actual requirements, and is low in flexibility.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for monitoring a device, which can at least solve the problem that none of the existing technologies has a universal device monitoring platform.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a method of monitoring a device, including: determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment; and receiving the operation information of the monitored equipment, which is acquired by the monitoring equipment within a preset time, and imaging and displaying the acquired operation information.
Optionally, the determining address information of the monitored device, generating a corresponding monitoring instruction, and transmitting the corresponding monitoring instruction to the monitoring device includes:
determining the number of the devices monitored by each monitoring device, and transmitting the monitoring instruction to the monitoring device with the least number; or
And transmitting the monitoring instruction to the monitoring equipment corresponding to the address information number of the monitored equipment according to the corresponding relation between the address information number and the monitoring equipment.
Optionally, after the collected operation information is graphically displayed, the method further includes:
receiving an information acquisition request for the monitoring equipment, and analyzing the information acquisition request to obtain domain name information of the monitoring equipment; and converting the domain name information into corresponding address information, and acquiring and graphically displaying the information acquired by the monitoring equipment according to the converted address information.
Optionally, the address information is a JMX address.
To achieve the above object, according to another aspect of the embodiments of the present invention, there is provided an apparatus for monitoring a device, including:
the instruction transmission module is used for determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment;
and the information acquisition module is used for receiving the operation information of the monitored equipment acquired by the monitoring equipment within a preset time length, and imaging and displaying the acquired operation information.
Optionally, the instruction transmission module is configured to:
determining the number of the devices monitored by each monitoring device, and transmitting the monitoring instruction to the monitoring device with the least number; or
And transmitting the monitoring instruction to the monitoring equipment corresponding to the address information number of the monitored equipment according to the corresponding relation between the address information number and the monitoring equipment.
Optionally, the system further includes a request processing module, configured to:
receiving an information acquisition request for the monitoring equipment, and analyzing the information acquisition request to obtain domain name information of the monitoring equipment;
and converting the domain name information into corresponding address information, and acquiring and graphically displaying the information acquired by the monitoring equipment according to the converted address information.
Optionally, the address information is a JMX address.
To achieve the above object, according to still another aspect of embodiments of the present invention, there is provided an apparatus monitoring electronic apparatus.
The electronic device of the embodiment of the invention comprises: one or more processors; storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the method of monitoring a device as described in any above.
To achieve the above object, according to a further aspect of the embodiments of the present invention, there is provided a computer readable medium having a computer program stored thereon, the program, when executed by a processor, implementing any of the above-mentioned methods of monitoring a device.
According to the scheme provided by the invention, one embodiment of the invention has the following advantages or beneficial effects: the JMX technology is utilized to realize the real-time capture of the JVM information, and the problems that the JVM information cannot be graphically displayed, the long-time monitoring cannot be realized, a large-scale cluster cannot be monitored and the like in a JVM cluster monitoring scene in a production environment are solved; and the access to an office network and a production environment is realized by utilizing domain name resolution, and finally, the acquired information is displayed in a browser through a graphical interface.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic flow chart of a method of monitoring a device according to an embodiment of the present invention;
FIG. 2 is an overall process schematic of an embodiment of the invention;
FIG. 3 is a schematic diagram of the main modules of an apparatus for monitoring equipment according to an embodiment of the present invention;
FIG. 4 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
FIG. 5 is a schematic block diagram of a computer system suitable for use with a mobile device or server implementing an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
The words to which the invention relates are to be construed as follows:
JSTAT: and the command line tool is used for monitoring various running state information of the virtual machine. Run data in a local or JVM process may be displayed for class loading, memory, garbage collection, JIT compilation, etc.
The working mechanism of GC (JVM garbage collection) is as follows: in the heap, objects that are already useless are found and the space occupied by these objects is reclaimed so that they can be reused.
Referring to fig. 1, a main flowchart of a method for monitoring a device according to an embodiment of the present invention is shown, which includes the following steps:
s101: determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment;
s102: and receiving the operation information of the monitored equipment, which is acquired by the monitoring equipment within a preset time, and imaging and displaying the acquired operation information.
With the increase of the number of users and the increase of online applications/websites, the number of java programs may be over ten thousand. In order to reduce the repetitive work of the staff, the JVM monitoring method can be made into a basic working platform for enterprises/staff to use and share experience achievements.
In the above embodiment, for step S101, the user may click an "add monitor" option in the monitoring platform to select the monitored machine, and add identification information of the monitored machine, such as JMX (Java Management Extensions) Address, IP Address (Internet Protocol Address), and JVM port number, such as 127.0.0.1: 52001.
For the application program which is on-line, the application program can be deployed to a plurality of monitored machines at the same time, and a JMX port can be opened by a java program on each monitored machine. When the port of the monitored device is in a closed state, it needs to be opened, for example, according to the JVM startup parameter, dcom.sun.management.jmxremote-dcom.sun.management.jmxremote.port 52001-dcom.sun.management.jmxremote.automatic _ false-dcom.sun.management.jmxremote.ssl _ false opens its port; and the parameter can restart the application program on the monitored machine to open the JMX management port, so that the monitored machine can be connected to acquire monitoring information.
The system distributes the address information of the monitored device to the monitoring machine, for example:
1) determining the number of the equipment monitored by each monitor, and allocating the address of the equipment to be monitored to the monitor with the least number, so as to realize average allocation and balance the monitoring amount of each monitor;
2) the machine number monitored by each monitoring machine is fixed; for example, there are 10 monitors, monitor 1 monitors the monitored monitors of ranks No. 1, No. 11, and monitor 2 monitors the monitored monitors of ranks No. 2, No. 12.
For the monitoring relationship between the monitoring machine and the monitored machine, the monitoring relationship may be stored in a monitoring configuration table, for example, a mysql (relational database management system) monitoring configuration table, which is specifically shown in table 1:
TABLE 1 monitoring relationship Table
Monitoring machine Is monitored and controlled machine Applications of Status of state User' s
10.187.106.49 10.190.7.14:1605 count.com Is connected with A
10.187.106.49 10.190.7.12:1605 count.com Has been disconnected B
10.187.106.50 10.190.5.21:1705 ccs.local Is connected with C
It should be noted that the monitoring relationship in the monitoring configuration table is generated after the user adds the monitored machine to the platform and allocates the monitored machine. In addition, the amount of monitoring possible per monitor is limited, for example, the upper limit is 50. When the number of monitored machines exceeds the upper monitoring limit of all the monitoring machines, the monitoring machines need to be expanded, so that the monitoring cluster can be reasonably expanded.
The monitor receives the monitoring instruction, and the obtained address of the monitored machine can be obtained according to the monitoring configuration table. For example, after the monitoring program on the monitoring machine is started, the monitoring program is connected with the JMX port of the monitored machine through the JMX protocol, and triggers the monitoring operation on the monitored machine.
In step S102, after the monitor is connected to the monitored machine, the running information of the monitored machine, such as the current size of the memory, the consumed time of the GC, the thread number, etc., can be obtained through the java interface. The information may be stored in a database, such as a Redis cache, and the present invention is not limited to the type of database.
The acquired data may be for a certain length of time, for example:
1) the information is obtained in response to a user clicking operation, for example, the thread snapshot information is obtained by checking the historical data in real time instead of monitoring the historical data, and the time duration at the moment can be 1s, even data within ms;
2) historical data, such as GC time consumption data, needs to be viewed, and the longer the GC interval, the better the time consumption. The data is collected and stored in the database by the monitor regardless of whether the user clicks or not, so that the JVM operation state can be checked at any time in history whenever the user clicks and checks.
The acquired data can be graphically displayed, such as a line graph, wherein the horizontal axis represents data acquisition time and the vertical axis represents acquired value, so that the data can be graphically displayed by using js plug-ins such as jcharts and the like.
The user of the same application program can view all JMX monitoring information under all the applications under the application, and the whole process is shown in fig. 2.
But the user can only access the domain name in the office network, and cannot directly access the monitor. The present invention resolves the inputted domain name into an address of a monitor, for example, JMX address, by domain name resolution. Therefore, the user accesses the monitor to inquire the JVM dynamic data of the monitor by accessing the domain name input by the platform.
In addition, the information collected by the monitoring machine is stored in a database. The user queries the information collected by the monitor, actually in the database. Thus, the operation actually accesses the database, and then determines the information collected by the monitor in the database according to the identification information of the monitor, such as the JMX address.
The method provided by the embodiment utilizes the JMX technology to realize real-time capture of the JVM information of the monitored machine, and solves the problems that the JVM information cannot be graphically displayed, long-time monitoring cannot be realized, large-scale cluster monitoring cannot be realized and the like in a JVM cluster monitoring scene in a production environment; and the access to an office network and a production environment is realized by utilizing domain name resolution, and finally, the acquired information is displayed in a browser through a graphical interface.
Referring to fig. 3, a schematic diagram of main modules of an apparatus 300 for monitoring equipment according to an embodiment of the present invention is shown, including:
the instruction transmission module 301 is configured to determine address information of the monitored device, generate a corresponding monitoring instruction, and transmit the monitoring instruction to the monitoring device;
an information collecting module 302, configured to receive operation information of the monitored device collected by the monitoring device within a predetermined time period, and graphically display the collected operation information.
In the device for implementing the present invention, the instruction transmission module 301 is configured to:
determining the number of the devices monitored by each monitoring device, and transmitting the monitoring instruction to the monitoring device with the least number; or
And transmitting the monitoring instruction to the monitoring equipment corresponding to the address information number of the monitored equipment according to the corresponding relation between the address information number and the monitoring equipment.
The device further includes a request processing module 303 (not shown in the figure), configured to:
receiving an information acquisition request for the monitoring equipment, and analyzing the information acquisition request to obtain domain name information of the monitoring equipment;
and converting the domain name information into corresponding address information, and acquiring and graphically displaying the information acquired by the monitoring equipment according to the converted address information.
In the implementation device of the invention, the address information is a JMX address.
In addition, the detailed implementation of the apparatus for monitoring equipment in the embodiment of the present invention has been described in detail in the method for monitoring equipment, and therefore, the repeated content will not be described herein.
The device provided by the embodiment utilizes the JMX technology to realize the real-time capture of the JVM information, and solves the problems that the JVM information cannot be graphically displayed, the long-time monitoring cannot be realized, a large-scale cluster cannot be monitored and the like in a JVM cluster monitoring scene in a production environment; and the access to an office network and a production environment is realized by utilizing domain name resolution, and finally, the access is displayed in a graphical interface in a browser.
Fig. 4 shows an exemplary system architecture 400 to which the method of monitoring a device or the apparatus of a monitoring device of an embodiment of the invention may be applied.
As shown in fig. 4, the system architecture 400 may include terminal devices 401, 402, 403, a network 404, and a server 405 (by way of example only). The network 404 serves as a medium for providing communication links between the terminal devices 401, 402, 403 and the server 405. Network 404 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use terminal devices 401, 402, 403 to interact with a server 405 over a network 404 to receive or send messages or the like. The terminal devices 401, 402, 403 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 401, 402, 403 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 405 may be a server providing various services, such as a background management server (for example only) providing support for shopping websites browsed by users using the terminal devices 401, 402, 403. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the method for monitoring the device provided by the embodiment of the present invention is generally performed by the server 405, and accordingly, the apparatus for monitoring the device is generally disposed in the server 405.
It should be understood that the number of terminal devices, networks, and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 5, shown is a block diagram of a computer system 500 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 5, the computer system 500 includes a Central Processing Unit (CPU)501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the system 500 are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes an instruction transmission module and an information acquisition module. The names of the modules do not constitute a limitation to the modules themselves in some cases, and for example, the instruction transmission module may also be described as a "module that transmits a monitoring instruction to a monitoring device".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise:
determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment;
and receiving the operation information of the monitored equipment, which is acquired by the monitoring equipment within a preset time, and imaging and displaying the acquired operation information.
According to the technical scheme of the embodiment of the invention, JMX technology is utilized to realize the real-time capture of JVM information, and the problems that the JVM information cannot be graphically displayed, the long-time monitoring cannot be realized, a large-scale cluster cannot be monitored and the like in a JVM cluster monitoring scene in a production environment are solved; and the access to an office network and a production environment is realized by utilizing domain name resolution, and finally, the access is displayed in a graphical interface in a browser.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. 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 (10)

1. A method of monitoring a device, comprising:
determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment;
and receiving the operation information of the monitored equipment, which is acquired by the monitoring equipment within a preset time, and imaging and displaying the acquired operation information.
2. The method of claim 1, wherein the determining address information of the monitored device, generating a corresponding monitoring instruction and transmitting the corresponding monitoring instruction to the monitoring device comprises:
determining the number of the devices monitored by each monitoring device, and transmitting the monitoring instruction to the monitoring device with the least number; or
And transmitting the monitoring instruction to the monitoring equipment corresponding to the address information number of the monitored equipment according to the corresponding relation between the address information number and the monitoring equipment.
3. The method of claim 1, wherein after the graphically displaying the collected operational information, further comprising:
receiving an information acquisition request for the monitoring equipment, and analyzing the information acquisition request to obtain domain name information of the monitoring equipment;
and converting the domain name information into corresponding address information, and acquiring and graphically displaying the information acquired by the monitoring equipment according to the converted address information.
4. The method according to any of claims 1-3, wherein the address information is a JMX address.
5. An apparatus for monitoring a device, comprising:
the instruction transmission module is used for determining the address information of the monitored equipment, generating a corresponding monitoring instruction and transmitting the monitoring instruction to the monitoring equipment;
and the information acquisition module is used for receiving the operation information of the monitored equipment acquired by the monitoring equipment within a preset time length, and imaging and displaying the acquired operation information.
6. The apparatus of claim 5, wherein the instruction transmission module is configured to:
determining the number of the devices monitored by each monitoring device, and transmitting the monitoring instruction to the monitoring device with the least number; or
And transmitting the monitoring instruction to the monitoring equipment corresponding to the address information number of the monitored equipment according to the corresponding relation between the address information number and the monitoring equipment.
7. The apparatus of claim 5, further comprising a request processing module configured to:
receiving an information acquisition request for the monitoring equipment, and analyzing the information acquisition request to obtain domain name information of the monitoring equipment;
and converting the domain name information into corresponding address information, and acquiring and graphically displaying the information acquired by the monitoring equipment according to the converted address information.
8. The apparatus according to any of claims 5-7, wherein the address information is a JMX address.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-4.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN201810996060.1A 2018-08-29 2018-08-29 Method and device for monitoring equipment Pending CN110874300A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810996060.1A CN110874300A (en) 2018-08-29 2018-08-29 Method and device for monitoring equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810996060.1A CN110874300A (en) 2018-08-29 2018-08-29 Method and device for monitoring equipment

Publications (1)

Publication Number Publication Date
CN110874300A true CN110874300A (en) 2020-03-10

Family

ID=69714614

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810996060.1A Pending CN110874300A (en) 2018-08-29 2018-08-29 Method and device for monitoring equipment

Country Status (1)

Country Link
CN (1) CN110874300A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111988573A (en) * 2020-08-27 2020-11-24 浙江中控技术股份有限公司 Industrial control information display method, device and system
CN112328924A (en) * 2020-10-27 2021-02-05 青岛以萨数据技术有限公司 Method, electronic device, medium and system for realizing picture viewer at web end

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174367A1 (en) * 1999-09-01 2002-11-21 Kimmel David E. Method and apparatus for remotely monitoring a site
CN102332988A (en) * 2011-06-21 2012-01-25 杭州华三通信技术有限公司 Method and device for transmitting alert information in monitoring system
CN103716398A (en) * 2013-12-30 2014-04-09 北京奇虎科技有限公司 Method and system for monitoring CDN server
CN105224244A (en) * 2015-09-07 2016-01-06 浙江宇视科技有限公司 The method and apparatus that a kind of file stores
CN107168089A (en) * 2017-06-30 2017-09-15 镇江千月广告传媒有限公司 A kind of method being monitored to intelligent home device
CN107179979A (en) * 2016-03-10 2017-09-19 阿里巴巴集团控股有限公司 A kind of acquisition of remote terminal information, analysis method, apparatus and system
CN107291587A (en) * 2016-04-11 2017-10-24 北京京东尚科信息技术有限公司 Computer applied algorithm monitoring method and device
CN107343012A (en) * 2016-04-28 2017-11-10 杭州海康威视数字技术股份有限公司 Video Storage System and its video data transmitting method
CN108023910A (en) * 2016-11-01 2018-05-11 北京视联动力国际信息技术有限公司 A kind of terminal monitoring method and system based on regarding networking
CN108055505A (en) * 2017-12-11 2018-05-18 深圳市东微智能科技股份有限公司 Monitoring device control method, device, system, storage medium and computer equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174367A1 (en) * 1999-09-01 2002-11-21 Kimmel David E. Method and apparatus for remotely monitoring a site
CN102332988A (en) * 2011-06-21 2012-01-25 杭州华三通信技术有限公司 Method and device for transmitting alert information in monitoring system
CN103716398A (en) * 2013-12-30 2014-04-09 北京奇虎科技有限公司 Method and system for monitoring CDN server
CN105224244A (en) * 2015-09-07 2016-01-06 浙江宇视科技有限公司 The method and apparatus that a kind of file stores
CN107179979A (en) * 2016-03-10 2017-09-19 阿里巴巴集团控股有限公司 A kind of acquisition of remote terminal information, analysis method, apparatus and system
CN107291587A (en) * 2016-04-11 2017-10-24 北京京东尚科信息技术有限公司 Computer applied algorithm monitoring method and device
CN107343012A (en) * 2016-04-28 2017-11-10 杭州海康威视数字技术股份有限公司 Video Storage System and its video data transmitting method
CN108023910A (en) * 2016-11-01 2018-05-11 北京视联动力国际信息技术有限公司 A kind of terminal monitoring method and system based on regarding networking
CN107168089A (en) * 2017-06-30 2017-09-15 镇江千月广告传媒有限公司 A kind of method being monitored to intelligent home device
CN108055505A (en) * 2017-12-11 2018-05-18 深圳市东微智能科技股份有限公司 Monitoring device control method, device, system, storage medium and computer equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111988573A (en) * 2020-08-27 2020-11-24 浙江中控技术股份有限公司 Industrial control information display method, device and system
CN112328924A (en) * 2020-10-27 2021-02-05 青岛以萨数据技术有限公司 Method, electronic device, medium and system for realizing picture viewer at web end
CN112328924B (en) * 2020-10-27 2023-08-01 青岛以萨数据技术有限公司 Method, electronic equipment, medium and system for realizing picture viewer by web side

Similar Documents

Publication Publication Date Title
CN111190888A (en) Method and device for managing graph database cluster
US10216601B2 (en) Agent dynamic service
CN110727560A (en) Cloud service alarm method and device
CN111679911B (en) Management method, device, equipment and medium of GPU card in cloud environment
US20160323160A1 (en) Detection of node.js memory leaks
US20170147483A1 (en) Tracking asynchronous entry points for an application
US10223407B2 (en) Asynchronous processing time metrics
CN110874300A (en) Method and device for monitoring equipment
US10191844B2 (en) Automatic garbage collection thrashing monitoring
CN109213743B (en) Data query method and device
CN113760638A (en) Log service method and device based on kubernets cluster
CN116700779A (en) Code dynamic adjustment method, device, equipment, medium and program product
CN111241048A (en) Web terminal log management method, device, medium and electronic equipment
CN111831503A (en) Monitoring method based on monitoring agent and monitoring agent device
CN114816477A (en) Server upgrading method, device, equipment, medium and program product
US11354272B2 (en) Method and system for reporting free disk storage in file systems
CN110247802B (en) Resource configuration method and device for cloud service single-machine environment
CN113419745A (en) Application instance number management method and device, electronic equipment and computer readable medium
CN110768855B (en) Method and device for testing linkmzation performance
CN111698109A (en) Method and device for monitoring log
CN112559001A (en) Method and device for updating application
CN110765136A (en) Identifier management method, device, medium and equipment
CN112783716B (en) Monitoring method and device
CN115422012A (en) Data processing method and device, electronic equipment and computer readable medium
CN111382176A (en) Information updating method and device

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