CN112019383B - Method, device and equipment for positioning access problem of shared file and readable storage medium - Google Patents

Method, device and equipment for positioning access problem of shared file and readable storage medium Download PDF

Info

Publication number
CN112019383B
CN112019383B CN202010850392.6A CN202010850392A CN112019383B CN 112019383 B CN112019383 B CN 112019383B CN 202010850392 A CN202010850392 A CN 202010850392A CN 112019383 B CN112019383 B CN 112019383B
Authority
CN
China
Prior art keywords
shared file
command word
target
command
response
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010850392.6A
Other languages
Chinese (zh)
Other versions
CN112019383A (en
Inventor
侯胜伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010850392.6A priority Critical patent/CN112019383B/en
Publication of CN112019383A publication Critical patent/CN112019383A/en
Application granted granted Critical
Publication of CN112019383B publication Critical patent/CN112019383B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0677Localisation of faults
    • 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/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0631Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for positioning access problems of shared files, which comprises the following steps: analyzing the received shared file access request to obtain each target request command word; counting each target request command word to obtain the receiving number of the command words; generating target response command words according to the target request command words; counting each target response command word to obtain the response number of the command word; and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words. By applying the technical scheme provided by the embodiment of the invention, the positioning process of the access problem of the shared file of the response type of the command word is simplified, and the positioning efficiency of the access problem of the shared file is improved. The invention also discloses a device, equipment and a storage medium for positioning the access problem of the shared file, and the device, the equipment and the storage medium have corresponding technical effects.

Description

Method, device and equipment for positioning access problem of shared file and readable storage medium
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for locating an access problem of a shared file.
Background
When accessing a shared file via a network sharing protocol, a plurality of users typically access the shared file simultaneously via different clients. When the client has an access interruption problem, it is common to analyze whether there is error information by looking at the log in order to locate the problem.
However, if the client actively breaks the link due to the unresponsive request, the analysis log is difficult to locate the access problem of the shared file in response to the command word, and the efficiency of locating the access problem of the shared file is low.
In summary, how to effectively solve the problems of difficult problem location, low efficiency and the like of the existing method for analyzing logs to access shared files is a problem that needs to be solved urgently by technical personnel in the field.
Disclosure of Invention
The invention aims to provide a method for positioning the access problems of shared files, which simplifies the positioning process of the access problems of the shared files for responding command words and improves the positioning efficiency of the access problems of the shared files; another object of the present invention is to provide a shared file access problem locating device, apparatus and computer readable storage medium.
In order to solve the technical problems, the invention provides the following technical scheme:
a method for locating an access problem of a shared file comprises the following steps:
analyzing the received shared file access request to obtain each target request command word;
performing statistical operation on each target request command word to obtain the receiving number of the command words;
generating each target response command word according to each target request command word;
counting each target response command word to obtain the response number of the command word;
and positioning the access problem of the shared file according to the command word receiving number and the command word response number.
In a specific embodiment of the present invention, the performing access problem location of shared files according to the number of received command words and the number of response command words includes:
judging whether the number of the received command words is larger than the number of the response command words;
and if so, determining that the shared file access problem exists.
In an embodiment of the present invention, performing a statistical operation on each of the target request command words includes:
respectively searching a target structure body corresponding to each target request command word from a preset array;
and performing statistical operation on each target request command word by using each target structure body.
In an embodiment of the present invention, before performing a statistical operation on each target request command word to obtain a received number of command words, the method further includes:
and initializing the preset array.
In a specific embodiment of the present invention, after performing shared file access problem location according to the number of command word receptions and the number of command word responses, the method further includes:
receiving a shared file access problem query command;
obtaining a positioning result of the access problem of the shared file;
and returning the positioning result of the access problem of the shared file to the inquiring party.
In a specific embodiment of the present invention, after the returning the shared file access problem location result to the querying party, the method further includes:
receiving an array reset command;
and carrying out reset operation on the preset array.
A shared file access problem locating device, comprising:
the request command word obtaining module is used for analyzing the received shared file access request to obtain each target request command word;
the request command word counting module is used for carrying out counting operation on each target request command word to obtain the receiving number of the command words;
a response command word generation module for generating each target response command word according to each target request command word;
the response command word counting module is used for carrying out counting operation on each target response command word to obtain the response number of the command words;
and the access problem positioning module is used for positioning the access problems of the shared files according to the receiving number of the command words and the response number of the command words.
In an embodiment of the present invention, the request command word statistic module includes:
the structure body searching submodule is used for respectively searching a target structure body corresponding to each target request command word from a preset array;
and the request command word counting submodule is used for carrying out counting operation on each target request command word by using each target structure body.
A shared file access problem locating device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method for locating the access problem of the shared file when executing the computer program.
A computer-readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the shared file access problem location method as set out above.
By applying the method provided by the embodiment of the invention, the received shared file access request is analyzed to obtain each target request command word; counting each target request command word to obtain the receiving number of the command words; generating target response command words according to the target request command words; counting each target response command word to obtain the response number of the command word; and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words. By counting the number of received command words and the number of responded command words and positioning the access problems of the shared files according to the counting result, the positioning process of the access problems of the shared files with the command words as response classes is simplified, and the positioning efficiency of the access problems of the shared files is improved.
Accordingly, embodiments of the present invention further provide a device, an apparatus, and a computer-readable storage medium for locating a shared file access problem corresponding to the method for locating a shared file access problem, which have the above technical effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart of an implementation of a method for locating an access problem of a shared file according to an embodiment of the present invention;
FIG. 2 is a flowchart of another implementation of a method for locating an access problem of a shared file according to an embodiment of the present invention;
FIG. 3 is a block diagram of a shared file access problem locating device according to an embodiment of the present invention;
fig. 4 is a block diagram of a shared file access problem locating device according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
The first embodiment is as follows:
referring to fig. 1, fig. 1 is a flowchart of an implementation of a method for locating a shared file access problem according to an embodiment of the present invention, where the method may include the following steps:
s101: and analyzing the received shared file access request to obtain each target request command word.
And establishing a corresponding smbd process for each client in advance. When a client needs to access a shared File, namely a user shares a CIFS (common Internet File System), a shared File access request is sent to a corresponding smbd process, the smbd process receives the shared File access request, the shared File access request comprises target request command words, and different target request command words indicate that different parts in the shared File need to be accessed. And the smbd process analyzes the received shared file access request to obtain each target request command word.
S102: and carrying out statistical operation on the command words of the target requests to obtain the receiving number of the command words.
After analyzing and obtaining each target request command word, carrying out statistical operation on each target request command word to obtain the receiving number of the command words.
It should be noted that the statistical manner of each target request command word may be set and adjusted according to actual situations, which is not limited in the embodiments of the present invention, for example, when the total number of each target request command word is small, the target request command words may be merged and counted, and when the total number of each target request command word is large, the target request command words may be counted respectively.
S103: and generating each target response command word according to each target request command word.
And after analyzing to obtain each target request command word, generating each target response command word according to each target request command word so as to provide CIFS network sharing protocol service by utilizing the smbd process.
S104: and carrying out statistical operation on each target response command word to obtain the response number of the command words.
After generating each target response command word, carrying out statistical operation on each target response command word to obtain the response number of the command words.
It should be noted that the statistical manner of each target response command word may be set and adjusted according to actual situations, which is not limited in the embodiment of the present invention, for example, when the total number of each target response command word is small, the target response command words may be merged and counted, and when the total number of each target response command word is large, the target response command words may be counted respectively.
S105: and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words.
And after the command word receiving number and the command word response number are respectively obtained through statistics, positioning the access problem of the shared file according to the command word receiving number and the command word response number. Specifically, the shared file access problem is positioned by comparing whether the command word receiving number and the command word response number are the same. When the command word receiving number is the same as the command word response number, the smbd process is proved to completely respond to the shared file access request sent by the client; when the number of the received command words is larger than the number of the command word responses, the smbd process is shown to be unable to successfully respond some target request command words in the target request command words, and the shared file access problem can be positioned according to the target request command words which are not successfully responded. By counting the number of received command words and the number of responded command words and positioning the access problems of the shared files according to the counting result, the positioning process of the access problems of the shared files with the command words as response classes is simplified, and the positioning efficiency of the access problems of the shared files is improved.
By applying the method provided by the embodiment of the invention, the received shared file access request is analyzed to obtain each target request command word; counting each target request command word to obtain the receiving number of the command words; generating target response command words according to the target request command words; counting each target response command word to obtain the response number of the command word; and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words. By counting the number of received command words and the number of responded command words and positioning the access problems of the shared files according to the counting result, the positioning process of the access problems of the shared files with the command words as response classes is simplified, and the positioning efficiency of the access problems of the shared files is improved.
It should be noted that, based on the first embodiment, the embodiment of the present invention further provides a corresponding improvement scheme. In the following embodiments, steps that are the same as or correspond to those in the first embodiment may be referred to each other, and corresponding advantageous effects may also be referred to each other, which are not described in detail in the following modified embodiments.
Example two:
s201: and analyzing the received shared file access request to obtain each target request command word.
S202: and carrying out initialization operation on the preset array.
Arrays for counting the request command words and the response command words are preset. And when the smbd process is started, initializing the preset array. By initializing the preset array in the smbd process, the influence of the response result of the previous shared file access request on the statistics of the response result of the current shared file access request is avoided, and the accuracy of the follow-up positioning of the shared file access problem is improved.
S203: and respectively searching a target structure body corresponding to each target request command word from the preset array.
The method comprises the steps of acquiring the number of command words contained in a CIFS (common information platform) network sharing protocol in advance, deploying structural bodies with corresponding number in a preset number group according to the number of the command words, and setting the corresponding relation between each command word and each structural body, wherein each structural body contains the number of command word receiving and the number of command word responding. And respectively searching the target structure bodies corresponding to the target request command words from the preset array after analyzing to obtain the target request command words.
S204: and performing statistical operation on each target request command word by using each target structure body.
And after the target structure body corresponding to each target request command word is found, performing statistical operation on each target request command word by using each target structure body. By setting the corresponding target structure bodies for each target request command word, the positioning of the access problems of the shared files is conveniently and timely carried out when the unresponsive target request command words appear, and the positioning efficiency of the access problems of the shared files is further improved.
S205: and generating each target response command word according to each target request command word.
S206: and performing statistical operation on each target response command word to obtain the response number of the command words.
S207: and judging whether the number of the received command words is larger than the number of the response command words, if so, executing the step S208, and if not, outputting normal prompt information of the access of the shared file.
S208: it is determined that a shared file access problem exists.
S209: and receiving a shared file access problem query command.
When the shared file access result needs to be queried, a shared file access problem query command is sent to the smbd process, for example, an MSG _ SMB _ STAT _ slow _ REQ ═ xxx is sent to the smbd process, wherein the xxx represents a specific numerical value which is agreed in advance between a query command sender and the smbd process and is used for establishing query message communication, and the xxx can be defined by self according to specific implementation. The sending of the access problem query command can be realized by sending a shared file access problem query command to the smbd process corresponding to the target process number through show-smb-static implementation logic. And the smbd process receives a shared file access problem query command.
S210: and acquiring a positioning result of the access problem of the shared file.
And after receiving the query command of the shared file access problem, acquiring a positioning result of the shared file access problem.
S211: and returning the positioning result of the access problem of the shared file to the inquiring party.
And after the positioning result of the access problem of the shared file is obtained, returning the positioning result of the access problem of the shared file to the inquiring party, if the smbd process returns MSG _ SMB _ STAT _ SHOW _ RSP to the inquiring command sender, wherein xxx represents a specific numerical value which is agreed in advance between the smbd process and the inquiring command sender and is used for establishing information return message communication, and the xxx can be defined by self according to specific implementation.
S212: an array reset command is received.
When the command word in a certain array needs to be reset, an array reset command is sent to the smbd process, for example, MSG _ SMB _ STAT _ RST _ xxx is sent to the smbd process, where xxx represents a specific numerical value for establishing reset message communication agreed in advance between a reset command sender and the smbd process, and may be defined by itself according to a specific implementation. Array reset command sending can be realized by sending an array reset command to the smbd process corresponding to the target process number through reset-smb-static implementation logic. The smbd process receives an array reset command.
S213: and carrying out reset operation on the preset array.
After receiving the array reset command, the reset operation is carried out on the preset array. By resetting the preset array, the influence of a large number of response results generated by the previous shared file access request on the statistics of the response results of the subsequent shared file access request is avoided, and the accuracy of the subsequent positioning of the shared file access problem is improved.
Corresponding to the above method embodiments, the embodiments of the present invention further provide a device for locating an access problem of a shared file, where the device for locating an access problem of a shared file described below and the method for locating an access problem of a shared file described above may be referred to in a corresponding manner.
Referring to fig. 3, fig. 3 is a block diagram of a shared file access problem locating apparatus according to an embodiment of the present invention, where the apparatus may include:
a request command word obtaining module 31, configured to parse the received shared file access request to obtain each target request command word;
a request command word counting module 32, configured to perform a counting operation on each target request command word to obtain a command word receiving number;
a response command word generating module 33 for generating each target response command word according to each target request command word;
a response command word counting module 34, configured to perform a counting operation on each target response command word to obtain a command word response number;
and the access problem positioning module 35 is configured to perform shared file access problem positioning according to the command word receiving number and the command word response number.
The device provided by the embodiment of the invention is applied to analyze the received shared file access request to obtain each target request command word; counting each target request command word to obtain the receiving number of the command words; generating target response command words according to the target request command words; counting each target response command word to obtain the response number of the command word; and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words. By counting the number of received command words and the number of responded command words and positioning the access problems of the shared files according to the counting result, the positioning process of the access problems of the shared files with the command words as response classes is simplified, and the positioning efficiency of the access problems of the shared files is improved.
In one embodiment of the present invention, the interview question positioning module 35 comprises:
the judging submodule is used for judging whether the receiving number of the command words is larger than the response number of the command words;
and the access problem determining submodule is used for determining that the shared file access problem exists when the receiving number of the command words is larger than the response number of the command words.
In one embodiment of the present invention, the request command word statistic module 32 includes:
the structure body searching submodule is used for respectively searching a target structure body corresponding to each target request command word from the preset array;
and the request command word counting submodule is used for carrying out counting operation on each target request command word by utilizing each target structure body.
In one embodiment of the present invention, the apparatus may further include:
and the array initialization module is used for initializing the preset array before counting the target request command words to obtain the receiving number of the command words.
In one embodiment of the present invention, the apparatus may further include:
the query command receiving module is used for receiving a query command of the access problem of the shared file after the access problem of the shared file is positioned according to the command word receiving number and the command word response number;
the problem positioning result acquisition module is used for acquiring a shared file access problem positioning result;
and the result returning module is used for returning the shared file access problem positioning result to the inquiring party.
In one embodiment of the present invention, the apparatus may further include:
the reset command receiving module is used for receiving an array reset command after the display operation is carried out on the positioning result of the access problem of the shared file;
and the resetting module is used for resetting the preset array.
Corresponding to the above method embodiment, referring to fig. 4, fig. 4 is a schematic diagram of a shared file access problem locating device provided by the present invention, where the device may include:
a memory 41 for storing a computer program;
the processor 42, when executing the computer program stored in the memory 41, may implement the following steps:
analyzing the received shared file access request to obtain each target request command word; counting each target request command word to obtain the receiving number of the command words; generating target response command words according to the target request command words; performing statistical operation on each target response command word to obtain the response number of the command words; and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words.
For the introduction of the device provided by the present invention, please refer to the above method embodiment, which is not described herein again.
Corresponding to the above method embodiment, the present invention further provides a computer-readable storage medium having a computer program stored thereon, the computer program, when executed by a processor, implementing the steps of:
analyzing the received shared file access request to obtain each target request command word; counting each target request command word to obtain the receiving number of the command words; generating target response command words according to the target request command words; counting each target response command word to obtain the response number of the command word; and positioning the access problem of the shared file according to the receiving number of the command words and the response number of the command words.
The computer-readable storage medium may include: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, an optical disk, or other various media capable of storing program codes.
For the introduction of the computer-readable storage medium provided by the present invention, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device, the apparatus and the computer-readable storage medium disclosed in the embodiments correspond to the method disclosed in the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method. The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (7)

1. A method for locating an access problem of a shared file is characterized by comprising the following steps:
analyzing the received shared file access request to obtain each target request command word;
respectively searching a target structure body corresponding to each target request command word from a preset array;
performing statistical operation on each target request command word by using each target structure body to obtain the receiving number of the command words;
generating each target response command word according to each target request command word;
performing statistical operation on each target response command word to obtain the response number of the command words;
judging whether the receiving number of the command words is larger than the response number of the command words;
and if so, determining that the shared file access problem exists.
2. The method of claim 1, wherein before performing a statistical operation on each target request command word to obtain a received number of command words, the method further comprises:
and initializing the preset array.
3. The method of claim 1, after locating the problem of accessing the shared file according to the number of the received command words and the number of the response command words, further comprising:
receiving a shared file access problem query command;
obtaining a positioning result of the access problem of the shared file;
and returning the positioning result of the access problem of the shared file to the inquiring party.
4. The method of claim 3, wherein after the step of returning the result of locating the shared file access question to the querying party, further comprising:
receiving an array reset command;
and carrying out reset operation on the preset array.
5. A shared file access problem locating apparatus, comprising:
the request command word obtaining module is used for analyzing the received shared file access request to obtain each target request command word;
the request command word counting module is used for respectively searching a target structure body corresponding to each target request command word from a preset array; performing statistical operation on each target request command word by using each target structure body to obtain the receiving number of the command words;
a response command word generation module for generating each target response command word according to each target request command word;
the response command word counting module is used for carrying out counting operation on each target response command word to obtain the response number of the command words;
the access problem positioning module is used for judging whether the receiving number of the command words is larger than the response number of the command words; and if so, determining that the shared file access problem exists.
6. A shared file access problem locating device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of locating a shared file access problem according to any one of claims 1 to 4 when executing said computer program.
7. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method for locating a shared file access problem according to any one of claims 1 to 4.
CN202010850392.6A 2020-08-21 2020-08-21 Method, device and equipment for positioning access problem of shared file and readable storage medium Active CN112019383B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010850392.6A CN112019383B (en) 2020-08-21 2020-08-21 Method, device and equipment for positioning access problem of shared file and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010850392.6A CN112019383B (en) 2020-08-21 2020-08-21 Method, device and equipment for positioning access problem of shared file and readable storage medium

Publications (2)

Publication Number Publication Date
CN112019383A CN112019383A (en) 2020-12-01
CN112019383B true CN112019383B (en) 2022-07-08

Family

ID=73505482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010850392.6A Active CN112019383B (en) 2020-08-21 2020-08-21 Method, device and equipment for positioning access problem of shared file and readable storage medium

Country Status (1)

Country Link
CN (1) CN112019383B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103368944A (en) * 2013-05-30 2013-10-23 华南理工大学广州学院 Memory shared network architecture and protocol specifications for same
CN105580335A (en) * 2013-09-26 2016-05-11 国际商业机器公司 Enhanced mechanisms for granting access to shared resources

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103368944A (en) * 2013-05-30 2013-10-23 华南理工大学广州学院 Memory shared network architecture and protocol specifications for same
CN105580335A (en) * 2013-09-26 2016-05-11 国际商业机器公司 Enhanced mechanisms for granting access to shared resources

Also Published As

Publication number Publication date
CN112019383A (en) 2020-12-01

Similar Documents

Publication Publication Date Title
CN110300050B (en) Message pushing method and device, computer equipment and storage medium
US20110029657A1 (en) Tracking high-level network transactions
CN111756644B (en) Hot spot current limiting method, system, equipment and storage medium
JP2015508543A (en) Processing store visit data
CN111786984B (en) Pod communication connection method and device, electronic equipment and storage medium
CN111246406A (en) Short message sending method, system, storage medium and terminal equipment
CN112291365B (en) Access balance processing method, device, computer equipment and storage medium
CN113596078A (en) Service problem positioning method and device
CN112019383B (en) Method, device and equipment for positioning access problem of shared file and readable storage medium
CN112866062B (en) Distributed pressure test system, method, device, equipment and storage medium
CN111581226B (en) Data sharing method and device based on big data platform and administrative enterprise cloud platform
CN117290557A (en) Data loading method, related device, equipment and readable storage medium
CN111600929B (en) Transmission line detection method, routing strategy generation method and proxy server
CN113542420A (en) Hotspot file processing method and device, electronic equipment and medium
CN110442439B (en) Task process processing method and device and computer equipment
CN113254480A (en) Data query method and device
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN114610762A (en) Three-level response method, system, equipment and storage medium for data request
CN114153696A (en) Cloud native application health detection method and device, computer equipment and storage medium
CN110287428B (en) URL data mining method and system
CN111552674B (en) Log processing method and equipment
CN114520808A (en) Request processing method and device, electronic equipment and computer readable storage medium
CN114615176B (en) Message testing method and device and electronic equipment
KR102324017B1 (en) Method for analyzing sensor data of internet of things, apparatus and system for executing the method
CN113301136B (en) Service request processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant