CN111858535A - Medical platform log generation method and device and computer equipment - Google Patents

Medical platform log generation method and device and computer equipment Download PDF

Info

Publication number
CN111858535A
CN111858535A CN202010741706.9A CN202010741706A CN111858535A CN 111858535 A CN111858535 A CN 111858535A CN 202010741706 A CN202010741706 A CN 202010741706A CN 111858535 A CN111858535 A CN 111858535A
Authority
CN
China
Prior art keywords
log
context information
request data
information
medical platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010741706.9A
Other languages
Chinese (zh)
Inventor
陈刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Haici Network Technology Co ltd
Original Assignee
Guangzhou Haici Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Haici Network Technology Co ltd filed Critical Guangzhou Haici Network Technology Co ltd
Priority to CN202010741706.9A priority Critical patent/CN111858535A/en
Publication of CN111858535A publication Critical patent/CN111858535A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • G16H40/40ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the management of medical equipment or devices, e.g. scheduling maintenance or upgrades

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Biomedical Technology (AREA)
  • Physics & Mathematics (AREA)
  • Epidemiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention provides a method and a device for generating a medical platform log and computer equipment, wherein the method comprises the following steps: acquiring request data of a service system; calling a log tracking component to extract context information in the request data; adding the context information to corresponding log information, and outputting the log information containing the context information; the complexity of accessing the service system to the log platform is reduced; meanwhile, the method is used as a supplement of a log platform, so that the log platform is more accurate and comprehensive in retrieval, and the efficiency of using a log positioning system is greatly improved.

Description

Medical platform log generation method and device and computer equipment
Technical Field
The present invention relates to the field of mechanical technologies, and in particular, to a method and an apparatus for generating a medical platform log, a computer device, and a storage medium.
Background
With the popularization of internet medical treatment, medical service systems are increasingly huge, and how to retrieve associated logs from medical service massive logs is extremely important. For example, we want to search abnormal logs accessed by users in a certain period of time by hospital ID, and the conventional log body usually does not contain the request context information (request context parameters like hospital ID, hereinafter referred to as context). These logs without context association will become islanding logs and cannot be efficiently retrieved. Therefore, how to output the context information to the log and how to completely transfer the context information in the distributed calling layer become the focus of log retrieval.
Currently, the general method is to directly output the context information to the log text, and the distributed call context transfer uses the entity class to package the context information and uses the entry mode to explicitly transfer the context information layer by layer. The defects of the scheme are that the coupling is too high, and most importantly, when the third-party class library method is called, the third-party class library method entry and the internal log output content cannot be modified, so that the context of the part of the log is lost and the part of the log cannot be retrieved.
Disclosure of Invention
In view of the above, embodiments of the present invention are proposed to provide a method for generating a medical platform log, an apparatus for generating a medical platform log, a computer device and a storage medium that overcome or at least partially solve the above problems.
In order to solve the above problems, an embodiment of the present invention discloses a method for generating a medical platform log, including:
acquiring request data of a service system;
calling a log tracking component to extract context information in the request data;
and adding the context information to corresponding log information, and outputting the log information containing the context information.
Preferably, the log tracking component comprises a filter; the call log tracking component extracts context information in the request data, and the process comprises the following steps:
extracting context information in the request data through the filter;
and storing the context information into a thread variable.
Preferably, the log tracking component comprises a cut plane interceptor; the call log tracking component extracts context information in the request data, and the process comprises the following steps:
when the context transfer is a distributed call, extracting context information from the thread variable through the cut plane interceptor.
Preferably, the method further comprises:
and collecting the log information containing the context information, and establishing a storage index.
Preferably, the method further comprises:
and searching the log keywords through a log platform search end, and searching the log information associated with the context information.
The embodiment of the invention also discloses a device for generating the medical platform log, which comprises the following steps:
the request data acquisition module is used for acquiring request data of the service system;
the context information extraction module is used for calling the log tracking component to extract the context information in the request data;
and the output module is used for adding the context information to the corresponding log information and outputting the log information containing the context information.
Preferably, the log tracking component comprises a filter; the context information extraction module includes:
the first extraction submodule is used for extracting the context information in the request data through the filter;
and the storage submodule is used for storing the context information into the thread variable.
Preferably, the log tracking component comprises a cut plane interceptor; the context information extraction includes:
and the second extraction submodule is used for extracting the context information from the thread variable through the tangent plane interceptor when the context is transmitted to be distributed calling.
The embodiment of the invention discloses computer equipment, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps of the medical platform log generation method when executing the computer program.
The embodiment of the invention discloses a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and the computer program is executed by a processor to realize the steps of the medical platform log generation method.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, request data of a service system is obtained; calling a log tracking component to extract context information in the request data; adding the context information to corresponding log information, and outputting the log information containing the context information; the complexity of accessing the service system to the log platform is reduced; meanwhile, the method is used as a supplement of a log platform, so that the log platform is more accurate and comprehensive in retrieval, and the efficiency of using a log positioning system is greatly improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart illustrating steps of an embodiment of a method for generating a medical platform log according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a context information storing step according to an embodiment of the present invention; (ii) a
FIG. 3 is a flowchart illustrating a step of extracting context information according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a storage index creating step according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a log information query procedure according to an embodiment of the present invention;
fig. 6 is a block diagram of an embodiment of a medical platform log generation apparatus according to an embodiment of the present invention;
FIG. 7 is an internal block diagram of a computer device of an embodiment.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects solved by the embodiments of the present invention more clearly apparent, the embodiments of the present invention are described in further detail below with reference to the accompanying drawings and the embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a method for generating a medical platform log according to an embodiment of the present invention is shown, which may specifically include the following steps:
step 101, acquiring request data of a service system;
in the embodiment of the invention, request data can be obtained firstly; the request data may be acquisition request data of a log file.
The service system can integrate a log tracking component, and the log tracking component is selectively initialized in a switch configuration mode.
Further to the present embodiments, the log tracking component may be an SDK (software development Kit), which is a collection of development tools used by software engineers to create application software for a particular software package, software framework, hardware platform, operating system, etc.
102, calling a log tracking component to extract context information in the request data;
in practice, the log tracking component selects different tangent plane schemes according to different technical framework types, intercepts the request and acquires or implants the context information.
Specifically, referring to fig. 2, a flow chart of a context information logging step according to an embodiment of the present invention is shown, wherein the log tracking component includes a filter; the method for extracting the context information in the request data by the call log tracking component comprises the following substeps:
step S11, extracting context information in the request data through the filter;
step S12, store the context information into a thread variable.
In the embodiment of the invention, the context information in the request data is extracted through the filter to obtain the context information, then the context information is stored in the thread variable,
further, referring to fig. 3, a schematic flow chart illustrating a step of extracting context information according to an embodiment of the present invention is shown, where the log tracking component includes a section interceptor; the method for extracting the context information in the request data by the call log tracking component comprises the following substeps:
and step S21, when the context is transmitted to be distributed call, extracting context information from the thread variable through the tangent plane interceptor.
When the context transfer is distributed call, the context information is extracted from the thread variable through the section interceptor, and then is transmitted to the downstream application in a transfer mode agreed by the log tracking component, and the integrity of the context of the request can be ensured through layer-by-layer transfer.
Step 103, adding the context information to the corresponding log information, and outputting the log information containing the context information.
Specifically, in the embodiment of the present invention, the context information may be added to the corresponding log information, and the log information including the context information may be output.
Referring to fig. 4, a flow chart of a storage index establishing step according to an embodiment of the present invention is shown, where the method further includes the following steps:
and 104, collecting the log information containing the context information, and establishing a storage index.
In one specific example, the logging platform collects all log information including context information and builds a storage index.
Specifically, referring to fig. 5, a schematic flowchart of a log information query step according to an embodiment of the present invention is shown, where the method further includes the following steps:
and 105, retrieving log keywords through the log platform, and inquiring the log information associated with the context information.
Furthermore, log keyword retrieval can be performed through a log platform, and log information related to the context information can be inquired.
In the embodiment of the invention, request data of a service system is obtained; calling a log tracking component to extract context information in the request data; and adding the context information to corresponding log information, and outputting the log information containing the context information. The complexity of accessing the service system to the log platform is reduced; meanwhile, the method is used as a supplement of a log platform, so that the log platform is more accurate and comprehensive in retrieval, and the efficiency of using a log positioning system is greatly improved.
In order that those skilled in the art will better understand the embodiments of the present invention, the following description is given by way of a specific example:
the embodiment of the invention comprises the following main modules:
a service system: a service application system with log collection and retrieval requirements;
a log platform: a platform integrating log collection, storage and retrieval;
log tracking SDK toolkit (i.e., log tracking component): and the tool kit gives the application log context information output and transparent transmission.
The main process of the invention is as follows:
1. a service system integration log tracking SDK toolkit (hereinafter referred to as SDK);
2. the service system selectively initializes the log tracking SDK related components in a switch configuration mode;
automatically and intelligently selecting a section scheme by the SDK according to the category of the current technical framework, intercepting the request and acquiring or implanting the context;
the basis of the intelligent section selection scheme is that the currently used technical framework type is judged according to the Jar package depended under the current engineering class path: if the dubbo dependency package exists, initializing a dubbo log section in the SDK, and if the spring group related dependency package exists, initializing a spring group tracking component.
The SDK outputs the context-attached log in combination with a log component;
5. the log platform collects the logs with the contexts and stores the indexes;
6. and searching the log keywords through a log platform search end, searching out context associated logs, and performing request backtracking or problem location.
The system of the embodiment of the invention is realized by the following steps:
1. the log tracking SDK module is implanted into the platform service application as an independent component, the module is loaded when the application is started, the module starts to work after being initialized, and the life cycle of the module is consistent with that of the application;
2. in the initialization process, corresponding components are initialized according to switch configuration, for example, if a service system is a dubbo project, a dubbo related filter is initialized, if the service system is a spring group, a spring group filter is initialized, after the initialization is completed, each request of the service system is intercepted by the corresponding filter, the filter collects request context information and stores the context into a thread variable, the thread variable is implicitly transmitted in a service code, if distributed calling is met, such as dubbo calling, spring group service and MQ service calling, a section interceptor extracts the context information from the thread variable and transmits the context information to downstream application in an SDK agreed transmission mode, and the integrity of the request context can be ensured after layer-by-layer transmission;
3. when service system logs are output, context information in thread variables is extracted through a log format adapter in the SDK, then added to the original logs and output to log files, and therefore the fact that each log contains request context information is achieved.
In the embodiment of the invention, the complexity of accessing the service system to the log platform is reduced; meanwhile, the method is used as a supplement of a log platform, so that the log platform is more accurate and comprehensive in retrieval, and the efficiency of using a log positioning system is greatly improved.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 6, a block diagram illustrating a structure of an embodiment of an apparatus for generating a medical platform log according to an embodiment of the present invention may specifically include the following modules:
a request data obtaining module 301, configured to obtain request data of a service system;
a context information extraction module 302, configured to invoke a log tracking component to extract context information in the request data;
an output module 303, configured to add the context information to corresponding log information, and output the log information including the context information.
Preferably, the log tracking component comprises a filter; the context information extraction module includes:
the first extraction submodule is used for extracting the context information in the request data through the filter;
and the storage submodule is used for storing the context information into the thread variable.
Preferably, the log tracking component comprises a cut plane interceptor; the context information extraction includes:
and the second extraction submodule is used for extracting the context information from the thread variable through the tangent plane interceptor when the context is transmitted to be distributed calling.
Preferably, the apparatus further comprises:
and the storage index establishing module is used for collecting the log information containing the context information and establishing a storage index.
Preferably, the apparatus further comprises:
and the query module is used for retrieving the log keywords through the log platform retrieval end and querying the log information associated with the context information.
The modules in the medical platform log generation device can be wholly or partially implemented by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
The device for generating the medical platform log can be used for executing the method for generating the medical platform log provided by any embodiment, and has corresponding functions and beneficial effects.
In one embodiment, a computer device is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 7. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method of medical platform log generation. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 7 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory having a computer program stored therein and a processor implementing the steps of the embodiments of fig. 1-5 when executing the computer program.
In one embodiment, a computer readable storage medium is provided, having stored thereon a computer program, which when executed by a processor, performs the steps of the embodiments of fig. 1-5 below.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of 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, embodiments of 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.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (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 terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, 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 terminal 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 terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal 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 of these 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 embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method for generating a medical platform log, the device for generating a medical platform log, the computer device and the storage medium provided by the invention are described in detail, specific examples are applied in the text to explain the principle and the implementation of the invention, and the description of the above embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for generating a medical platform log, comprising:
acquiring request data of a service system;
calling a log tracking component to extract context information in the request data;
and adding the context information to corresponding log information, and outputting the log information containing the context information.
2. The medical platform log generation method of claim 1, wherein the log tracking component comprises a filter; the call log tracking component extracts context information in the request data, and the process comprises the following steps:
extracting context information in the request data through the filter;
and storing the context information into a thread variable.
3. The medical platform log generation method of claim 2, wherein the log tracking component comprises a cut plane interceptor; the call log tracking component extracts context information in the request data, and the process comprises the following steps:
when the context transfer is a distributed call, extracting context information from the thread variable through the cut plane interceptor.
4. The method of generating a medical platform log of claim 1, further comprising:
and collecting the log information containing the context information, and establishing a storage index.
5. The method of generating a medical platform log of claim 1, further comprising:
and searching the log keywords through a log platform search end, and searching the log information associated with the context information.
6. An apparatus for generating a medical platform log, comprising:
the request data acquisition module is used for acquiring request data of the service system;
the context information extraction module is used for calling the log tracking component to extract the context information in the request data;
and the output module is used for adding the context information to the corresponding log information and outputting the log information containing the context information.
7. The medical platform log generation apparatus of claim 6, wherein the log tracking component comprises a filter; the context information extraction module includes:
the first extraction submodule is used for extracting the context information in the request data through the filter;
and the storage submodule is used for storing the context information into the thread variable.
8. The medical platform log generation apparatus of claim 7, wherein the log tracking component comprises a cut plane interceptor; the context information extraction includes:
and the second extraction submodule is used for extracting the context information from the thread variable through the tangent plane interceptor when the context is transmitted to be distributed calling.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor when executing the computer program realizes the steps of the method of generating a medical platform log according to any of claims 1 to 5.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of generating a medical platform log according to any one of claims 1 to 5.
CN202010741706.9A 2020-07-29 2020-07-29 Medical platform log generation method and device and computer equipment Pending CN111858535A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010741706.9A CN111858535A (en) 2020-07-29 2020-07-29 Medical platform log generation method and device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010741706.9A CN111858535A (en) 2020-07-29 2020-07-29 Medical platform log generation method and device and computer equipment

Publications (1)

Publication Number Publication Date
CN111858535A true CN111858535A (en) 2020-10-30

Family

ID=72948238

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010741706.9A Pending CN111858535A (en) 2020-07-29 2020-07-29 Medical platform log generation method and device and computer equipment

Country Status (1)

Country Link
CN (1) CN111858535A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170149810A1 (en) * 2015-11-25 2017-05-25 Hewlett Packard Enterprise Development Lp Malware detection on web proxy log data
CN107977473A (en) * 2017-12-28 2018-05-01 政采云有限公司 The search method and system of distributed system journal based on Logback
CN109756364A (en) * 2018-12-07 2019-05-14 成都四方伟业软件股份有限公司 A kind of micro services performance optimization system and analysis method based on log analysis
CN110069354A (en) * 2019-04-15 2019-07-30 必成汇(成都)科技有限公司 The full link trace method of micro services and micro services framework
CN110928853A (en) * 2018-09-14 2020-03-27 北京京东尚科信息技术有限公司 Method and device for identifying log

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170149810A1 (en) * 2015-11-25 2017-05-25 Hewlett Packard Enterprise Development Lp Malware detection on web proxy log data
CN107977473A (en) * 2017-12-28 2018-05-01 政采云有限公司 The search method and system of distributed system journal based on Logback
CN110928853A (en) * 2018-09-14 2020-03-27 北京京东尚科信息技术有限公司 Method and device for identifying log
CN109756364A (en) * 2018-12-07 2019-05-14 成都四方伟业软件股份有限公司 A kind of micro services performance optimization system and analysis method based on log analysis
CN110069354A (en) * 2019-04-15 2019-07-30 必成汇(成都)科技有限公司 The full link trace method of micro services and micro services framework

Similar Documents

Publication Publication Date Title
US10394925B2 (en) Automating web tasks based on web browsing histories and user actions
US7490167B2 (en) System and method for platform and language-independent development and delivery of page-based content
CN109062780B (en) Development method of automatic test case and terminal equipment
US20190129734A1 (en) Data collection workflow extension
CN103678637A (en) Method and device for acquiring test question information
US20210357461A1 (en) Method, apparatus and storage medium for searching blockchain data
CN105550206B (en) The edition control method and device of structured query sentence
CN111382073A (en) Automatic test case determination method, device, equipment and storage medium
CN110618999A (en) Data query method and device, computer storage medium and electronic equipment
CN111949850A (en) Multi-source data acquisition method, device, equipment and storage medium
CN111400681A (en) Data permission processing method, device and equipment
CN104361040A (en) Method and device for customized query
CN112948247A (en) Processing method, system, device and medium for operation playback of application program
CN111858535A (en) Medical platform log generation method and device and computer equipment
CN113672233B (en) Server out-of-band management method, device and equipment based on Redfish
CN110471708B (en) Method and device for acquiring configuration items based on reusable components
CN101477457B (en) Application module management system, application module execution method and virtual machine
CN112069236A (en) Associated file display method, device, equipment and storage medium
CN111767450A (en) Browser data acquisition system and method
CN116881391B (en) Full text retrieval method and system
CN113434141B (en) Method and system for developing windows graphical interface management system based on domestic environment
CN105809577A (en) Classification processing method of power plant information data on basis of rules and modules
CN112527880B (en) Method, device, equipment and medium for collecting metadata information of big data cluster
US20230385181A1 (en) Re-usable web-objects for use with automation tools
Hodge et al. Selection of SCADA application enabler software platforms

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20201030

WD01 Invention patent application deemed withdrawn after publication