CN107257384B - Service state monitoring method and device - Google Patents
Service state monitoring method and device Download PDFInfo
- Publication number
- CN107257384B CN107257384B CN201710605013.5A CN201710605013A CN107257384B CN 107257384 B CN107257384 B CN 107257384B CN 201710605013 A CN201710605013 A CN 201710605013A CN 107257384 B CN107257384 B CN 107257384B
- Authority
- CN
- China
- Prior art keywords
- http
- state information
- service
- running state
- operation control
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
- H04L67/025—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0805—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
- H04L43/0817—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Environmental & Geological Engineering (AREA)
- Computer And Data Communications (AREA)
Abstract
The disclosure relates to a service state monitoring method and device. The method is applied to an HTTP server and comprises the following steps: acquiring running state information of the associated service through an HTTP processing program under the condition of receiving an access request of a user; displaying the running state information, wherein the HTTP server is embedded into the associated service. According to the embodiment of the disclosure, the HTTP server can be embedded into the associated service, the operation state information of the associated service is acquired through the HTTP processing program when the user accesses the HTTP server, and the operation state information is displayed on the page, so that the operation state of the service can be monitored conveniently and in a light weight manner.
Description
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and an apparatus for monitoring a service status.
Background
With the continuous development of computer technology, the types of systems for providing services to users are more and more, and the scale of the systems is larger and larger. Each system can comprise a plurality of service components, and how to monitor and view state information in each service is particularly important for investigation and analysis of system problems.
In the related art, a monitoring platform for a certain system is usually developed separately, so as to monitor the overall operation condition of each module (service) in the system. However, the monitoring platform of the monitoring mode has large scale and high development cost; when a new monitoring requirement exists, the change is more complicated; and, the memory status of the service cannot be monitored.
Disclosure of Invention
In order to overcome the problems in the related art, the present disclosure provides a service status monitoring method and apparatus.
According to a first aspect of the embodiments of the present disclosure, there is provided a service status monitoring method, which is applied in an HTTP server, and the method includes:
acquiring running state information of the associated service through an HTTP processing program under the condition of receiving an access request of a user;
the information on the operating state is displayed and,
wherein the HTTP server is embedded into the associated service.
For the above method, in one possible implementation, the method further includes:
displaying an operation control aiming at the running state information;
and under the condition that the operation control is triggered, performing operation corresponding to the operation control on the running state information through the HTTP processing program.
For the above method, in one possible implementation, the operation corresponding to the operation control includes at least one of the following operations: query, add, delete, and modify.
For the above method, in one possible implementation, the HTTP handler includes an HTTP request handler HTTP handler.
According to a second aspect of the embodiments of the present disclosure, there is provided a service status monitoring apparatus, which is applied to an HTTP server, the apparatus including:
the information acquisition module is used for acquiring the running state information of the associated service through the HTTP processing program under the condition of receiving an access request of a user;
an information display module for displaying the running state information,
wherein the HTTP server is embedded into the associated service.
For the above apparatus, in one possible implementation, the apparatus further includes:
the control display module is used for displaying the operation control aiming at the running state information;
and the operation module is used for performing operation corresponding to the operation control on the running state information through the HTTP processing program under the condition that the operation control is triggered.
For the above apparatus, in one possible implementation, the operation corresponding to the operation control includes at least one of the following operations: query, add, delete, and modify.
For the above apparatus, in one possible implementation, the HTTP handler includes an HTTP request handler HTTP handler.
According to a third aspect of the embodiments of the present disclosure, there is provided a service status monitoring apparatus including:
a processor; a memory for storing processor-executable instructions;
wherein the processor is configured to perform the service status monitoring method described above.
According to a fourth aspect of embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium, wherein instructions of the storage medium, when executed by a processor, enable the processor to perform the above service status monitoring method.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects: when a user accesses the HTTP server, the operation state information of the associated service is acquired through the HTTP processing program, and the operation state information is displayed on a page, so that the operation state of the service can be monitored conveniently and in a light weight mode.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a flow chart illustrating a service status monitoring method according to an example embodiment.
Fig. 2 is a flow chart illustrating a service status monitoring method according to an example embodiment.
Fig. 3 is a schematic diagram illustrating an application scenario of a service status monitoring method according to an exemplary embodiment.
Fig. 4 is a block diagram illustrating a service status monitoring apparatus according to an example embodiment.
Fig. 5 is a block diagram illustrating a service status monitoring apparatus according to an example embodiment.
Fig. 6 is a block diagram illustrating a service status monitoring apparatus according to an example embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Fig. 1 is a flow chart illustrating a service status monitoring method according to an example embodiment. As shown in fig. 1, the service status monitoring method is applied to an HTTP server and includes the following steps.
In step S11, in the case where an access request by the user is received, acquiring the operation state information of the associated service by the HTTP handler;
in step S12, the operation state information is displayed,
wherein the HTTP server is embedded into the associated service.
According to the embodiment of the disclosure, the HTTP server can be embedded into the associated service, the running state information of the associated service is acquired through the HTTP processing program when the user accesses the HTTP server, and the running state information is displayed on the page, so that the running state of the service can be monitored conveniently and in a light weight manner.
For example, an HTTP server (HTTP server) may be embedded into the associated service. Different HTTP servers may be embedded for each service in the system, or the same HTTP server may be embedded for a plurality of services. When a service starts, the associated HTTP servers may be started at the same time. A user (e.g., a developer) may enter the server name and port of the HTTP server directly on the browser to access the HTTP server. By starting the HTTP server, the lightweight service monitoring can be realized without depending on a WEB container, so that the system load is reduced.
In one possible implementation, a user (e.g., a developer) may develop an HTTP handler for each service. The HTTP handler may include, among other things, an HTTP request handler HTTP handler. When the HTTP server receives an access request from a user, the HTTP handler (HTTP handler) may obtain running state information, such as memory state information, of the associated one or more services. At this point, the running state information of the associated one or more services may be displayed on a page of the HTTP server for viewing by the user. It should be understood that various HTTP handlers known in the art may be employed to obtain the operational status information of the associated service, and the present disclosure is not limited thereto.
By the method, a user (developer) can conveniently and intuitively check the running state information of the service, and the service is monitored. Moreover, the development efficiency of the HTTP handler (HTTPHandler) is high, the HTTP handler (HTTPHandler) can be developed for each service, and the plurality of HTTP handlers (HTTPHandler) do not need to be coupled, so that the development cost is effectively reduced.
Fig. 2 is a flow chart illustrating a service status monitoring method according to an exemplary embodiment, as shown in fig. 2, in a possible implementation, the method further includes:
in step S13, an operation control for the running state information is displayed;
in step S14, when the operation control is triggered, the HTTP handler performs an operation corresponding to the operation control on the running state information.
In one possible implementation, the operation corresponding to the operation control includes at least one of the following operations: query, add, delete, and modify.
For example, on a page of the HTTP server, operational controls may be displayed for the running state information of the associated one or more services, which may include the operational controls corresponding to one or more of query, add, delete, and modify operations. The operation control may be, for example, an input box for modifying the memory state information of the service, and the user may input corresponding content in the input box so as to modify the memory state information of the service.
In a possible implementation manner, when the operation control is triggered (for example, the user inputs and confirms the modified content), a corresponding operation may be performed through an HTTP handler (HTTP handler), for example, when the user inputs the modified content, the memory state information of the service may be modified to the modified content input by the user.
By the method, the service state can be controlled through the HTTPHandler, and operations such as query, addition, deletion, modification and the like of the memory state information are realized.
Application example
An application example according to the embodiment of the present disclosure is given below in conjunction with "monitoring the state of a certain service" as an exemplary application scenario to facilitate understanding of the flow of the service state monitoring method. It should be understood by those skilled in the art that the following application examples are only for the purpose of facilitating understanding of the embodiments of the present invention, and should not be construed as limiting the embodiments of the present invention.
Fig. 3 is a schematic diagram illustrating an application scenario of a service status monitoring method according to an exemplary embodiment. As shown in fig. 3, in this application example, a developer (user) can input a server name and a port of an HTTP server on a browser to access the HTTP server. When the HTTP server receives an access request of a user, the HTTP server can acquire the memory state information of the associated services through the HTTP handler and display the memory state information on a page of the HTTP server. For example, service a in fig. 3, corresponds to memory state information a; service B, corresponding to memory state information B. Wherein the HTTP handlers for service a and service B may be different HTTP handlers.
In this application example, the operation control for the memory state information of each service may be displayed on a page of the HTTP server. As shown in fig. 3, controls a1 (modified), a2 (deleted), a3 (added) may be displayed at the memory state information a; controls b1 (modified), b2 (deleted) are displayed at memory state information b. In this way, the user can click the trigger control to perform the corresponding operation. For example, the user may click on control a1 to modify the content of the memory status information a; clicking the control a2 to delete the memory state information a; clicking on control a3 adds new memory state information, etc. Where there may be different types of controls for different services.
Through the method, the user can access the page of the HTTP server, the memory state information of the associated service is checked through the HTTPHandler, and the operations of inquiring, increasing, deleting, modifying and the like can be carried out on the memory state information through the HTTPHandler, so that the service state is conveniently monitored in a light weight mode.
Fig. 4 is a block diagram illustrating a service status monitoring apparatus according to an example embodiment. The device is applied to the HTTP server. As shown in fig. 4, the apparatus includes an information acquisition module 41 and an information display module 42.
The information acquisition module 41 is configured to acquire the running state information of the associated service through the HTTP handler in a case where an access request of the user is received;
the information display module 42 is configured to display the operational status information,
wherein the HTTP server is embedded into the associated service.
Fig. 5 is a block diagram illustrating a service status monitoring apparatus according to an example embodiment. As shown in fig. 5, the apparatus further includes:
a control display module 43, configured to display an operation control for the running state information;
and the operation module 44 is configured to perform, by using the HTTP handler, an operation corresponding to the operation control on the running state information when the operation control is triggered.
In one possible implementation, the operation corresponding to the operation control includes at least one of the following operations: query, add, delete, and modify.
In one possible implementation, the HTTP handler includes an HTTP request handler HTTP handler.
According to the embodiment of the disclosure, the HTTP server can be embedded into the associated service, the running state information of the associated service is acquired through the HTTP processing program when the user accesses the HTTP server, and the running state information is displayed on the page, so that the running state of the service can be monitored conveniently and in a light weight manner.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 6 is a block diagram illustrating a service status monitoring apparatus 800 according to an example embodiment. For example, the apparatus 800 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 6, the apparatus 800 may include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, and communication component 816.
The processing component 802 generally controls overall operation of the device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing components 802 may include one or more processors 820 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 802 can include one or more modules that facilitate interaction between the processing component 802 and other components. For example, the processing component 802 can include a multimedia module to facilitate interaction between the multimedia component 808 and the processing component 802.
The memory 804 is configured to store various types of data to support operations at the apparatus 800. Examples of such data include instructions for any application or method operating on device 800, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 804 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The multimedia component 808 includes a screen that provides an output interface between the device 800 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 808 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 800 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 810 is configured to output and/or input audio signals. For example, the audio component 810 includes a Microphone (MIC) configured to receive external audio signals when the apparatus 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 804 or transmitted via the communication component 816. In some embodiments, audio component 810 also includes a speaker for outputting audio signals.
The I/O interface 812 provides an interface between the processing component 802 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 814 includes one or more sensors for providing various aspects of state assessment for the device 800. For example, the sensor assembly 814 may detect the open/closed status of the device 800, the relative positioning of components, such as a display and keypad of the device 800, the sensor assembly 814 may also detect a change in the position of the device 800 or a component of the device 800, the presence or absence of user contact with the device 800, the orientation or acceleration/deceleration of the device 800, and a change in the temperature of the device 800. Sensor assembly 814 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 814 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 816 is configured to facilitate communications between the apparatus 800 and other devices in a wired or wireless manner. The device 800 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 816 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 816 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 800 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 804 comprising instructions, executable by the processor 820 of the device 800 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.
Claims (10)
1. A service state monitoring method is applied to an HTTP server, and comprises the following steps:
under the condition that an access request of a user is received, acquiring running state information of a plurality of associated services through an HTTP processing program, developing the HTTP processing program aiming at each service, wherein the running state information comprises memory state information, and the user accesses the HTTP server by inputting a server name and a port of the HTTP server on a browser;
the information on the operating state is displayed and,
wherein the HTTP server is embedded into the associated service.
2. The method of claim 1, further comprising:
displaying an operation control aiming at the running state information;
and under the condition that the operation control is triggered, performing operation corresponding to the operation control on the running state information through the HTTP processing program.
3. The method of claim 2, wherein the operation corresponding to the operation control comprises at least one of: query, add, delete, and modify.
4. A method according to any of claims 1-3, characterized in that the HTTP handler comprises an HTTP request handler.
5. A service status monitoring apparatus, wherein the apparatus is applied in an HTTP server, and the apparatus comprises:
the information acquisition module is used for acquiring running state information of a plurality of associated services through an HTTP processing program under the condition of receiving an access request of a user, developing the HTTP processing program aiming at each service, wherein the running state information comprises memory state information, and the user accesses the HTTP server by inputting a server name and a port of the HTTP server on a browser;
an information display module for displaying the running state information,
wherein the HTTP server is embedded into the associated service.
6. The apparatus of claim 5, further comprising:
the control display module is used for displaying the operation control aiming at the running state information;
and the operation module is used for performing operation corresponding to the operation control on the running state information through the HTTP processing program under the condition that the operation control is triggered.
7. The apparatus of claim 6, wherein the operation corresponding to the operation control comprises at least one of: query, add, delete, and modify.
8. The apparatus of any of claims 5-7, wherein the HTTP handler comprises an HTTP request handler HTTPHandler.
9. A service condition monitoring apparatus, comprising:
a processor;
a memory for storing processor-executable instructions,
wherein the processor is configured to perform the method of any one of claims 1-4.
10. A non-transitory computer readable storage medium having instructions therein which, when executed by a processor, enable the processor to perform the method of any one of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710605013.5A CN107257384B (en) | 2017-07-24 | 2017-07-24 | Service state monitoring method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710605013.5A CN107257384B (en) | 2017-07-24 | 2017-07-24 | Service state monitoring method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107257384A CN107257384A (en) | 2017-10-17 |
CN107257384B true CN107257384B (en) | 2021-08-17 |
Family
ID=60025066
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710605013.5A Active CN107257384B (en) | 2017-07-24 | 2017-07-24 | Service state monitoring method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107257384B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109910002A (en) * | 2019-02-15 | 2019-06-21 | 南京魔迪多维数码科技有限公司 | A kind of application apparatus and its method of the host computer based on correction monitor MelfaRXM |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101630272A (en) * | 2009-08-19 | 2010-01-20 | 用友软件股份有限公司 | Process scheduling method and system |
CN102104628A (en) * | 2010-12-29 | 2011-06-22 | 北京新媒传信科技有限公司 | Server cluster system and management method thereof |
CN103092736A (en) * | 2011-11-08 | 2013-05-08 | 北大方正集团有限公司 | Method and device for service program monitoring |
CN103209100A (en) * | 2012-01-12 | 2013-07-17 | 百度在线网络技术(北京)有限公司 | Service monitoring method and system |
CN104683446A (en) * | 2015-01-29 | 2015-06-03 | 广州杰赛科技股份有限公司 | Method and system for monitoring service states of cloud storage cluster nodes in real time |
CN105323282A (en) * | 2014-07-28 | 2016-02-10 | 神州数码信息系统有限公司 | Enterprise application deployment and management system for multiple tenants |
CN105978721A (en) * | 2016-05-11 | 2016-09-28 | 中国农业银行股份有限公司 | Method, device and system for monitoring operation state of services in clustering system |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002073431A (en) * | 2000-08-24 | 2002-03-12 | Nippon Telegr & Teleph Corp <Ntt> | Www performance measurement method and its device |
CN1155903C (en) * | 2001-07-02 | 2004-06-30 | 倚天资讯股份有限公司 | Program state or information inquiry method and system with browser |
CN1428713A (en) * | 2001-12-24 | 2003-07-09 | 友讯科技股份有限公司 | Method for making management of network equipment by using web page function |
CN100511158C (en) * | 2007-08-28 | 2009-07-08 | 中兴通讯股份有限公司 | Method and system for internal memory monitoring management |
CN101408861A (en) * | 2007-10-11 | 2009-04-15 | 鸿富锦精密工业(深圳)有限公司 | Real time monitoring system and method of application program |
CN101702782B (en) * | 2009-11-17 | 2011-07-20 | 广州杰赛科技股份有限公司 | Digital television webpage monitoring server, system and method |
CN103067230A (en) * | 2013-01-23 | 2013-04-24 | 江苏天智互联科技有限公司 | Method for achieving hyper text transport protocol (http) service monitoring through embedding monitoring code |
US20150172151A1 (en) * | 2013-12-18 | 2015-06-18 | Aktiebolaget Skf | Portable wireless self-hosted condition monitoring web server and method of use |
CN104468779B (en) * | 2014-12-08 | 2020-09-11 | 乐融致新电子科技(天津)有限公司 | Monitoring method and device of intelligent equipment and router |
CN105915394A (en) * | 2016-06-20 | 2016-08-31 | 河南派亚尼尔自动化设备有限公司 | Visual monitoring platform based on HTML5 and application method |
-
2017
- 2017-07-24 CN CN201710605013.5A patent/CN107257384B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101630272A (en) * | 2009-08-19 | 2010-01-20 | 用友软件股份有限公司 | Process scheduling method and system |
CN102104628A (en) * | 2010-12-29 | 2011-06-22 | 北京新媒传信科技有限公司 | Server cluster system and management method thereof |
CN103092736A (en) * | 2011-11-08 | 2013-05-08 | 北大方正集团有限公司 | Method and device for service program monitoring |
CN103209100A (en) * | 2012-01-12 | 2013-07-17 | 百度在线网络技术(北京)有限公司 | Service monitoring method and system |
CN105323282A (en) * | 2014-07-28 | 2016-02-10 | 神州数码信息系统有限公司 | Enterprise application deployment and management system for multiple tenants |
CN104683446A (en) * | 2015-01-29 | 2015-06-03 | 广州杰赛科技股份有限公司 | Method and system for monitoring service states of cloud storage cluster nodes in real time |
CN105978721A (en) * | 2016-05-11 | 2016-09-28 | 中国农业银行股份有限公司 | Method, device and system for monitoring operation state of services in clustering system |
Also Published As
Publication number | Publication date |
---|---|
CN107257384A (en) | 2017-10-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20180121040A1 (en) | Method and device for managing notification messages | |
CN109388625B (en) | Method and device for processing configuration file in multi-distributed file system | |
WO2016045277A1 (en) | Method, device, and system for information acquisition | |
CN107423394A (en) | Page display method and device | |
CN105094904A (en) | Application program installation method and device | |
CN110704054A (en) | Method and device for accessing target application program through applet, electronic equipment and storage medium | |
CN112291631A (en) | Information acquisition method, device, terminal and storage medium | |
CN108011990B (en) | Contact management method and device | |
CN107463372B (en) | Data-driven page updating method and device | |
CN106708967B (en) | Page display method and device | |
CN104572230B (en) | Script file loading method and device and script file generating method and device | |
CN106407458A (en) | Method and device for acquiring content of browser application program | |
CN106506808B (en) | Method and device for prompting communication message | |
CN108012258B (en) | Data traffic management method and device for virtual SIM card, terminal and server | |
CN115373763B (en) | Plug-in loading method and device, electronic equipment and storage medium | |
CN111695064A (en) | Embedded point loading method and device | |
CN107257384B (en) | Service state monitoring method and device | |
CN106535000A (en) | Method and device for sending social contact information | |
CN110908814A (en) | Message processing method and device, electronic equipment and storage medium | |
CN110764847A (en) | User information processing method and device, electronic equipment and storage medium | |
CN107241432B (en) | Message receiving method and device, electronic equipment and computer storage medium | |
CN106155696B (en) | Method and device for deleting information | |
CN106791200B (en) | Information display method and device | |
CN107463414B (en) | Application installation method and device | |
CN112102009A (en) | Advertisement display method, device, equipment and storage medium |
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 |