WO2020147415A1 - Procédé et appareil de gestion de processus de service d'instantanés, dispositif électronique, et support de stockage lisible - Google Patents

Procédé et appareil de gestion de processus de service d'instantanés, dispositif électronique, et support de stockage lisible Download PDF

Info

Publication number
WO2020147415A1
WO2020147415A1 PCT/CN2019/118977 CN2019118977W WO2020147415A1 WO 2020147415 A1 WO2020147415 A1 WO 2020147415A1 CN 2019118977 W CN2019118977 W CN 2019118977W WO 2020147415 A1 WO2020147415 A1 WO 2020147415A1
Authority
WO
WIPO (PCT)
Prior art keywords
configuration information
service process
information
capture device
capture
Prior art date
Application number
PCT/CN2019/118977
Other languages
English (en)
Chinese (zh)
Inventor
陈林
陈龙
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020147415A1 publication Critical patent/WO2020147415A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Definitions

  • This application relates to the field of computers, and in particular to a method, device, electronic equipment, and readable storage medium for managing the process of snapshot service.
  • the first aspect of the present application provides a method for managing the process of a snapshot service, the method including:
  • the capture device sets a monitoring program and detects configuration information of the capture device through the monitoring program, where the configuration information includes the resolution of the photo, the time interval of the photo, or the communication mode;
  • the capture device judges whether the detected configuration information is changed compared to the initial configuration information
  • the capture device stops running the capture service process, restarts and runs the capture service process
  • the capture device transmits the detected configuration information of the capture device to the management server for storage.
  • judging by the capturing device whether the detected configuration information is changed compared to the initial configuration information includes:
  • the monitoring program records the information of the initially running snapshot service process in the snapshot device, and performs MD5 verification on the initially running snapshot service process according to the recorded information of the initially running snapshot service process, and records the initial summary information ;
  • the judging whether the configuration information of the capture device has been changed according to the comparison result of the current summary information and the initial summary information includes:
  • the method further includes:
  • the management server generates a log file according to the acquired configuration information of the capture device, and displays the log file to the user for viewing.
  • the method further includes:
  • the management server sends the acquired configuration information of the capture device to the mobile terminal in communication connection with the management server.
  • the method further includes:
  • the snapping device monitors whether the snapping service process is abnormal.
  • the monitoring by the capturing device whether there is an abnormality in the capturing service process includes:
  • An exception log file is generated according to the stack information.
  • a second aspect of the present application provides an electronic device that includes a processor and a memory, the memory is configured to store at least one computer-readable instruction, and the processor is configured to execute the at least one computer-readable instruction to The process management method for the capture service is realized.
  • a third aspect of the present application provides a non-volatile readable storage medium that stores at least one computer readable instruction, and when the at least one computer readable instruction is executed by a processor The process management method for the capture service is realized.
  • a fourth aspect of the present application provides a device for managing the process of a capture service, the device including:
  • the detection module is used to set a monitoring program in the capture device and detect the configuration information of the capture device through the monitoring program, wherein the configuration information includes the resolution of the photo, the time interval of the photo, or the communication mode;
  • the judgment module is used to judge whether the detected configuration information has changed compared with the initial configuration information
  • a processing module configured to stop running the snapshot service process of the snapshot device, restart and run the snapshot service process when the detected configuration information changes;
  • the sending module is used to transmit the detected configuration information of the capture device to the management server for storage.
  • the snapshot service process can be automatically completed after the configuration information of the snapshot device is changed. Restarting does not require manual intervention, reducing the failure time of the capture device, and the response speed of the capture service process re-running is faster.
  • FIG. 1 is a diagram of the application environment of the method for managing the process of capturing services in an embodiment of this application.
  • Fig. 2 is a flowchart of a process management method for a snapshot service in an embodiment of the present application.
  • FIG. 3 is a structural diagram of a device for managing the process of capturing a service in an embodiment of the present application.
  • Figure 4 is a schematic diagram of the electronic equipment of the application.
  • FIG. 1 is a diagram of the application environment of the method for managing the process of capturing services in an embodiment of this application.
  • the process management method for the capture service is applied to the capture device 1 and the management server 2.
  • the capture device 1 is in communication connection with the management server 2 via the network 3, and is used to transmit the monitored configuration information of the capture device 1 to the management server 2 via the network 3.
  • the network 3 used to support the communication between the capture device 1 and the management server 2 may be a wired network or a wireless network, such as radio, wireless fidelity (WIFI), cellular, satellite, broadcast Wait.
  • the capture device 1 may be a computer, a notebook computer, a smart phone, or other devices.
  • the management server 2 may be a single server or multiple server clusters, such as cloud servers.
  • Fig. 2 is a flowchart of a method for capturing a service process in an embodiment of the present application. According to different needs, the order of the steps in the flowchart can be changed, and some steps can be omitted.
  • the method for capturing service process includes the following steps:
  • Step S201 The capture device 1 sets a monitoring program and detects the configuration information of the capture device 1 through the monitoring program.
  • the monitoring program may be a lower-level computer.
  • the management server 2 includes a remote process management service program, and the remote process management service program is an upper computer.
  • the communication connection between the capture monitoring program (lower computer) of the capture device 1 and the remote process management service program (upper computer) in the management server 2 is realized through the network 3.
  • the configuration information of the capture device 1 includes, but is not limited to, the resolution of the photo, the time interval of the photo, and the communication mode (whether it supports mobile, telecommunications, China Unicom network), and so on.
  • the configuration information of the capture device 1 can be detected in real time through the monitoring program and the detected configuration information of the capture device 1 is transmitted to the management server 2 via the network 3.
  • the configuration information of the capture device 1 can be periodically detected through the monitoring program. For example, the configuration information of the capture device 1 can be detected every 1 minute through the monitoring program and the detected configuration information of the capture device 1 is sent to Management server 2.
  • step S202 the capture device 1 determines whether the detected configuration information is changed compared to the initial configuration information.
  • step S203 when it is determined that the detected configuration information has changed, step S203 is executed, and when it is determined that the detected configuration information has not changed, step S201 is executed.
  • the step S202 includes:
  • the snapping device 1 records the information of the initially running snapping service process in the snapping device 1 through the monitoring program, and performs MD5 (MD5) on the initially running snapping service process according to the recorded information of the initially running snapping service process.
  • MD5 MD5
  • message-digestalgorithm5, information-digest algorithm) check record the initial summary information.
  • the information of the capture service process recorded by the monitoring program refers to the information of each configuration parameter of the capture device 1.
  • the configuration parameters of the capture device 1 are compared to see if there is any change, and whether to restart the capture service process is determined according to the comparison result.
  • MD5 is an abbreviation of information-digest algorithm, which is widely used in encryption and decryption technology, and it is a "digital fingerprint" of a file. Any file, whether it is an executable program, image file, temporary file or any other type of file, and no matter how large it is, has and only a unique MD5 information value, and if the file is modified, its MD5 The value will also change accordingly. Therefore, you can verify whether the file has been "tampered” by comparing the MD5 value of the same file. After downloading the file, if you want to know whether the downloaded file is exactly the same as the original file on the website, you can do MD5 verification for the downloaded file.
  • the MD5 value obtained is the same as that published on the website, you can confirm that the downloaded file is complete. If there is a difference, the downloaded file is incomplete: either an error occurred during the file download, or the file has been modified by someone else. Therefore, in this embodiment, if any of the configuration information of the capture device 1, such as the resolution of the photo, the time interval of the photo, and the communication mode, changes, the MD5 value corresponding to the capture service process will correspondingly change.
  • (S2024) Determine whether the configuration information of the capture device 1 has been changed according to the comparison result of the current summary information and the initial summary information. In this embodiment, if the current summary information is consistent with the initial summary information, the monitoring program can determine that the configuration information of the capture device 1 has not changed; if the current summary information is inconsistent with the initial summary information, the monitoring program determines that the configuration information of the capture device 1 has occurred change.
  • Step S203 When the detected configuration information is changed, the capture device 1 stops running the capture service process, and restarts and runs the capture service process.
  • the monitoring program detects that the configuration information has changed, by first stopping the capture service process, and then restarting the capture service process running the capture device 1, the capture can be automatically completed after the configuration information of the capture device 1 is changed.
  • the restart of the service process does not require manual intervention, which reduces the failure time of the capture device 1, and at the same time, the response speed of the capture service process re-running is faster.
  • the configuration information of the capture device can be manually modified, or the configuration information of the capture device 1 can be modified through a remote process management service program.
  • Step S204 The capture device 1 transmits the detected configuration information of the capture device 1 to the management server 2 for storage.
  • the capture device 1 transmits the detected configuration information of the capture device 1 via the network 3 to the management server 2 for storage so that the management server 2 records the configuration information of the capture device 1.
  • the method further includes: the management server 2 generates a log file according to the acquired configuration information of the capture device 1, and displays the log file to the user for viewing.
  • the management server 2 generates a log file according to the captured resolution of the capture device 1 and the time interval of the photo, and displays it to the user for viewing.
  • the method further includes: the management server 2 sends the acquired configuration information of the capture device 1 to a mobile terminal communicatively connected with the management server 2.
  • the management server 2 sends the acquired configuration information of the capture device 1 to the mobile terminal communicatively connected with the management server 2 so that the administrator using the mobile terminal can understand the situation in time and take corresponding measures.
  • the method further includes:
  • the capture device 1 monitors whether the capture service process is abnormal.
  • the snapshot service process is continuously run and a detection message is sent to the communication window associated with the snapshot service process. If the response message returned by the communication window according to the detection message is not received within the preset time, it is determined that the snapshot service process is abnormal. At this time, the current stack message of the snapshot service process is obtained, and an exception log file is generated according to the stack information. This can automatically monitor the abnormality of the snapshot service process, and obtain the field data of the snapshot service process when the abnormality occurs, so as to facilitate the analysis and determination of the abnormal cause of the snapshot service process.
  • the monitoring by the capture device 1 whether there is an abnormality in the capture service process includes:
  • the capture service process is pre-associated with a communication window, and the monitoring program in the capture device 1 sends detection messages to the communication window.
  • the communication window can be a background window set outside the main window of the capture service process, and does not affect the capture
  • the service process is running normally.
  • the monitoring program can send detection messages to the communication window according to a preset time period, and the type of detection messages is not limited in this application.
  • the communication window associated with the capture service process will feedback a response message to the monitoring device within a preset time after receiving the detection message; if the capture service process runs abnormally, the capture service process is associated After receiving the detection message in the communication window, it is unable to feedback the response message to the monitoring program or the feedback response message is timed out. If the monitoring program does not receive the response message within the preset time, it is determined that the snapshot service process is running abnormally.
  • the stack information includes the call record of the function called by the snapshot service process and the current program pointer address.
  • the monitoring program determines that the snapshot service process is abnormal, it obtains the current stack information of the snapshot service process.
  • the monitoring program generates an exception log file according to the obtained stack information, wherein the daily log file saves the stack information when the snapshot service process is abnormal.
  • Software analysts can analyze the abnormal cause of the snapshot service process based on the abnormal log file.
  • the capture service process by sending a detection message to the communication window associated with the capture service process, and no response message feedback from the communication window is received within a preset time, it is determined that the capture service process is abnormal, and the stack information of the capture service process is obtained and based on the stack
  • the information generates an abnormal log file, which can automatically monitor the abnormality of the snapshot service process, and obtain the field data of the snapshot service process when the abnormality occurs, so as to facilitate the analysis and determination of the abnormal cause of the snapshot service process.
  • FIG. 3 is a structural diagram of a snapshot service process management device 40 in an embodiment of this application.
  • the capture service process management apparatus 40 runs in an electronic device.
  • the capture service process management device 40 may include multiple functional modules composed of program code segments.
  • the program code of each program segment in the capture service process management device 40 may be stored in the memory and executed by at least one processor to perform the function of the capture service process management.
  • the capture service process management device 40 can be divided into multiple functional modules according to the functions it performs.
  • the capture service process management apparatus 40 may include a detection module 401, a judgment module 402, a processing module 403, a sending module 404, a log generation module 405, and a transmission module 406.
  • the module referred to in this application refers to a series of computer program segments that can be executed by at least one processor and can complete fixed functions, and are stored in a memory.
  • the detection module 401, the judgment module 402, the processing module 403, and the sending module 404 run in the capture device 1, and the log generation module 405 and the transmission module 406 run in the management server 2.
  • the functions of each module will be described in detail in subsequent embodiments.
  • the detection module 401 sets a monitoring program in the capture device 1 and detects the configuration information of the capture device 1 through the monitoring program.
  • the monitoring program may be a lower-level computer.
  • the management server 2 includes a remote process management service program, and the remote process management service program is an upper computer.
  • the communication connection between the capture monitoring program (lower computer) of the capture device 1 and the remote process management service program (upper computer) in the management server 2 is realized through the network 3.
  • the configuration information of the capture device 1 includes, but is not limited to, the resolution of the photo, the time interval of the photo, and the communication mode (whether it supports mobile, telecommunications, China Unicom network), and so on.
  • the configuration information of the capture device 1 can be detected in real time through the monitoring program and the detected configuration information of the capture device 1 is transmitted to the management server 2 via the network 3.
  • the configuration information of the capture device 1 can be periodically detected through the monitoring program. For example, the configuration information of the capture device 1 can be detected every 1 minute through the monitoring program and the detected configuration information of the capture device 1 is sent to Management server 2.
  • the judgment module 402 judges whether the detected configuration information has been changed.
  • the monitoring program continues to detect the configuration information of the capture device 1.
  • the judging module 402 records the information of the initially running snapping service process in the snapping device 1 through the monitoring program, and performs MD5 calibration on the initially running snapping service process according to the recorded information of the initially running snapping service process. Verify and record the initial summary information.
  • the information of the capture service process recorded by the monitoring program refers to the information of each configuration parameter of the capture device 1.
  • the configuration parameters of the capture device 1 are compared to see if there is any change, and whether to restart the capture service process is determined according to the comparison result.
  • MD5 is an abbreviation of information-digest algorithm, which is widely used in encryption and decryption technology, and it is a "digital fingerprint" of a file. Any file, whether it is an executable program, image file, temporary file or any other type of file, no matter how large it is, has and only a unique MD5 information value, and if the file is modified, its MD5 The value will also change accordingly. Therefore, you can verify whether the file has been "tampered” by comparing the MD5 value of the same file. After downloading the file, if you want to know whether the downloaded file is exactly the same as the original file on the website, you can do MD5 verification for the downloaded file.
  • the MD5 value obtained is the same as that published on the website, you can confirm that the downloaded file is complete. If there is a difference, the downloaded file is incomplete: either an error occurred during the file download, or the file has been modified by someone else. Therefore, in this embodiment, if any of the configuration information of the capture device 1, such as the resolution of the photo, the time interval of the photo, and the communication mode, changes, the MD5 value corresponding to the capture service process will correspondingly change.
  • the judgment module 402 also periodically detects the operation information of the snapshot service process through the monitoring program and performs MD5 verification according to the detected operation information including the configuration information, records the current summary information, and compares the current summary information with The initial summary information of the capture service process is compared, and it is determined whether the configuration information of the capture device 1 has been changed according to the comparison result of the current summary information and the initial summary information.
  • the monitoring program can determine that the configuration information of the capture device 1 has not changed; if the current summary information is inconsistent with the initial summary information, the monitoring program determines that the configuration information of the capture device 1 has occurred change.
  • the processing module 403 is used to stop running the snapshot service process, restart and run the snapshot service process when the detected configuration information changes.
  • the monitoring program detects that the configuration information has changed, by first stopping the capture service process, and then restarting the capture service process running the capture device 1, the capture can be automatically completed after the configuration information of the capture device 1 is changed.
  • the restart of the service process does not require manual intervention, which reduces the failure time of the capture device 1, and at the same time, the response speed of the capture service process re-running is faster.
  • the configuration information of the capture device can be manually modified, or the configuration information of the capture device 1 can be modified through a remote process management service program.
  • the sending module 404 transmits the detected configuration information of the capture device 1 to the management server 2 for storage.
  • the sending module 404 transmits the detected configuration information of the capture device 1 via the network 3 to the management server 2 for storage so that the management server 2 records the configuration information of the capture device 1.
  • the log generation module 405 is configured to control the management server 2 to generate a log file according to the acquired configuration information of the capture device 1, and display the log file to the user for viewing.
  • the log generation module 405 controls the management server 2 to generate a log file according to the captured resolution of the capture device 1 and the time interval of the photo, and display it to the user for viewing.
  • the transmission module 406 is configured to control the management server 2 to send the acquired configuration information of the capture device 1 to the mobile terminal in communication connection with the management server 2.
  • the transmission module 406 controls the management server 2 to send the acquired configuration information of the capture device 1 to the mobile terminal in communication with the management server 2 so that the administrator using the mobile terminal can understand the situation in time and take corresponding measures. Measures.
  • the detection module 401 is also used to monitor whether the capture service process of the capture device 1 is abnormal through the monitoring program.
  • the snapshot service process is continuously run and a detection message is sent to the communication window associated with the snapshot service process. If the response message returned by the communication window according to the detection message is not received within the preset time, it is determined that the snapshot service process is abnormal. At this time, the current stack message of the snapshot service process is obtained, and an exception log file is generated according to the stack information. This can automatically monitor the abnormality of the snapshot service process, and obtain the field data of the snapshot service process when the abnormality occurs, so as to facilitate the analysis and determination of the abnormal cause of the snapshot service process.
  • the monitoring program for monitoring whether there is an abnormality in the capture service process of the capture device 1 includes:
  • the capture service process is pre-associated with a communication window, and the monitoring program sends detection messages to the communication window.
  • the communication window can be a background window set outside the main window of the capture service process, and does not affect the normal operation of the capture service process.
  • the monitoring program can send detection messages to the communication window according to a preset time period, and the type of detection messages is not limited in this application.
  • the communication window associated with the capture service process will feedback a response message to the monitoring device within a preset time after receiving the detection message; if the capture service process runs abnormally, the capture service process is associated After receiving the detection message in the communication window, it is unable to feedback the response message to the monitoring program or the feedback response message is timed out. If the monitoring program does not receive the response message within the preset time, it is determined that the snapshot service process is running abnormally.
  • the stack information includes the call record of the function called by the snapshot service process and the current program pointer address.
  • the monitoring program determines that the snapshot service process is abnormal, it obtains the current stack information of the snapshot service process.
  • the monitoring program generates an exception log file based on the obtained stack information, and the daily log file saves the stack information when the snapshot service process is abnormal.
  • Software analysts can analyze the abnormal cause of the snapshot service process based on the abnormal log file.
  • the capture service process by sending a detection message to the communication window associated with the capture service process, and no response message feedback from the communication window is received within a preset time, it is determined that the capture service process is abnormal, and the stack information of the capture service process is obtained and based on the stack
  • the information generates an abnormal log file, which can automatically monitor the abnormality of the snapshot service process, and obtain the field data of the snapshot service process when the abnormality occurs, so as to facilitate the analysis and determination of the abnormal cause of the snapshot service process.
  • FIG. 4 is a schematic diagram of the electronic device 6 in an embodiment of the application.
  • the electronic device 6 includes a memory 61, a processor 62, and a computer program 63 that is stored in the memory 61 and can run on the processor 62.
  • the steps in the embodiment of the method for managing the process of the capture service are implemented, for example, steps S201 to S204 shown in FIG. 2.
  • the processor 62 executes the computer program 63
  • the functions of the modules/units in the foregoing embodiment of the device for managing the process of capturing a service process are implemented, such as the modules 401 to 406 in FIG. 3.
  • the computer program 63 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 61 and executed by the processor 62 to complete This application.
  • the one or more modules/units may be a series of computer program instruction segments capable of completing specific functions, and the instruction segments are used to describe the execution process of the computer program 63 in the electronic device 6.
  • the computer program 63 may be divided into a detection module 401, a judgment module 402, a processing module 403, a sending module 404, a log generation module 405, and a transmission module 406 in FIG. 3.
  • a detection module 401 a judgment module 402
  • a processing module 403 a sending module 404
  • a log generation module 405 a transmission module 406 in FIG. 3.
  • a transmission module 406 for specific functions of each module, refer to Embodiment 2.
  • the electronic device 6 may be the aforementioned capture device 1.
  • the electronic device 6 may be a computing device such as a desktop computer, a notebook, a palmtop computer, or a cloud server.
  • a computing device such as a desktop computer, a notebook, a palmtop computer, or a cloud server.
  • the schematic diagram is only an example of the electronic device 6 and does not constitute a limitation on the electronic device 6. It may include more or less components than those shown in the figure, or a combination of certain components, or different components. Components, for example, the electronic device 6 may also include input and output devices, network access devices, buses, and so on.
  • the so-called processor 62 may be a central processing unit (Central Processing Unit, CPU), other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor can be a microprocessor or the processor 62 can also be any conventional processor, etc.
  • the processor 62 is the control center of the electronic device 6 and connects the entire electronic device 6 with various interfaces and lines. The various parts.
  • the memory 61 may be used to store the computer program 63 and/or modules/units.
  • the processor 62 runs or executes the computer programs and/or modules/units stored in the memory 61 and calls the computer programs and/or modules/units stored in the memory 61.
  • the data in 61 realizes various functions of the computer electronic device 6.
  • the memory 61 may mainly include a storage program area and a storage data area.
  • the storage program area may store an operating system, an application program required by at least one function (such as a sound playback function, an image playback function, etc.), etc.; the storage data area may Data (such as audio data) created according to the use of the electronic device 6 and the like are stored.
  • the memory 61 may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a smart memory card (Smart Media Card, SMC), a Secure Digital (SD) card, and a flash memory card (Flash Card), at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
  • non-volatile memory such as a hard disk, a memory, a plug-in hard disk, a smart memory card (Smart Media Card, SMC), a Secure Digital (SD) card, and a flash memory card (Flash Card), at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
  • the integrated module/unit of the electronic device 6 is implemented in the form of a software function module and sold or used as an independent product, it can be stored in a non-volatile readable storage medium.
  • this application implements all or part of the processes in the above-mentioned embodiments and methods, and can also be completed by instructing relevant hardware through a computer program.
  • the computer program can be stored in a non-volatile readable storage medium.
  • the computer program is executed by the processor, it can implement the steps of the foregoing method embodiments.
  • the computer program is a series of computer readable instructions, and the computer readable instruction code may be in the form of source code, object code, executable file, or some intermediate form, etc.
  • the non-volatile readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read- Only Memory.
  • the functional modules in the various embodiments of the present application may be integrated in the same processing module, or each module may exist alone physically, or two or more modules may be integrated in the same module.
  • the above-mentioned integrated modules can be implemented in the form of hardware or in the form of hardware plus software functional modules.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Telephonic Communication Services (AREA)
  • Debugging And Monitoring (AREA)

Abstract

La présente invention concerne un procédé et un appareil de gestion de processus de service d'instantanés, un dispositif électronique et un support de stockage lisible. Le procédé comprend les étapes suivantes : un appareil d'instantanés règle un programme de surveillance et détecte des informations de configuration de l'appareil d'instantanés au moyen du programme de surveillance (S201), les informations de configuration comprenant un rapport de résolution de photographie, un intervalle de temps de photographie ou un mode de communication ; l'appareil d'instantanés détermine si les informations de configuration détectées sont modifiées par rapport à des informations de configuration initiales (S202) ; lorsqu'il est détecté que les informations de configuration sont modifiées, l'appareil d'instantanés arrête l'exécution du processus de service d'instantanés et redémarre et exécute le processus de service d'instantanés (S203) ; l'appareil d'instantanés transmet les informations de configuration détectées de l'appareil d'instantanés à un serveur de gestion en vue de leur stockage (S204). Le processus de service d'instantanés peut être automatiquement redémarré après qu'un utilisateur change les informations de configuration de l'appareil d'instantanés, une intervention manuelle n'est pas requise, et le temps de défaillance de l'appareil d'instantanés est raccourci.
PCT/CN2019/118977 2019-01-17 2019-11-15 Procédé et appareil de gestion de processus de service d'instantanés, dispositif électronique, et support de stockage lisible WO2020147415A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910045285.3A CN109828797A (zh) 2019-01-17 2019-01-17 抓拍服务进程管理方法及相关设备
CN201910045285.3 2019-01-17

Publications (1)

Publication Number Publication Date
WO2020147415A1 true WO2020147415A1 (fr) 2020-07-23

Family

ID=66860403

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/118977 WO2020147415A1 (fr) 2019-01-17 2019-11-15 Procédé et appareil de gestion de processus de service d'instantanés, dispositif électronique, et support de stockage lisible

Country Status (2)

Country Link
CN (1) CN109828797A (fr)
WO (1) WO2020147415A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109828797A (zh) * 2019-01-17 2019-05-31 平安科技(深圳)有限公司 抓拍服务进程管理方法及相关设备

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100313069A1 (en) * 2009-06-05 2010-12-09 Hitachi, Ltd. Computer system and failure recovery method
CN102147725A (zh) * 2011-03-29 2011-08-10 福州瑞芯微电子有限公司 一种Android中支持双摄像头的方法
CN102609644A (zh) * 2012-01-11 2012-07-25 杭州东信北邮信息技术有限公司 一种文件保护方法
CN103559151A (zh) * 2013-11-13 2014-02-05 上海斐讯数据通信技术有限公司 一种切换移动终端屏幕分辨率的方法及装置
CN204104056U (zh) * 2014-10-16 2015-01-14 北京国通创安报警网络技术有限公司 基于云平台的集成接入设备
CN106445610A (zh) * 2016-10-08 2017-02-22 乐视控股(北京)有限公司 一种应用程序处理方法及装置
CN109828797A (zh) * 2019-01-17 2019-05-31 平安科技(深圳)有限公司 抓拍服务进程管理方法及相关设备

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101621398A (zh) * 2008-06-30 2010-01-06 中兴通讯股份有限公司 客户/服务器系统及其多个客户端自动同步配置的方法
CN103218242B (zh) * 2013-04-19 2016-04-06 飞天诚信科技股份有限公司 一种自动更新的方法
CN104168126B (zh) * 2013-05-20 2017-11-21 江苏华视文化传媒有限公司 一种无人值守智能设备自维护管理系统及方法
CN104268055B (zh) * 2014-09-01 2017-07-14 腾讯科技(深圳)有限公司 一种程序异常的监控方法和装置
CN105260238B (zh) * 2015-10-13 2018-10-02 珠海许继芝电网自动化有限公司 一种多进程提升性能部署的方法
CN106970967B (zh) * 2017-03-22 2020-04-28 中车大连机车研究所有限公司 一种轨道线路数据库实时更新方法及系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100313069A1 (en) * 2009-06-05 2010-12-09 Hitachi, Ltd. Computer system and failure recovery method
CN102147725A (zh) * 2011-03-29 2011-08-10 福州瑞芯微电子有限公司 一种Android中支持双摄像头的方法
CN102609644A (zh) * 2012-01-11 2012-07-25 杭州东信北邮信息技术有限公司 一种文件保护方法
CN103559151A (zh) * 2013-11-13 2014-02-05 上海斐讯数据通信技术有限公司 一种切换移动终端屏幕分辨率的方法及装置
CN204104056U (zh) * 2014-10-16 2015-01-14 北京国通创安报警网络技术有限公司 基于云平台的集成接入设备
CN106445610A (zh) * 2016-10-08 2017-02-22 乐视控股(北京)有限公司 一种应用程序处理方法及装置
CN109828797A (zh) * 2019-01-17 2019-05-31 平安科技(深圳)有限公司 抓拍服务进程管理方法及相关设备

Also Published As

Publication number Publication date
CN109828797A (zh) 2019-05-31

Similar Documents

Publication Publication Date Title
JP6861675B2 (ja) モバイルデバイスサポートサービスを提供するためのシステム、方法、装置、および非一時的コンピュータ可読記憶媒体
US11750444B2 (en) Implementation of compliance settings by a mobile device for compliance with a configuration scenario
US9253265B2 (en) Hot pluggable extensions for access management system
US9384114B2 (en) Group server performance correction via actions to server subset
US9876703B1 (en) Computing resource testing
US9124669B2 (en) Cooperative client and server logging
US10097427B2 (en) Service assurance platform as a user-defined service
WO2021184587A1 (fr) Procédé et appareil de surveillance de nuage privé basée sur prometheus et dispositif informatique et support de stockage
WO2019051948A1 (fr) Procédé, appareil, serveur, et support de stockage, pour le traitement de données de surveillance
CN114077525A (zh) 异常日志处理方法、装置、终端设备、云服务器及系统
US9819933B2 (en) Automated testing of media devices
WO2020147415A1 (fr) Procédé et appareil de gestion de processus de service d'instantanés, dispositif électronique, et support de stockage lisible
TW201510995A (zh) 維護電腦系統之檔案系統的方法
CN110930110B (zh) 分布式流程监控方法、装置、存储介质及电子设备
CN111611124B (zh) 监控设备分析方法、装置、计算机装置及存储介质
WO2019241199A1 (fr) Système et procédé de maintenance prédictive de dispositifs en réseau
CN113448836A (zh) 软件接口测试方法、装置、电子设备及存储介质
CN113220342A (zh) 中心化配置方法、装置、电子设备及存储介质
CN114968696A (zh) 指标监控方法、电子设备及芯片系统
CN108446219B (zh) 应用程序的操作方法、系统、介质和计算设备
CN115695529B (zh) 智能化远程运维方法、装置、计算机设备及存储介质
US11983542B2 (en) Management of edge computing nodes in preboot execution environment (PxE) having unique media access control (MAC) address with targeted installation of edge node
TWI836263B (zh) 接口控制系統以及方法
US10628803B1 (en) Dial home optimizer
TW202209099A (zh) 異常日誌處理方法、裝置、終端設備、雲端伺服器及系統

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19910028

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19910028

Country of ref document: EP

Kind code of ref document: A1