Method and system for accurately monitoring process running status
A technology of running status and process, applied in hardware monitoring, instrumentation, error detection/correction, etc., can solve problems such as difficulty in judging throughput, and achieve the effect of direct judgment
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Publication Date
- 2021-06-04
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of business management in the telecommunication industry, and more specifically, to a method and system for accurately monitoring the running state of a process. Background technique
[0002] At present, a process is a running instance of an application program in a computer, a dynamic execution of an application program, and is used to execute specific processing logic and complete data processing tasks. For example, in the work order scheduling process, its normal processing logic is: according to the work order type, different work orders are dispatched to different interface programs for processing. Restricted by internal and external factors, the process is not always in the best working state, sometimes in an inefficient working state, and even the so-called "hanging" phenomenon occurs, that is, the process still exists on the surface, but internally falls into an error state , which deviates ...
Examples
Embodiment Construction
[0017] Below in conjunction with accompanying drawing and embodiment, the specific embodiment of the present invention is described in further detail. The following examples are used to illustrate the present invention, but are not intended to limit the scope of the present invention.
[0018] There are two states when the process works, one is user mode and the other is kernel mode. The user runs a program, and the process created by the program starts running in the user mode. If you want to perform file operations, network data transmission and other operations, you must use system calls such as write and send. For a process that runs stably for a long time, in A time segment. The type and number of system calls it calls, and the time ratio between user mode and kernel mode are relatively stable.
[0019] Aiming at the problem that the computing resource agent has a single method for monitoring its sub-processes and cannot accurately obtain the running status of the sub-pr...