CN107196817B - Ping thread monitoring method, network service state monitoring method and client - Google Patents

Ping thread monitoring method, network service state monitoring method and client Download PDF

Info

Publication number
CN107196817B
CN107196817B CN201610157459.1A CN201610157459A CN107196817B CN 107196817 B CN107196817 B CN 107196817B CN 201610157459 A CN201610157459 A CN 201610157459A CN 107196817 B CN107196817 B CN 107196817B
Authority
CN
China
Prior art keywords
ping thread
network service
ping
preset value
thread
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
CN201610157459.1A
Other languages
Chinese (zh)
Other versions
CN107196817A (en
Inventor
王明强
张双
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Group Henan Co Ltd
Original Assignee
China Mobile Group Henan Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Mobile Group Henan Co Ltd filed Critical China Mobile Group Henan Co Ltd
Priority to CN201610157459.1A priority Critical patent/CN107196817B/en
Publication of CN107196817A publication Critical patent/CN107196817A/en
Application granted granted Critical
Publication of CN107196817B publication Critical patent/CN107196817B/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
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route

Abstract

The invention discloses a Ping thread monitoring method, a network service state monitoring method and a client, which realize monitoring whether a Ping thread is abnormal or not. The Ping thread monitoring method is applied to a scene of monitoring the network service state by calling Ping threads, and comprises the following steps: the network service client detects the flag bit of the Ping thread state by adopting a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, and the first preset value is different from the second preset value; and determining whether the Ping thread is abnormal or not according to the status flag bit of the Ping thread.

Description

Ping thread monitoring method, network service state monitoring method and client
Technical Field
The invention relates to the technical field of communication, in particular to a Ping thread monitoring method, a network service state monitoring method and a client.
Background
In the prior art, the status of various network services, such as CORBA (Common Object Request broker architecture) service, etc., is usually monitored through Ping (Packet Internet Groper) thread call. Specifically, after the network service client finishes registration, a Ping thread call is started, and the network service client sends a Ping thread request to the network service server; if the network service client receives a response message returned by the network service client within the preset time, the network service client determines that the Ping thread is successfully called and the network service state is normal; and if the network service client does not receive a response message returned by the network service client within the preset time, the network service client determines that the Ping thread fails to be invoked and the network service state is abnormal.
However, in an actual application scenario, a situation that a Ping thread is abnormal, which causes a network service client to be unable to determine whether a Ping thread is successfully or unsuccessfully invoked, and further unable to determine whether a network service state is normal or abnormal, may occur, which causes the existing network service state monitoring scheme to have low reliability. However, in the prior art, there is no scheme for monitoring whether the Ping thread is abnormal.
Disclosure of Invention
The embodiment of the invention provides a Ping thread monitoring method, a network service state monitoring method and a client, which are used for solving the problem that whether a Ping thread is abnormal or not can not be monitored in the prior art.
The embodiment of the invention provides a Ping thread monitoring method, which is applied to a scene of monitoring a network service state by calling a Ping thread, and comprises the following steps:
the network service client detects the flag bit of the Ping thread state by adopting a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, and the first preset value is different from the second preset value;
and determining whether the Ping thread is abnormal or not according to the status flag bit of the Ping thread.
The embodiment of the invention provides a network service state monitoring method, which comprises the following steps:
the network service client sends a Ping thread request to the network service server and sets a Ping thread state flag bit as a first preset value;
determining success or failure of the Ping thread calling according to whether a response message returned by the network service end is received within a preset time, and setting the status flag bit of the Ping thread to be a second preset value; wherein, the first preset value is different from the second preset value;
and determining whether the network service state is normal or abnormal according to the success or failure of the determined Ping thread calling.
The embodiment of the invention provides a network service client, which comprises:
the detecting unit is used for detecting the Ping thread state flag bit by adopting a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, and the first preset value is different from the second preset value;
and the first judgment unit is used for determining whether the Ping thread is abnormal or not according to the Ping thread state flag bit.
The embodiment of the invention provides a network service client, which comprises:
the sending unit is used for sending a Ping thread request to the network service end and setting a Ping thread state flag bit as a first preset value;
the receiving unit is used for determining the success or failure of the Ping thread calling according to whether a response message returned by the network service end is received within the preset time, and setting the status flag bit of the Ping thread to be a second preset value; wherein, the first preset value is different from the second preset value;
and the second judgment unit is used for determining whether the network service state is normal or abnormal according to the success or failure of the determined Ping thread calling.
The beneficial effects of the invention include:
in the scheme provided by the embodiment of the invention, a Ping thread state flag bit is set, the Ping thread state flag bit is a first preset value when a network service client sends a Ping thread request, and is a second preset value when the network service client determines that Ping thread calling is successful or failed, so that the Ping thread state flag bit can directly reflect the running state of the Ping thread, the Ping thread can be monitored by detecting the Ping thread state flag bit, whether the Ping thread is abnormal or not is determined, and the reliability of monitoring the network service state is improved.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
fig. 1 is a flowchart of a network service status monitoring method according to an embodiment of the present invention;
fig. 2 is a flowchart of a Ping thread monitoring method according to an embodiment of the present invention;
fig. 3 is a detailed flowchart of a Ping thread monitoring method and a network service state monitoring method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a network service client according to an embodiment of the present invention;
fig. 5 is a second schematic structural diagram of a network service client according to an embodiment of the present invention.
Detailed Description
In order to provide an implementation scheme for monitoring whether a Ping thread is abnormal, embodiments of the present invention provide a Ping thread monitoring method, a network service status monitoring method, and a client. And the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
The embodiment of the invention provides a network service state monitoring method, which can be but is not limited to be applied to state monitoring of CORBA service, and as shown in FIG. 1, the method specifically comprises the following steps:
s101, a network service client sends a Ping thread request to a network service server, and sets a Ping thread state flag bit as a first preset value;
s102, determining success or failure of Ping thread calling according to whether a response message returned by the network service end is received within preset time, and setting the status flag bit of the Ping thread to be a second preset value; wherein, the first preset value is different from the second preset value;
s103, determining whether the network service state is normal or abnormal according to the success or failure of the determined Ping thread calling.
Specifically, in the above steps S101 and S102, the first preset value and the second preset value may be two different arbitrary values.
In one embodiment of the present invention, the first preset value may be 1, and the second preset value may be 0. That is, when the network service client sends a Ping thread request to the network service client, the Ping thread status flag bit is set to 1; when the success or failure of the Ping thread calling result can be determined, the status flag bit of the Ping thread is set to 0 within the preset time, which indicates that the Ping thread is normal; when the success or failure of the Ping thread calling result cannot be determined, the status flag bit of the Ping thread cannot return to 0 within the preset time, and is maintained to be 1, which indicates that the Ping thread is abnormal.
In another embodiment of the present invention, the first preset value may also be 0, and the second preset value may also be 1. In the same way, when the network service client sends a Ping thread request to the network service client, the Ping thread state flag bit is set to 0; when the success or failure of the Ping thread calling result can be determined, the status flag bit of the Ping thread is set to 1 within the preset time, which indicates that the Ping thread is normal; when the success or failure of the Ping thread calling result cannot be determined, the status flag bit of the Ping thread cannot be set to 1 within the preset time, and will be maintained to 0, which indicates that the Ping thread is abnormal.
Obviously, the flag bit of the Ping thread state can directly reflect the running state of the Ping thread, so that the method provided by the embodiment of the invention provides convenience for monitoring the running state of the Ping thread by presetting the flag bit of the Ping thread state in the Ping thread, thereby realizing monitoring whether the Ping thread is abnormal or not.
Specifically, in step S102, determining that the Ping thread is successfully or unsuccessfully invoked according to whether a response message returned by the network service end is received within a preset time may include: when a response message returned by the network service end is received within a preset time, determining that the Ping thread is successfully called; when a response message returned by the network service terminal is not received within a preset time, determining that the Ping thread is failed to call; whether the Ping thread call succeeds or fails, the Ping thread is normal. The preset time can be determined according to the actual application scenario.
Specifically, in step S103, determining that the network service state is normal or abnormal according to the success or failure of the Ping thread call may include: when the Ping thread is successfully called, determining that the network service state is normal; and when the Ping thread call fails, determining that the network service state is abnormal.
In practical implementation, after determining that the network service is normal, the network service client sends a Ping thread request to the network service server again after a certain waiting time, and repeats steps S101-S103, thereby continuously monitoring the network service state; after the network service is determined to be abnormal, disconnection and reconnection of the network service client can be initiated, so that the network service is in a normal state.
Correspondingly, an embodiment of the present invention further provides a Ping thread monitoring method, as shown in fig. 2, which specifically includes the following steps:
s201, detecting a Ping thread state flag bit by a network service client in a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, and the first preset value is different from the second preset value.
And S202, determining whether the Ping thread is abnormal or not according to the status flag bit of the Ping thread.
Specifically, in the step S201, the preset period may be determined according to the preset time, and preferably, the preset time may be an integer multiple of the preset period. For example, the time length of the preset period may be a unit time, for example, 1 minute, and thus the preset period can be easily adapted to various preset times in different practical application scenarios.
Specifically, in the step S201, the values of the first preset value and the second preset value may be two different arbitrary values, referring to the value taking methods in the steps S101 and S102.
In a specific embodiment of the present invention, the first preset value may be 1, that is, when the network service client sends a Ping thread request, it may be detected that the flag bit of the Ping thread state is 1; the second preset value may be 0, that is, when the network service client determines that the Ping thread call is successful or failed, it may be detected that the status flag bit of the Ping thread is 0.
In another embodiment of the present invention, the first preset value may be 0, that is, when the network service client sends a Ping thread request, it may be detected that the flag bit of the Ping thread state is 0; the second preset value may be 1, that is, when the network service client determines that the Ping thread call is successful or failed, it may be detected that the status flag bit of the Ping thread is 1.
Because the flag bit of the state of the Ping thread directly reflects the running state of the Ping thread, the method provided by the embodiment of the invention can realize the monitoring of the Ping thread by detecting the flag bit of the state of the Ping thread, and determine whether the Ping thread is abnormal, thereby improving the reliability of monitoring the network service state.
Further, the step S202 may specifically include: when the number of times that the status flag bit of the Ping thread is continuously the first preset value reaches a preset number, determining that the Ping thread is abnormal; and when the times that the status flag bit of the Ping thread is continuously the first preset value does not reach the preset times, determining that the Ping thread is normal.
Specifically, the preset number of times is related to the preset time and the preset period, and preferably, a relationship between the preset number of times and the preset period may satisfy the following formula: the preset times is the preset time/preset period +1, so that the abnormality of the Ping thread is detected as quickly as possible, and the adverse effect of the abnormality of the Ping thread on the monitoring of the network service state is weakened.
For example, in an actual application scenario, the preset time may be 3 minutes, the preset period may be 1 minute per unit time, and then the preset number of times is 4. That is, when the flag bit of the Ping thread status is continuously set to the first preset value for 4 times, it can be determined that the Ping thread is abnormal; when the status flag bit of the Ping thread is the first preset value for at most 3 times continuously, the Ping thread can be determined to be normal.
The number of times of judging the Ping thread state flag bit to be continuously the first preset value can be realized by adopting a counting method. For example, a Ping thread state flag is detected once every minute, when the flag is detected to be a first preset value, the count value is increased by 1, and when the flag is detected to be a second preset value, the count value is cleared by 0; then, when the count value is accumulated to 4, it indicates that the status flag bit of the Ping thread is continuously set to the first preset value for 4 times, the Ping thread is abnormal, otherwise, the Ping thread is normal.
Further, in step S202, when determining that the Ping thread is abnormal, in order not to affect monitoring of the status of the network service, the method may further include: destroying the Ping thread; rebuilding a new Ping thread; and the network service client monitors the network service state by calling a new Ping thread.
The method and the client provided by the invention are described in detail by using specific embodiments in conjunction with the accompanying drawings.
Fig. 3 is a detailed flowchart of a Ping thread monitoring method and a network service state monitoring method according to an embodiment of the present invention, in which the execution entities are network service clients; the first preset value is set to be 1, and the second preset value is set to be 0; the preset time is taken as 3 minutes, the preset period is set as 1 minute, and at the moment, the preset times are 4 times; in addition, the number of times of judging the Ping thread status flag bit to be 1 continuously is realized by adopting a counting method, namely, when the counting value is accumulated to 4, the Ping thread status flag bit is 1 continuously for 4 times.
The following steps S3011 to S3017 are detailed procedures of the network service state monitoring method, and specifically include:
s3011, sending a Ping thread request to the network service end, and setting the status flag bit of the Ping thread to 1.
And S3012, whether a response message returned by the network service terminal is received within 3 minutes.
When a response message returned by the network service terminal is received within 3 minutes, the step S3013 is carried out; and when the response message returned by the network service side is not received within 3 minutes, the step S3015 is proceeded to.
S3013, determining that the Ping thread is successfully called, and setting the status flag bit of the Ping thread to 0.
S3014, determining that the network service state is normal, and ending the network service state monitoring process.
S3015, determining that the Ping thread call fails, and setting the status flag bit of the Ping thread to 0.
S3016, determining that the network service state is abnormal.
S3017, initiating disconnection and reconnection of the network service client, and ending the network service state monitoring process.
In practical implementation, the network service status monitoring process may wait for 3 minutes after the end of each network service status monitoring process, and then return to step S3011.
The following steps S3021 to S3027 are a detailed flow of the Ping thread monitoring method, and specifically include:
and S3021, detecting the flag bit of the Ping thread state once every 1 minute.
S3022, judging whether the flag bit of the Ping thread state is 1.
When the Ping thread status flag bit is 1, the process goes to step S3024; when the Ping thread status flag bit is 0, the flow proceeds to step S3023.
S3023, count value 0, and return to step S3021.
And S3024, adding 1 to the count value.
S3025, it is determined whether the count value is 4.
When the count value is 4, the flow proceeds to step S3026; when the count value is not 4, the process returns to step S3021.
And S3026, destroying the Ping thread.
S3027, the process rebuilds the new Ping thread and proceeds to step S3011. Preferably, when the step S3011 is entered, the step S3015 in the detailed flow of the network service state monitoring method may be entered, the Ping thread state flag bit is set to 0, and the network service client disconnection reconnection is subsequently initiated, so that the reliability of network service state monitoring can be further ensured.
In practice, steps S3011-S3017 are performed simultaneously with steps S3021-3027.
Based on the same inventive concept, according to the Ping thread monitoring method and the network service state monitoring method provided by the embodiments of the present invention, correspondingly, embodiments of the present invention further provide a network service client.
An embodiment of the present invention provides a network service client, a schematic structural diagram of which is shown in fig. 4, and specifically includes the following units:
the detecting unit 401 is configured to detect a Ping thread state flag bit in a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, and the first preset value is different from the second preset value;
a first determining unit 402, configured to determine whether the Ping thread is abnormal according to the Ping thread status flag.
An embodiment of the present invention further provides a network service client, a schematic structural diagram of which is shown in fig. 5, and the network service client specifically includes the following units:
a sending unit 501, configured to send a Ping thread request to a network service end, and set a Ping thread state flag bit to a first preset value;
a receiving unit 502, configured to determine that a Ping thread is successfully or unsuccessfully invoked according to whether a response message returned by the network service end is received within a preset time, and set a status flag bit of the Ping thread to a second preset value; wherein, the first preset value is different from the second preset value;
the second determining unit 503 is configured to determine that the network service state is normal or abnormal according to the success or failure of the determined Ping thread call.
In this embodiment of the present invention, the network service client shown in fig. 4 and the network service client shown in fig. 5 may be implemented in the same network service client.
In summary, in the solution provided in the embodiment of the present invention, the flag bit of the Ping thread state is a first preset value when the network service client sends out a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully invoked, and the flag bit may directly reflect the running state of the Ping thread; the embodiment of the invention monitors the running state of the Ping thread by detecting the zone bit in the preset period, thereby monitoring whether the Ping thread is abnormal. The Ping thread monitoring method, the network service state monitoring method and the client provided by the embodiment of the invention realize the monitoring of the Ping thread and improve the reliability of monitoring the network service state.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various modifications and variations can be made in the embodiments of the present invention without departing from the spirit or scope of the embodiments of the invention. Thus, if such modifications and variations of the embodiments of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to encompass such modifications and variations.

Claims (8)

1. A method for monitoring the Ping thread of an Internet packet explorer is applied to a scene of monitoring the network service state by calling the Ping thread, and is characterized by comprising the following steps:
the network service client detects the flag bit of the Ping thread state by adopting a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, wherein the first preset value is different from the second preset value; when the number of times that the flag bit of the Ping thread state is continuously the first preset value reaches a preset number, determining that the Ping thread is abnormal; and when the times that the status flag bit of the Ping thread is continuously the first preset value do not reach the preset times, determining that the Ping thread is normal.
2. The method of claim 1, wherein when it is determined that the Ping thread is abnormal, further comprising:
destroying the Ping thread;
rebuilding a new Ping thread; and the network service client monitors the network service state by calling a new Ping thread.
3. The method according to claim 1 or 2, wherein the time length of the preset period is a unit time.
4. A network service status monitoring method is characterized by comprising the following steps:
the network service client sends a Ping thread request of the Internet packet explorer to the network service server, and sets a Ping thread state flag bit as a first preset value;
determining success or failure of the Ping thread calling according to whether a response message returned by the network service end is received within a preset time, and setting a status flag bit of the Ping thread to be a second preset value; wherein the first preset value is different from the second preset value;
when the number of times that the flag bit of the Ping thread state is continuously the first preset value reaches a preset number, determining that the Ping thread is abnormal; and when the times that the status flag bit of the Ping thread is continuously the first preset value do not reach the preset times, determining that the Ping thread is normal.
5. A web services client, comprising:
the detection unit is used for detecting the Ping thread state flag bit of the Internet packet explorer by adopting a preset period; the Ping thread state flag bit is a first preset value when the network service client sends a Ping thread request, and is a second preset value when the network service client determines that the Ping thread is successfully or unsuccessfully called, wherein the first preset value is different from the second preset value;
the first judging unit is used for determining that the Ping thread is abnormal when the times that the status flag bit of the Ping thread is continuously the first preset value reaches preset times; and when the times that the status flag bit of the Ping thread is continuously the first preset value do not reach the preset times, determining that the Ping thread is normal.
6. The client of claim 5, further comprising:
the destruction unit is used for destroying the Ping thread when the abnormality of the Ping thread is determined;
the reconstruction unit is used for reconstructing a new Ping thread when the Ping thread is determined to be abnormal; and the network service client monitors the network service state by calling a new Ping thread.
7. The client according to claim 5 or 6, wherein the time length of the preset period is a unit time.
8. A web services client, comprising:
the system comprises a sending unit, a receiving unit and a sending unit, wherein the sending unit is used for sending a Ping thread request of an Internet packet explorer to a network service end and setting a Ping thread state flag bit as a first preset value;
the receiving unit is used for determining success or failure of the Ping thread calling according to whether a response message returned by the network service end is received within a preset time, and setting the status flag bit of the Ping thread to be a second preset value; wherein the first preset value is different from the second preset value;
the second judging unit is used for determining that the Ping thread is abnormal when the times that the status flag bit of the Ping thread is continuously the first preset value reaches preset times; and when the times that the status flag bit of the Ping thread is continuously the first preset value do not reach the preset times, determining that the Ping thread is normal.
CN201610157459.1A 2016-03-15 2016-03-15 Ping thread monitoring method, network service state monitoring method and client Active CN107196817B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610157459.1A CN107196817B (en) 2016-03-15 2016-03-15 Ping thread monitoring method, network service state monitoring method and client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610157459.1A CN107196817B (en) 2016-03-15 2016-03-15 Ping thread monitoring method, network service state monitoring method and client

Publications (2)

Publication Number Publication Date
CN107196817A CN107196817A (en) 2017-09-22
CN107196817B true CN107196817B (en) 2020-07-14

Family

ID=59871109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610157459.1A Active CN107196817B (en) 2016-03-15 2016-03-15 Ping thread monitoring method, network service state monitoring method and client

Country Status (1)

Country Link
CN (1) CN107196817B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107634868B (en) 2017-10-29 2020-06-23 网宿科技股份有限公司 Method and system for managing network service
CN107749286A (en) * 2017-11-16 2018-03-02 青岛海信电器股份有限公司 Display screen parameter read-in method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141327A (en) * 2007-10-11 2008-03-12 中兴通讯股份有限公司 Method for detecting network node abnormality
CN101355577A (en) * 2008-09-01 2009-01-28 中兴通讯股份有限公司 Method for preventing thread from rope of multithread communication program
CN102117240A (en) * 2009-12-31 2011-07-06 腾讯科技(深圳)有限公司 Method and device for acquiring progress blocking information

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7929450B2 (en) * 2008-02-29 2011-04-19 Alcatel Lucent In-bound mechanism that monitors end-to-end QOE of services with application awareness

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141327A (en) * 2007-10-11 2008-03-12 中兴通讯股份有限公司 Method for detecting network node abnormality
CN101355577A (en) * 2008-09-01 2009-01-28 中兴通讯股份有限公司 Method for preventing thread from rope of multithread communication program
CN102117240A (en) * 2009-12-31 2011-07-06 腾讯科技(深圳)有限公司 Method and device for acquiring progress blocking information

Also Published As

Publication number Publication date
CN107196817A (en) 2017-09-22

Similar Documents

Publication Publication Date Title
US10152382B2 (en) Method and system for monitoring virtual machine cluster
CN106533805B (en) Micro-service request processing method, micro-service controller and micro-service architecture
US11182253B2 (en) Self-healing system for distributed services and applications
US20150363281A1 (en) Method and system for automatically detecting and resolving infrastructure faults in cloud infrastructure
JP2004280738A (en) Proxy response device
CN107682442B (en) Web connection method and device
CN109361542A (en) The fault handling method of client, device, system, terminal and server
US9852051B2 (en) Second failure data capture in co-operating multi-image systems
CN107196817B (en) Ping thread monitoring method, network service state monitoring method and client
CN108243222A (en) Server network architecture method and device
CN109391691A (en) The restoration methods and relevant apparatus that NAS is serviced under a kind of single node failure
CN109257396B (en) Distributed lock scheduling method and device
CN112311896A (en) Health examination method, device, equipment and computer readable storage medium
CN112561506B (en) Live broadcast data processing method, system, equipment and medium based on virtual currency
CN107819754A (en) A kind of anti-abduction method, monitoring server, terminal and system
US20220094589A1 (en) Communications methods and apparatus for minimizing and/or preventing message processing faults
CN110809064B (en) IP address switching method, device and system
JP6703147B2 (en) Data processing method and device
CN113688021B (en) Load balancing service processing method, device, equipment and readable storage medium
CN107302551B (en) Service data publishing method and device
JP2008244840A (en) Repeater, network system and repeating-processing program
CN109697126B (en) Data processing method and device for server
CN110113187B (en) Configuration updating method and device, configuration server and configuration system
CN108769195A (en) A kind of processing method and processing device of media data
CN117411926A (en) Connection establishment method and device of server, storage medium and electronic equipment

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