CN104731650A - Acquisition method and device for system interface call information - Google Patents

Acquisition method and device for system interface call information Download PDF

Info

Publication number
CN104731650A
CN104731650A CN201310700017.3A CN201310700017A CN104731650A CN 104731650 A CN104731650 A CN 104731650A CN 201310700017 A CN201310700017 A CN 201310700017A CN 104731650 A CN104731650 A CN 104731650A
Authority
CN
China
Prior art keywords
system interface
layer
recalls information
interception object
call request
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
CN201310700017.3A
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.)
Qingdao Haier Air Conditioner Gen Corp Ltd
Haier Group Corp
Original Assignee
Qingdao Haier Air Conditioner Gen Corp Ltd
Haier Group Corp
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 Qingdao Haier Air Conditioner Gen Corp Ltd, Haier Group Corp filed Critical Qingdao Haier Air Conditioner Gen Corp Ltd
Priority to CN201310700017.3A priority Critical patent/CN104731650A/en
Publication of CN104731650A publication Critical patent/CN104731650A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides an acquisition method and device for system interface call information. The acquisition method includes: intercepting the call request of each layer of system interfaces and generating interception objects; pushing each interception object according to the call sequence of each layer; conducting pull processing on each interception object of the stack according to the last-in first-out sequence and adding end timestamps correspond to the pull time; and acquiring the call information of each layer of the system interfaces according to each pulled interception object. The acquisition method and device for the system interface call information can count the execution time of each business operation on the server side, and achieves the transparency of service codes and the purpose of accurate statistics without the need of program adjustment in the service codes.

Description

The acquisition methods of system interface recalls information and device
Technical field
The present invention relates to the communications field, particularly relate to a kind of acquisition methods and device of system interface recalls information.
Background technology
Along with the development of computer technology, user can install application program miscellaneous in computer systems, which to meet its different user demand, for various application program, obtain the frequency that it uses, the frequency of utilization according to each application program carrys out optimization system.
Current major part all follows MVC(model view controller model-view-controller based on the program of j2ee) framework, realized by software hierarchy, based on the application system that this framework is built, the business operation that the basic correspondence one of each action is concrete, an independent action as created order, how to count the recalls information of each business operation at server end, still there is no good solution at present.
Summary of the invention
Provide hereinafter about brief overview of the present invention, to provide about the basic comprehension in some of the present invention.Should be appreciated that this general introduction is not summarize about exhaustive of the present invention.It is not that intention determines key of the present invention or pith, and nor is it intended to limit the scope of the present invention.Its object is only provide some concept in simplified form, in this, as the preorder in greater detail discussed after a while.
On the one hand, the invention provides a kind of acquisition methods of system interface recalls information, comprising: the call request of each layer system interface is tackled respectively and generates interception object respectively; The sequencing called according to each layer by each interception object is stacked; Then by the order that last in, first out each interception object in storehouse carried out popping and process and add end time stamp corresponding to moment of popping; According to the recalls information of the corresponding each layer system interface of each interception object acquisition after popping.
On the other hand, present invention also offers a kind of acquisition device of system interface recalls information, comprising: blocker, for tackling respectively the call request of each layer system interface and generating interception object respectively; Stack module, stacked for the sequencing that each interception object is called according to each layer; By the order that last in, first out each interception object in storehouse carried out popping and process and add end time stamp corresponding to moment of popping; Data obtaining module, the corresponding recalls information of each interception object acquisition after popping for basis.
The acquisition methods of system interface recalls information provided by the invention and device, by tackling the call request of each layer system interface and creating interception object, the stacked of each interception object is controlled according to the sequencing called, and respectively tackle object according to each interception object sequential control that last in, first out and pop, obtain the recalls information of each layer system interface thus.Visible, this technical scheme can accurately obtain described recalls information, simultaneously based on Interception Technology with go out the transparence that stacked control also can accomplish each layer system interface business code, namely accomplishes the object of accurate count, again without the need to doing program adjustment in service code everywhere, implementation is simple.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the acquisition methods process flow diagram of system interface recalls information in the embodiment of the present invention;
Fig. 2 to Fig. 6 is the stacked and schematic diagram of popping of each interception object in the embodiment of the present invention;
Fig. 7 is the optional function structure chart of acquisition device of system interface recalls information in the embodiment of the present invention.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is the present invention's part embodiment, instead of whole embodiments.The element described in an accompanying drawing of the present invention or a kind of embodiment and feature can combine with the element shown in one or more other accompanying drawing or embodiment and feature.It should be noted that for purposes of clarity, accompanying drawing and eliminate expression and the description of unrelated to the invention, parts known to persons of ordinary skill in the art and process in illustrating.Based on the embodiment in the present invention, the every other embodiment that those of ordinary skill in the art obtain under the prerequisite not paying creative work, all belongs to the scope of protection of the invention.
Embodiment one:
Be illustrated in figure 1 the acquisition methods process flow diagram of system interface recalls information in the embodiment of the present invention, the invention provides a kind of acquisition methods of system interface recalls information, comprise step:
S11: the call request of each layer system interface is tackled respectively and generates interception object respectively;
S12: the sequencing called according to each layer by each interception object is stacked;
S13: being carried out popping by each interception object in storehouse by the order that last in, first out processes and add end time stamp corresponding to moment of popping;
S14: according to the recalls information of the corresponding each layer system interface of each interception object acquisition after popping.
In Dynamic System, the corresponding concrete business operation of each action, such as, create order etc., and adding up each business operation needs corresponding method in the information such as execution time of server end, present embodiments provides a kind of acquisition methods of recalls information.The recalls information acquisition methods that the present embodiment provides, by tackling call request and generating the method for tackling object, does not need to modify in the service code of system, just can get recalls information.
First, in system, the interface of different layers can send call request, first the call request of different system interfaces tackled and generate interception object respectively, optionally, described interception object comprises the call request of corresponding system interface and calls start time stamp, namely obtains and calls the call request of needs and the time starting to call to corresponding system interface.Described interception is not all tackle all call request, the optional call request in the face of each layer system interface, and the specified services operation will tackled according to pre-conditioned selection or rejecting do not need the address of tackling.Such as, the number of times of certain link of statistic of user accessing, needs the access of interception to described link, does not then need interception to the access of other links.
Tackle the call request of different system interface and generate interception object, namely marking call request, interception object can compare in a subsequent step, thus according to these interception object acquisition recalls information.
Then the sequencing called according to each layer by each interception object is stacked, and optionally, described system interface is divided into according to the sequencing called: WEB layer, operation layer, data Layer; In operation system, different layers is called, and stacked according to the order called.
According to the order that last in, first out, each interception object in storehouse is carried out process of popping subsequently, namely to the call request of corresponding system interface with call start time stamp and to pop process, the end time of adding correspondence while popping stabs.
Add end time stamp when popping, stab corresponding with the start time of calling generated when tackling before, obtain the recalls information of system interface according to the timestamp obtained.
Last basis pop after each interception object, described interception object is the call request to system interface, call the start time stamp and call the end time stamp, according to the recalls information of the corresponding each layer system of above-mentioned acquisition of information.
Optionally, the acquisition methods of described system interface recalls information also comprises: adopt asynchronous mode to send described recalls information.
Described asynchronous be a kind of communication modes, both sides do not need common clock, and transmit leg can at any time send, send information in have prompting take over party start receive information, there is stop bit such as start bit when end.The signal that the prompting take over party mentioned in the present invention starts to receive or terminate receipt message is, calls start time stamp and calls end time stamp.
Adopt asynchronous system to send recalls information and be applicable to bursty transmission, have dirigibility, the scope of application is comparatively wide, and laser propagation effect is more satisfactory, and statistics does not affect the performance of whole system.
In order to clearly describe the embodiment of the present invention, the relevant technical terms first related to the embodiment of the present invention is done some and is introduced:
Hornetq is one and supports cluster and various protocols, can embed, high performance asynchronous message system.
Struts2 blocker implemented interception before or after certain method of certain Action or Action of access.
Spring framework is that a lightweight controls reversion and the container frame towards tangent plane.
AOP is the abbreviation of Aspect Oriented Programming, means: towards tangent plane programming, is realized the unified a kind of technology safeguarded of program function by precompile mode and runtime dynamic proxy.
With the application of acquisition methods in hornetq system of the present embodiment system interface recalls information, technical scheme of the present invention might as well be further illustrated below.Optionally, blocker of the present invention can be Struts2 blocker.
Operation system, by statistics, is collected client-side program, is saved in the database of monitor supervision platform by hornetq message server by data, and user checks allocating stack information by Surveillance center is unified.
The business operation that the basic correspondence one of each action is concrete, the present embodiment adopts the blocker technology of struts2 to realize to the statistics of action, can configure in this blocker and whether enable this statistical function, by arranging a marker bit in this blocker, described marker bit acquiescence is enabled, also be provided with at this blocker the name single-unit needing the name single-unit of interception and do not need to tackle in addition: include and exclude name single-unit, namely operation system can select to tackle the business operation of specifying or according to actual needs not needing the address of tackling to weed out
Call operation layer below web layer, the unified aop function of spring framework that uses of operation layer calling data layer carries out unifying interception, namely records time and the contextual information of execution when carried out in this manner.
For example: create user operation
http://192.168.1.102:8080/user/createUser.action
Programmed logic corresponding to this function is:
CreateUserAction.java
---the createUser method of UserService.java class
The saveUser method of------UserDAO.java class
1, user accesses some business operations link (a corresponding action), is tackled by statistics blocker;
2, in blocker, record start time t1, the class name of current action, method name, and these information are kept in an object profileBeanTop, be kept in the stack that thread variable holds, the element now in storehouse is illustrated in figure 2:
profileBeanAction。
3, be finished successively other blockers logic after enter in concrete action program
4, Service Component the UserService.createUser () method of business logic processing can be called in CreateUserAction class, because have the aop of spring to tackle to the code of operation layer, when therefore performing, enter the interception statistical treatment of operation layer.
A: record enters the time t2 of business logic processing, the class UserService of the method createUser that business logic processing will perform and operation layer, and become an object profileBeanBiz to be pressed in stack these Information Organizations, the element now in stack is as being illustrated in figure 3:
profileBeanBiz,profileBeanAction。
B: calling data layer assembly in business logic processing, calling data layer can be tackled by the aop of spring again, therefore repeats as above step A, and by the information of data bank access method press-in stack, in stack, element is illustrated in figure 4:
profileBeanDAO,profileBeanBiz,profileBeanAction。
C: data bank access method is finished, the execution end time t22 ' of record data Layer method, the execution T.T. obtaining data bank access method is t3 '-t3, and statistical information object corresponding for data bank access method is ejected in stack, and the element at this moment in stack is illustrated in figure 5:
profileBeanBiz,profileBeanAction。
D: continue the remainder logic performing business logic processing method after database access is finished, if the logic performed still meets the statistics interception rule that spring aop configures, then repeat as above step and carry out stacked logic of popping, after business logic processing is finished, total execution time of record traffic logical process is t2 '-t2, then popped by stack top element, element is illustrated in figure 6: profileBeanAction.
E: business logic processing is finished, continues other logics performing action layer, meets aop interception rule as other operation layers of still needing in residue logic call, repeat as above logic, when action is finished, writing time t1 ', then the execution T.T. of action is t1 '-t1.
5, in the invoked procedure of as above A-E, the scene of certain data bank access method of recursive call in recursive call business logic processing method in an action or a business logic processing method may be there is, the total degree of the final it is of concern that circulation when statistics and circulating T.T. used, instead of each cyclical information repeated, therefore need to do these cyclical informations to merge, belonging to the sum of a method call in once calling and recording T.T., used herein is map object in java, before in each object press-in storehouse in as above step, capital using current class name+method name as key value, as UserService.createUser, the value that this key is corresponding is the number of times that this method performs, when aop interception enters statistic logic, corresponding number of times is found by this key in capital, circulation primary, corresponding number of times adds 1, execution time also does accumulation operations.
Embodiment two:
Be illustrated in figure 7 the optional function structure chart of acquisition device of system interface recalls information in the embodiment of the present invention, present invention also offers a kind of acquisition device of system port recalls information: comprising:
Blocker 31, for tackling respectively the call request of each layer system interface and generating interception object respectively;
Stack module 32, stacked for the sequencing that each interception object is called according to each layer; By the order that last in, first out each interception object in storehouse carried out popping and process and add end time stamp corresponding to moment of popping;
Data obtaining module 33, the recalls information of the corresponding each layer system interface of each interception object acquisition after popping for basis.
Tackled by the call request of blocker to different system interface and generate interception object, namely marking call request, interception object can compare in a subsequent step, thus according to these interception object acquisition recalls information.
Also comprising: information sending module 34, sending described recalls information for adopting asynchronous mode.
Adopt asynchronous system to send recalls information and be applicable to bursty transmission, have dirigibility, the scope of application is comparatively wide, and laser propagation effect is more satisfactory, and statistics does not affect the performance of whole system.
The call request of described blocker 31 pairs of different system interfaces is tackled and is generated interception object, optionally, described interception object comprises the call request of corresponding system interface and calls start time stamp, and namely described blocker 31 obtained corresponding system the interface interchange call request needed and the time starting to call.Meanwhile, can to tackle specified services operation according to pre-conditioned selection or reject the address not needing to tackle.
The sequencing that the interception object that blocker 31 obtains is called according to each layer by stack module 32 is stacked; By the order that last in, first out each interception object in storehouse carried out popping and process and add end time stamp corresponding to moment of popping.Optionally, each system interface is divided into according to the sequencing called: WEB layer, operation layer, data Layer.
Each interception object is carried out process of popping by stack module 32, described data obtaining module 33 bases pop after the recalls information of the corresponding each layer system interface of each interception object acquisition.
Be that information sending module 34 is sent by asynchronous mode to the recalls information of each layer system interface, transmit leg starts to receive or terminate receipt message by adding to call start time stamp and call end time stamp prompting take over party in interception object.
Optionally, being provided with the name single-unit needing the name single-unit of interception and do not need to tackle in described blocker: include and exclude name single-unit, operating or rejecting for selecting the specified services that will tackle as required the address not needing to tackle.
The present embodiment adopts the blocker technology of struts2 to realize to the statistics of action, can configure in this blocker and whether enable this statistical function, by arranging a marker bit in this blocker, described marker bit acquiescence is enabled, also be provided with include and exclude name single-unit at this blocker in addition, namely operation system can select to tackle the business operation of specifying or according to actual needs not needing the address of tackling to weed out.
The call request of system interface provided by the invention also creates interception object, the stacked of each interception object is controlled according to the sequencing called, and respectively tackle object according to each interception object sequential control that last in, first out and pop, obtain the recalls information of each layer system interface thus.Visible, technical solutions according to the invention can accurately obtain described recalls information, simultaneously based on Interception Technology with go out the transparence that stacked control can also accomplish each layer system interface business code, under the object of accomplishing accurate count, again without the need to doing program adjustment in service code everywhere, the mode of realization is simple.
State in each embodiment on the invention, the sequence number of embodiment and/or sequencing are only convenient to describe, and do not represent the quality of embodiment.The description of each embodiment is all emphasized particularly on different fields, in certain embodiment, there is no the part described in detail, can see the associated description of other embodiments.
Although last it is noted that described the present invention and advantage thereof in detail above, be to be understood that and can carry out various change when not exceeding the spirit and scope of the present invention limited by appended claim, substituting and converting.And scope of the present invention is not limited only to the specific embodiment of process, equipment, means, method and step described by instructions.One of ordinary skilled in the art will readily appreciate that from disclosure of the present invention, can use perform the function substantially identical with corresponding embodiment described herein or obtain and its substantially identical result, existing and that will be developed in the future process, equipment, means, method or step according to the present invention.Therefore, appended claim is intended to comprise such process, equipment, means, method or step in their scope.

Claims (10)

1. an acquisition methods for system interface recalls information, is characterized in that, comprising:
The call request of each layer system interface is tackled respectively and generates interception object respectively;
The sequencing called according to each layer by each interception object is stacked;
By the order that last in, first out each interception object in storehouse carried out popping and process and add end time stamp corresponding to moment of popping;
According to the recalls information of the corresponding each layer system interface of each interception object acquisition after popping.
2. the acquisition methods of system interface recalls information according to claim 1, is characterized in that, described system interface is divided into according to the sequencing called: WEB layer, operation layer, data Layer.
3. the acquisition methods of system interface recalls information according to claim 1, is characterized in that, described interception object comprises the call request of corresponding system interface and calls start time stamp.
4. the acquisition methods of system interface recalls information according to claim 1, it is characterized in that, the described call request to each layer system interface is tackled respectively, comprise: to the call request of each layer system interface, the specified services operation will tackled according to pre-conditioned selection or rejecting do not need the address of tackling.
5. the acquisition methods of system interface recalls information according to claim 1, is characterized in that, also comprise: adopt asynchronous mode to send described recalls information.
6. an acquisition device for system interface recalls information, is characterized in that, comprising:
Blocker, for tackling respectively the call request of each layer system interface and generating interception object respectively;
Stack module, stacked for the sequencing that each interception object is called according to each layer; By the order that last in, first out each interception object in storehouse carried out popping and process and add end time stamp corresponding to moment of popping;
Data obtaining module, the recalls information of the corresponding each layer system interface of each interception object acquisition after popping for basis.
7. the acquisition device of system interface recalls information according to claim 6, is characterized in that, described system interface is divided into according to the sequencing called: WEB layer, operation layer, data Layer.
8. the acquisition device of system interface recalls information according to claim 6, is characterized in that, described interception object comprises the call request of corresponding system interface and calls start time stamp.
9. the acquisition device of system interface recalls information according to claim 6, it is characterized in that, described blocker is when tackling respectively the call request of each layer system interface, specifically for the call request to each layer system interface, the specified services operation will tackled according to pre-conditioned selection or rejecting do not need the address of tackling.
10. the acquisition device of system interface recalls information according to claim 6, is characterized in that, also comprise: information sending module, sends described recalls information for adopting asynchronous mode.
CN201310700017.3A 2013-12-18 2013-12-18 Acquisition method and device for system interface call information Pending CN104731650A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310700017.3A CN104731650A (en) 2013-12-18 2013-12-18 Acquisition method and device for system interface call information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310700017.3A CN104731650A (en) 2013-12-18 2013-12-18 Acquisition method and device for system interface call information

Publications (1)

Publication Number Publication Date
CN104731650A true CN104731650A (en) 2015-06-24

Family

ID=53455565

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310700017.3A Pending CN104731650A (en) 2013-12-18 2013-12-18 Acquisition method and device for system interface call information

Country Status (1)

Country Link
CN (1) CN104731650A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106909325A (en) * 2016-06-30 2017-06-30 阿里巴巴集团控股有限公司 Daily record Method of printing and device and daily record print system
CN110618940A (en) * 2019-09-19 2019-12-27 腾讯科技(深圳)有限公司 Stack information tracking method and device, computer readable medium and computing device
CN110780883A (en) * 2018-07-30 2020-02-11 网宿科技股份有限公司 Method call chain tracking method, electronic device, and computer-readable storage medium
CN112231379A (en) * 2020-10-16 2021-01-15 苏州浪潮智能科技有限公司 API (application program interface) auditing method, device, equipment and storage medium based on micro-service architecture
CN113672458A (en) * 2021-08-18 2021-11-19 北京基调网络股份有限公司 Application program monitoring method, electronic equipment and storage medium
CN113760584A (en) * 2021-09-23 2021-12-07 北京字跳网络技术有限公司 Performance analysis data acquisition method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6839708B1 (en) * 2002-02-26 2005-01-04 Sprint Communication Company L.P. Computer system having an authentication and/or authorization routing service and a CORBA-compliant interceptor for monitoring the same
CN101262498A (en) * 2008-04-22 2008-09-10 华为技术有限公司 A distributed message call method and device
CN101276271A (en) * 2007-03-29 2008-10-01 北京邮电大学 Method and interceptor system facing to tangent plane programming
CN102508702A (en) * 2011-10-20 2012-06-20 北京金和软件股份有限公司 Method for processing common service logic by performing interception based on AOP (aspect-oriented programming) technology
CN103150155A (en) * 2011-12-07 2013-06-12 金蝶软件(中国)有限公司 Data interception method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6839708B1 (en) * 2002-02-26 2005-01-04 Sprint Communication Company L.P. Computer system having an authentication and/or authorization routing service and a CORBA-compliant interceptor for monitoring the same
CN101276271A (en) * 2007-03-29 2008-10-01 北京邮电大学 Method and interceptor system facing to tangent plane programming
CN101262498A (en) * 2008-04-22 2008-09-10 华为技术有限公司 A distributed message call method and device
CN102508702A (en) * 2011-10-20 2012-06-20 北京金和软件股份有限公司 Method for processing common service logic by performing interception based on AOP (aspect-oriented programming) technology
CN103150155A (en) * 2011-12-07 2013-06-12 金蝶软件(中国)有限公司 Data interception method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
卞世晖等: "基于AOP理念的Struts2拦截器的研究与应用", 《电子设计工程》 *
周蝌蚪: "Spring AOP的方式监控方法的执行时间", 《HTTP://WWW.CNBLOGS.COM/ZHOUKEDOU/ARCHIVE/2013/04/12/3017005.HTML》 *
邯郸人: "Spring AOP 性能监控器", 《HTTPS://WEB.ARCHIVE.ORG/WEB/20130710013514/HTTPS://WWW.CNBLOGS.COM/DONLIANLI/P/3176828.HTML》 *
闫波等: "基于拦截器实现EJB容器方法调用", 《北京理工大学学报》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106909325A (en) * 2016-06-30 2017-06-30 阿里巴巴集团控股有限公司 Daily record Method of printing and device and daily record print system
CN106909325B (en) * 2016-06-30 2020-08-18 阿里巴巴集团控股有限公司 Log printing method and device and log printing system
CN110780883A (en) * 2018-07-30 2020-02-11 网宿科技股份有限公司 Method call chain tracking method, electronic device, and computer-readable storage medium
CN110618940A (en) * 2019-09-19 2019-12-27 腾讯科技(深圳)有限公司 Stack information tracking method and device, computer readable medium and computing device
CN110618940B (en) * 2019-09-19 2024-02-06 腾讯科技(深圳)有限公司 Stack information tracking method, device, computer readable medium and computing device
CN112231379A (en) * 2020-10-16 2021-01-15 苏州浪潮智能科技有限公司 API (application program interface) auditing method, device, equipment and storage medium based on micro-service architecture
CN113672458A (en) * 2021-08-18 2021-11-19 北京基调网络股份有限公司 Application program monitoring method, electronic equipment and storage medium
CN113672458B (en) * 2021-08-18 2022-09-09 北京基调网络股份有限公司 Application program monitoring method, electronic equipment and storage medium
CN113760584A (en) * 2021-09-23 2021-12-07 北京字跳网络技术有限公司 Performance analysis data acquisition method, device, equipment and storage medium
CN113760584B (en) * 2021-09-23 2023-07-25 北京字跳网络技术有限公司 Performance analysis data acquisition method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111767143B (en) Transaction data processing method, device, equipment and system
CN104731650A (en) Acquisition method and device for system interface call information
US9489189B2 (en) Dynamically generate and execute a context-specific patch installation procedure on a computing system
CN107645562A (en) Data transmission processing method, device, equipment and system
US11520825B2 (en) Method and system for converting one type of data schema to another type of data schema
CN108984170A (en) The multilingual rendering method of the H5 page and device
CN105119966A (en) Official account management method and device
CN106686021B (en) Service calling method and gateway
CN110347383A (en) The front end development approach and device of cross-platform desktop application
CN104731564A (en) Generation method and device for system interface call records
CN106649164A (en) Hardware interface management method
CN103324713A (en) Data processing method and device in multistage server and data processing system
CN110389859A (en) Method, equipment and computer program product for copied chunks
CN1881891A (en) Method for storing configuration data of communication equipment
CN106888264A (en) A kind of method for interchanging data and device
CN113556359A (en) Communication protocol conversion method, device, system and gateway device
CN108021462A (en) Method and apparatus for calling cloud service
CN111767149A (en) Scheduling method, device, equipment and storage equipment
CN103561113A (en) Web Service interface generating method and device
CN110022323A (en) A kind of method and system of the cross-terminal real-time, interactive based on WebSocket and Redux
CN112667393B (en) Method and device for building distributed task computing scheduling framework and computer equipment
CN104468505A (en) Safety audit log playing method and device
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
CN108536429A (en) A kind of method, apparatus, storage medium and the electronic equipment of exploitation software
CN110935168B (en) Distributed ID generation method, device and equipment for global uniform architecture

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150624

RJ01 Rejection of invention patent application after publication