CN111858043B - Service request processing method and device, storage medium and electronic device - Google Patents

Service request processing method and device, storage medium and electronic device Download PDF

Info

Publication number
CN111858043B
CN111858043B CN202010665130.2A CN202010665130A CN111858043B CN 111858043 B CN111858043 B CN 111858043B CN 202010665130 A CN202010665130 A CN 202010665130A CN 111858043 B CN111858043 B CN 111858043B
Authority
CN
China
Prior art keywords
service
processing
determining
processing time
statistical result
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
CN202010665130.2A
Other languages
Chinese (zh)
Other versions
CN111858043A (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.)
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Haier Uplus Intelligent Technology Beijing 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 Haier Uplus Intelligent Technology Beijing Co Ltd filed Critical Haier Uplus Intelligent Technology Beijing Co Ltd
Priority to CN202010665130.2A priority Critical patent/CN111858043B/en
Publication of CN111858043A publication Critical patent/CN111858043A/en
Application granted granted Critical
Publication of CN111858043B publication Critical patent/CN111858043B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3433Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment for load management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3452Performance evaluation by statistical analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5022Workload threshold
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/508Monitor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a service request processing method and device, a storage medium and an electronic device, wherein the method comprises the steps of receiving one or more service requests sent by a terminal; generating a processing log of the one or more service requests according to the processing condition of the one or more service requests, wherein the processing log at least indicates the starting processing time and the processing completion time of each service request; and counting the processing log to obtain a statistical result, wherein the statistical result comprises the following steps: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests; and determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the designated adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.

Description

Service request processing method and device, storage medium and electronic device
Technical Field
The present invention relates to the field of communications, and in particular, to a method and apparatus for processing a service request, a storage medium, and an electronic device.
Background
Some service frameworks, such as the dubbo service, are used in large numbers in daily development and maintenance processes as a high-performance, lightweight open-cell java RPC framework. Often, a situation that the dubbo service is called for a long time, which results in failure of service call is encountered. With the continuous development of services, more and more dubbo services are called, hundreds of identical dubbo services can be operated simultaneously, and at this time, the dubbo services are easy to generate overtime conditions, so that service resources cannot meet the requirements of service requests.
Aiming at the problem that service resources in the related technology cannot meet the requirement of service requests, a better solution does not exist yet.
Disclosure of Invention
The embodiment of the invention provides a method and a device for processing a service request, a storage medium and an electronic device, which are used for at least solving the problem that service resources in the related art cannot meet the requirements of the service request.
According to an embodiment of the present invention, there is provided a method for processing a service request, including:
receiving one or more service requests sent by a terminal;
generating processing logs of the one or more service requests according to the processing conditions of the one or more service requests, wherein the processing logs at least indicate the starting processing time and the processing completion time of each service request;
And counting the processing log to obtain a statistical result, wherein the statistical result comprises the following steps: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests;
and determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the designated adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.
In an exemplary embodiment, the determining whether the current service resource meets the requirement of the one or more service requests according to the statistics includes:
determining a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
Determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first proportion exceeds a preset first proportion threshold value;
under the condition that the current service resource is determined not to meet the service request requirement, the server side performs specified adjustment processing, including:
and adding the service resource under the condition that the current service resource is determined not to meet the service request requirement.
In an exemplary embodiment, the determining whether the current service resource meets the requirement of the one or more service requests according to the statistics includes:
determining a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
Determining that the current service resource does not meet the requirements of the one or more service requests when the first proportion is smaller than a preset second proportion threshold, the average value of the processing time is lower than a preset average value threshold, and the maximum processing time is higher than a preset maximum processing time threshold;
under the condition that the current service resource is determined not to meet the service request requirement, the server side performs specified adjustment processing, including:
and prompting whether to restart the service resource under the condition that the current service resource does not meet the service request requirement.
In an exemplary embodiment, the generating the processing log of the one or more service requests according to the processing situation of the one or more service requests includes:
determining the start processing time and the processing completion time of each of the service requests with a filter after the one or more service requests enter a caller, wherein the caller is configured to invoke a service resource according to the service request;
the processing logs of the one or more service requests are generated based at least on the start processing time and the processing completion time of each of the service requests.
According to another embodiment of the present invention, there is provided a method for processing a service request, including:
sending a service request to a service end, wherein the service request is used for indicating the service end to generate processing logs of one or more service requests according to the processing conditions of the one or more service requests, and the processing logs at least indicate the processing time of each service request; the service request is further used for indicating the service end to count the processing log to obtain a statistical result, wherein the statistical result comprises: a number of the one or more service requests and a processing time of each of the one or more service requests; the service request is further used for indicating the service end to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
Determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first proportion exceeds a preset first proportion threshold value;
the service request is further used for indicating the service end to increase the service resource under the condition that the current service resource is determined not to meet the service request requirement.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the first proportion is smaller than a preset second proportion threshold, the average value of the processing time is lower than a preset average value threshold, and the maximum processing time is higher than a preset maximum processing time threshold;
The service request is also used for indicating whether the service resource is restarted or not by the service terminal under the condition that the current service resource is determined to not meet the service request requirement.
According to still another embodiment of the present invention, there is provided a processing apparatus for a service request, including:
the receiving module is used for receiving one or more service requests sent by the terminal;
the generation module is used for generating a processing log of the one or more service requests according to the processing condition of the one or more service requests, wherein the processing log at least indicates the starting processing time and the processing completion time of each service request;
the statistics module is used for counting the processing logs to obtain statistics results, wherein the statistics results comprise: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests;
and the determining module is used for determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the designated adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.
According to a further embodiment of the invention, there is also provided a computer-readable storage medium having stored therein a computer program, wherein the computer program is arranged to perform the steps of any of the method embodiments described above when run.
According to a further embodiment of the invention, there is also provided an electronic device comprising a memory having stored therein a computer program and a processor arranged to run the computer program to perform the steps of any of the method embodiments described above.
According to the embodiment of the invention, one or more service requests sent by the terminal are received; generating a processing log of the one or more service requests according to the processing condition of the one or more service requests, wherein the processing log at least indicates the starting processing time and the processing completion time of each service request; and counting the processing log to obtain a statistical result, wherein the statistical result comprises the following steps: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests; and determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests, whether the current service resource is sufficient or not can be determined according to the processing time of the service requests, and some adjustments can be performed under the condition that the service resource is insufficient, so that the problem that the service resource cannot meet the requirements of the service requests in the related art can be solved, and the effect of improving the service efficiency is achieved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiments of the invention and together with the description serve to explain the invention and do not constitute a limitation on the invention. In the drawings:
FIG. 1 is a flow chart of a method of processing a service request according to one embodiment of the invention;
FIG. 2 is a flow chart of a method of processing a service request according to another embodiment of the invention;
fig. 3 is a hardware block diagram of an intelligent home terminal according to a service request processing method in an embodiment of the present invention;
FIG. 4 is a block diagram of a service request processing apparatus according to one embodiment of the invention;
FIG. 5 is a block diagram of a service request processing apparatus according to another embodiment of the present invention;
fig. 6 is a flowchart of a processing method of a service request according to an exemplary embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the drawings in conjunction with embodiments. It should be noted that, in the case of no conflict, the embodiments and features in the embodiments may be combined with each other.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order.
Embodiments of the present application may operate on a network architecture comprising: a terminal (e.g., an intelligent home device), a server (e.g., a service framework that provides a service), wherein the intelligent home device may send a service request to the server, and the server may process the service request. The server may be a server or a service framework, and the server may be a single server, a server cluster formed by a plurality of servers, or a cloud server.
In this embodiment, a processing method running on the server or the network architecture is provided, fig. 1 is a flowchart of a processing method of a service request according to an embodiment of the present invention, and as shown in fig. 1, the flowchart includes the following steps:
step S101, receiving one or more service requests sent by a terminal;
step S103, generating processing logs of the one or more service requests according to the processing conditions of the one or more service requests, wherein the processing logs at least indicate the starting processing time and the processing completion time of each service request;
step S105, counting the processing log to obtain a statistical result, wherein the statistical result comprises: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests;
Step S107, determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the designated adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.
Through the steps, one or more service requests sent by the terminal are received; generating a processing log of the one or more service requests according to the processing condition of the one or more service requests, wherein the processing log at least indicates the starting processing time and the processing completion time of each service request; and counting the processing log to obtain a statistical result, wherein the statistical result comprises the following steps: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests; and determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests, whether the current service resource is sufficient or not can be determined according to the processing time of the service requests, and some adjustments can be performed under the condition that the service resource is insufficient, so that the problem that the service resource cannot meet the requirements of the service requests in the related art can be solved, and the effect of improving the service efficiency is achieved.
It should be noted that, the processing time of a service request means the time it takes for the service end to process the request. The time spent in processing the service request can reflect to some extent whether the service resources of the server are sufficient.
In an exemplary embodiment, the main body of execution of the above steps may be a terminal, a smart home device, or the like, but is not limited thereto.
In an exemplary embodiment, the determining whether the current service resource meets the requirements of the one or more service requests based on the statistics includes:
determining a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first ratio exceeds a preset first ratio threshold;
the server performs specified adjustment processing under the condition that the current service resource is determined not to meet the service request requirement, including: and adding the service resource under the condition that the current service resource is determined not to meet the service request requirement. It should be noted that, the service resource may be increased by expanding the capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be noted that, the order of determining the first number and the second number is not limited, and the first number may be determined first, or the second number may be determined first, and the order of the first number and the second number does not substantially affect the implementation of this embodiment.
In an exemplary embodiment, the determining whether the current service resource meets the requirements of the one or more service requests based on the statistics includes:
determining a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of the processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the first ratio is less than a preset second ratio threshold, the average value of the processing time is less than a preset average value threshold, and the maximum processing time is greater than a preset maximum processing time threshold;
the server performs specified adjustment processing under the condition that the current service resource is determined not to meet the service request requirement, including: and prompting whether to restart the service resource under the condition that the current service resource does not meet the service request requirement.
In an exemplary embodiment, the maximum processing time in the statistics is obtained by a bubbling algorithm.
It should be noted that the order of determining the first number, the second data, the average value of the processing time, and the maximum processing time is not limited, and may be any order, and does not affect the implementation of the embodiment.
In an exemplary embodiment, the generating the processing log of the one or more service requests according to the processing situation of the one or more service requests includes: determining the start processing time and the processing completion time of each of the service requests with a filter after the one or more service requests enter a caller, wherein the caller is operable to invoke a service resource in accordance with the service request; the processing log of the one or more service requests is generated based at least on the start processing time and the processing completion time of each of the service requests.
It should be noted that, in this embodiment, the first ratio threshold and the second ratio threshold may be the same threshold, or may be different thresholds, for example, the second ratio threshold may be greater than or less than the first ratio threshold. It should also be noted that, illustratively, the statistics indicate that the average value of the processing time is low, for example, lower than a preset high value, which indicates that the current service resources are substantially sufficient, and that it may not be necessary to add new service resources, so that it may be prompted whether to restart the service resources.
In an exemplary embodiment, the filter is configured in a service framework that provides the service resource.
It should be further noted that, in this embodiment, the terminal device may include, but is not limited to, at least one of the following: a mobile phone (e.g., android mobile phone, iOS mobile phone, etc.), a notebook computer, a tablet computer, a palm computer, a MID (Mobile Internet Devices, mobile internet device), a PAD, a desktop computer, a smart home device (e.g., television, other home appliances), etc. The network may include, but is not limited to: a wired network, a wireless network, wherein the wired network comprises: local area networks, metropolitan area networks, and wide area networks, the wireless network comprising: bluetooth, WIFI, and other networks that enable wireless communications. The above is merely an example, and is not limited in any way in the present embodiment.
According to another embodiment of the present invention, there is further provided a method for processing a service request, and fig. 2 is a flowchart of a method for processing a service request according to another embodiment of the present invention, as shown in fig. 2, including:
step S202, a service request is sent to a service end, wherein the service request is used for indicating the service end to generate a processing log of one or more service requests according to the processing condition of the one or more service requests, and the processing log at least indicates the processing time of each service request; the service request is further used for indicating the service end to count the processing log to obtain a statistical result, wherein the statistical result comprises: the number of the one or more service requests and the processing time of each of the one or more service requests; the service request is further used for indicating the service end to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.
Through the steps, whether the current service resources are sufficient or not can be determined according to the processing time of the service request, and some adjustment can be performed under the condition that the service resources are insufficient, so that the problem that the service resources cannot meet the requirements of the service request in the related technology can be solved, and the effect of improving the service efficiency is achieved.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first ratio exceeds a preset first ratio threshold; the service request is further used for indicating the service end to increase the service resource under the condition that the current service resource is determined not to meet the service request requirement.
It should be noted that, the service resource may be increased by expanding the capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be noted that, the order of determining the first number and the second number is not limited, and the first number may be determined first, or the second number may be determined first, and the order of the first number and the second number does not substantially affect the implementation of this embodiment.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of the processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the first ratio is less than a preset second ratio threshold, the average value of the processing time is less than a preset average value threshold, and the maximum processing time is greater than a preset maximum processing time threshold; the service request is also used for indicating whether the service resource is restarted or not by the service end under the condition that the current service resource is determined to not meet the service request requirement.
It should be noted that the order of determining the first number, the second data, the average value of the processing time, and the maximum processing time is not limited, and may be any order, and does not affect the implementation of the embodiment.
It should be noted that, in this embodiment, the first ratio threshold and the second ratio threshold may be the same threshold, or may be different thresholds, for example, the second ratio threshold may be greater than or less than the first ratio threshold. It should also be noted that, illustratively, the statistics indicate that the average value of the processing time is low, for example, lower than a preset high value, which indicates that the current service resources are substantially sufficient, and that it may not be necessary to add new service resources, so that it may be prompted whether to restart the service resources.
The above-mentioned method embodiments provided in the embodiments of the present application may be executed in a mobile terminal, an intelligent home terminal, a computer terminal, or a similar computing device. Taking the operation on the intelligent home terminal as an example, fig. 3 is a hardware structure block diagram of the intelligent home terminal of a service request processing method according to an embodiment of the present invention. As shown in fig. 3, the smart home terminal 10 may include one or more (only one is shown in fig. 3) processors 102 (the processor 102 may include, but is not limited to, a microprocessor MCU or a processing device such as a programmable logic device FPGA) and a memory 104 for storing data, and in an exemplary embodiment, the smart home terminal may further include a transmission device 106 for communication functions and an input-output device 108. It will be appreciated by those skilled in the art that the structure shown in fig. 3 is merely illustrative, and is not limited to the above-described structure of the smart home terminal. For example, the smart home terminal 10 may also include more or fewer components than shown in fig. 3, or have a different configuration than shown in fig. 3.
The memory 104 may be used to store a computer program, for example, a software program of application software and a module, such as a computer program corresponding to a processing method in an embodiment of the present invention, and the processor 102 executes the computer program stored in the memory 104 to perform various functional applications and data processing, that is, to implement the above-mentioned method. Memory 104 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory remotely located with respect to the processor 102, which may be connected to the smart home terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission means 106 is arranged to receive or transmit data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the smart home terminal 10. In one example, the transmission device 106 includes a network adapter (Network Interface Controller, simply referred to as NIC) that can connect to other network devices through a base station to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used to communicate with the internet wirelessly.
The embodiment also provides a device for processing a service request, which is used for implementing the foregoing embodiments and preferred embodiments, and is not described in detail. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 4 is a block diagram of a service request processing apparatus according to an embodiment of the present invention, as shown in fig. 4, including:
a receiving module 42, configured to receive one or more service requests sent by a terminal;
a generating module 44, configured to generate a processing log of the one or more service requests according to a processing situation of the one or more service requests, where the processing log indicates at least a start processing time and a processing completion time of each of the service requests;
a statistics module 46, configured to count the processing log to obtain a statistics result, where the statistics result includes: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests;
A determining module 48, configured to determine, according to the statistics, whether the current service resource meets the requirements of the one or more service requests, where in a case that it is determined that the current service resource does not meet the requirements of the service requests, performing a specified adjustment process.
Through the steps, one or more service requests sent by the terminal are received; generating a processing log of the one or more service requests according to the processing condition of the one or more service requests, wherein the processing log at least indicates the starting processing time and the processing completion time of each service request; and counting the processing log to obtain a statistical result, wherein the statistical result comprises the following steps: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests; and determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests, whether the current service resource is sufficient or not can be determined according to the processing time of the service requests, and some adjustments can be performed under the condition that the service resource is insufficient, so that the problem that the service resource cannot meet the requirements of the service requests in the related art can be solved, and the effect of improving the service efficiency is achieved.
In one exemplary embodiment, the determining module is configured to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first ratio exceeds a preset first ratio threshold;
and adding the service resource under the condition that the current service resource is determined not to meet the service request requirement. It should be noted that, the service resource may be increased by expanding the capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be noted that, the order of determining the first number and the second number is not limited, and the first number may be determined first, or the second number may be determined first, and the order of the first number and the second number does not substantially affect the implementation of this embodiment.
In an exemplary embodiment, the determining module is configured to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of the processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the first ratio is less than a preset second ratio threshold, the average value of the processing time is less than a preset average value threshold, and the maximum processing time is greater than a preset maximum processing time threshold;
and prompting whether to restart the service resource under the condition that the current service resource does not meet the service request requirement.
In an exemplary embodiment, the maximum processing time in the statistics is obtained by a bubbling algorithm.
It should be noted that the order of determining the first number, the second data, the average value of the processing time, and the maximum processing time is not limited, and may be any order, and does not affect the implementation of the embodiment.
In one exemplary embodiment, after the one or more service requests enter a caller for invoking a service resource according to the service request, determining the start processing time and the processing completion time of each of the service requests using a filter; the generation module is configured to generate the processing logs of the one or more service requests based at least on the start processing time and the processing completion time of each of the service requests.
It should be noted that, in this embodiment, the first ratio threshold and the second ratio threshold may be the same threshold, or may be different thresholds, for example, the second ratio threshold may be greater than or less than the first ratio threshold. It should also be noted that, illustratively, the statistics indicate that the average value of the processing time is low, for example, lower than a preset high value, which indicates that the current service resources are substantially sufficient, and that it may not be necessary to add new service resources, so that it may be prompted whether to restart the service resources.
In one exemplary embodiment, the filter is configured in a service framework that provides the service resource.
It should be noted that each of the above modules may be implemented by software or hardware, and for the latter, it may be implemented by, but not limited to: the modules are all located in the same processor; alternatively, the above modules may be located in different processors in any combination.
In this embodiment, another device for processing a service request is further provided, and this device is used to implement the foregoing embodiments and preferred embodiments, and is not described in detail. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
Fig. 5 is a block diagram of a service request processing apparatus according to another embodiment of the present invention, as shown in fig. 5, including:
a sending module 51, configured to send a service request to a server, where the service request is used to instruct the server to generate a processing log of the one or more service requests according to a processing situation of the one or more service requests, where the processing log indicates at least a processing time of each of the service requests; the service request is further used for indicating the service end to count the processing log to obtain a statistical result, wherein the statistical result comprises: the number of the one or more service requests and the processing time of each of the one or more service requests; the service request is further used for indicating the service end to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests.
Through the steps, whether the current service resources are sufficient or not can be determined according to the processing time of the service request, and some adjustment can be performed under the condition that the service resources are insufficient, so that the problem that the service resources cannot meet the requirements of the service request in the related technology can be solved, and the effect of improving the service efficiency is achieved.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first ratio exceeds a preset first ratio threshold; the service request is further used for indicating the service end to increase the service resource under the condition that the current service resource is determined not to meet the service request requirement.
It should be noted that, the service resource may be increased by expanding the capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be noted that, the order of determining the first number and the second number is not limited, and the first number may be determined first, or the second number may be determined first, and the order of the first number and the second number does not substantially affect the implementation of this embodiment.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistics, where the first number is a number of processing times in the statistics that exceeds a preset processing time threshold; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of the processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the first ratio is less than a preset second ratio threshold, the average value of the processing time is less than a preset average value threshold, and the maximum processing time is greater than a preset maximum processing time threshold; the service request is also used for indicating whether the service resource is restarted or not by the service end under the condition that the current service resource is determined to not meet the service request requirement.
It should be noted that the order of determining the first number, the second data, the average value of the processing time, and the maximum processing time is not limited, and may be any order, and does not affect the implementation of the embodiment.
It should be noted that, in this embodiment, the first ratio threshold and the second ratio threshold may be the same threshold, or may be different thresholds, for example, the second ratio threshold may be greater than or less than the first ratio threshold. It should also be noted that, illustratively, the statistics indicate that the average value of the processing time is low, for example, lower than a preset high value, which indicates that the current service resources are substantially sufficient, and that it may not be necessary to add new service resources, so that it may be prompted whether to restart the service resources.
It should be noted that each of the above modules may be implemented by software or hardware, and for the latter, it may be implemented by, but not limited to: the modules are all located in the same processor; alternatively, the above modules may be located in different processors in any combination.
Example embodiment
The present embodiment is further explained below in conjunction with specific scenarios.
Taking the dubbo service as an example, a time-consuming statistical filter can be added in the frame of the dubbo service, and when a request enters a caller (invoker), the time for counting the request to enter program processing and the time for completing business processing can be intercepted, so that a processing log of the request can be generated. The log of the dubbo can be checked through an automatic script to check the time consumption of the request processed by the dubbo, and whether the dubb performance can bear the pressure of the current system or not is judged, and whether capacity expansion is needed or not is also judged. The method and the system can rapidly count the average time consumption of the dubbo service and the ratio of the average time consumption to the time consumption exceeding a threshold value, and provide a reference key value for the whole system. According to the embodiment, unified statistics of hundreds of dubbo services can be achieved through a shell script statistics mode.
Fig. 6 is a flowchart of a method of processing a service request according to an exemplary embodiment of the present invention, as shown in fig. 6, including:
sending a service request to a service framework;
the Dubbo filter processing service (namely the request) generates a processing log of the request, wherein the processing log comprises the processing time of the request;
counting the processing logs by using the statistics script, if no log exists, directly counting and outputting a counting result, for example, prompting that no log exists;
If the processing logs exist, training all logs for statistics to obtain the time consuming time of processing each request;
then analyzing the statistical result (namely the processing time of each request), determining whether the processing time is greater than a preset time consumption threshold, analyzing and determining the total time consumption of all requests, counting the number of requests and other contents, and counting the maximum time consumption in the processing time of all requests through an bubbling algorithm;
and determining a processing mode according to the statistical result, wherein if the proportion exceeding the time consumption threshold exceeds a preset risk threshold, the service framework can be expanded. Restarting the service may be prompted if the percentage of time spent exceeding the time spent threshold is small, e.g. less than the time spent threshold described above, or less than a predetermined time spent threshold other than k, and/or the average of all requested processing time spent is small, e.g. below a predetermined higher average threshold, or above a predetermined lower average threshold, and/or the maximum time spent processing all requests is large, e.g. exceeds a predetermined maximum time spent threshold.
For example, 100ms may be set as a time-consuming threshold beyond which the percentage is 30% (proportional threshold) to consider the system to be heavily loaded. A statistic is exemplified here by a time-consuming statistic of dubbo for an hour, which includes: the number of requests 512, the total processing time is 1219ms, the average time is 2ms, the number of the processing time of a single service request is greater than 100ms, 200ms, 300ms and 1000ms is 0, which indicates that no request with time exceeding the preset time consumption threshold exists. Therefore, the system has smaller operation pressure and does not need to expand capacity.
The embodiment can provide forms such as shell script and the like to perform a statistical function; in the embodiment, under the condition that the dubbo service deployment is more, time consumption statistics and quick statistics in each time period can be seen.
In this embodiment, the time-consuming time point can be confirmed by setting a filter, for example, adding the filter into the dubbo frame to make statistics, and the statistics time is more accurate to generate the log. The logs may then be counted in turn using scripts, capturing specific fields in the logs, such as time-consuming fields, or performing computational analysis using algorithms, such as start time and process completion time.
From the description of the above embodiments, it will be clear to a person skilled in the art that the method according to the above embodiments may be implemented by means of software plus the necessary general hardware platform, but of course also by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, or a network device, etc.) to perform the method according to the embodiments of the present invention.
Embodiments of the present invention also provide a computer readable storage medium having a computer program stored therein, wherein the computer program is arranged to perform the steps of any of the method embodiments described above when run.
In an exemplary implementation, in this embodiment, the storage medium may include, but is not limited to: a usb disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing a computer program.
An embodiment of the invention also provides an electronic device comprising a memory having stored therein a computer program and a processor arranged to run the computer program to perform the steps of any of the method embodiments described above. In an exemplary implementation manner, reference may be made to the examples described in the foregoing embodiments and optional implementations, and this embodiment is not repeated herein.
In an exemplary embodiment, the electronic apparatus may further include a transmission device connected to the processor, and an input/output device connected to the processor.
In an exemplary implementation manner, reference may be made to the examples described in the foregoing embodiments and optional implementations, and this embodiment is not repeated herein.
It will be apparent to those skilled in the art that the modules or steps of the invention described above may be implemented in a general purpose computing device, they may be concentrated on a single computing device, or distributed across a network of computing devices, and in one exemplary embodiment they may be implemented in program code executable by a computing device, so that they may be stored in a memory device for execution by a computing device, and in some cases, the steps shown or described may be performed in a different order than what is shown or described, or they may be separately fabricated into individual integrated circuit modules, or multiple modules or steps of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A method for processing a service request, comprising:
receiving one or more service requests sent by a terminal;
generating processing logs of the one or more service requests according to the processing conditions of the one or more service requests, wherein the processing logs at least indicate the starting processing time and the processing completion time of each service request;
and counting the processing log to obtain a statistical result, wherein the statistical result comprises the following steps: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests;
determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the appointed adjustment processing is carried out under the condition that the current service resource is determined not to meet the requirements of the service requests;
the determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result comprises the following steps:
determining a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
Determining an average value of processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the second proportion is smaller than a preset second proportion threshold, the average value of the processing time is lower than a preset average value threshold, and the maximum processing time is higher than a preset maximum processing time threshold;
the server performs specified adjustment processing under the condition that the current service resource is determined not to meet the service request requirement, including:
and prompting whether to restart the service resource under the condition that the current service resource does not meet the service request requirement.
2. The method for processing service requests according to claim 1, wherein determining whether the current service resource meets the requirements of the one or more service requests according to the statistics comprises:
determining a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
Determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first proportion exceeds a preset first proportion threshold value;
under the condition that the current service resource is determined not to meet the service request requirement, the server side performs specified adjustment processing, including:
and adding the service resource under the condition that the current service resource is determined not to meet the service request requirement.
3. The method according to any one of claims 1 to 2, wherein the generating a processing log of one or more service requests according to a processing situation of the one or more service requests includes:
determining the start processing time and the processing completion time of each of the service requests with a filter after the one or more service requests enter a caller, wherein the caller is configured to invoke a service resource according to the service request;
the processing logs of the one or more service requests are generated based at least on the start processing time and the processing completion time of each of the service requests.
4. A method for processing a service request, comprising:
Sending a service request to a service end, wherein the service request is used for indicating the service end to generate processing logs of one or more service requests according to the processing conditions of the one or more service requests, and the processing logs at least indicate the processing time of each service request; the service request is further used for indicating the service end to count the processing log to obtain a statistical result, wherein the statistical result comprises: a number of the one or more service requests and a processing time of each of the one or more service requests; the service request is further used for indicating the service end to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the specified adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests;
the service request is further used for indicating the service end to determine a first number according to the statistical result, wherein the first number is the number of processing time exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
Determining an average value of processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the second proportion is smaller than a preset second proportion threshold, the average value of the processing time is lower than a preset average value threshold, and the maximum processing time is higher than a preset maximum processing time threshold;
the service request is also used for indicating whether the service resource is restarted or not by the service terminal under the condition that the current service resource is determined to not meet the service request requirement.
5. The method according to claim 4, wherein the service request is further used for indicating the service end to determine a first number according to the statistics, wherein the first number is a number of processing times exceeding a preset processing time threshold in the statistics; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a first ratio, wherein the first ratio is a ratio of a first number to a second number;
Determining that the current service resource does not meet the requirements of the one or more service requests under the condition that the first proportion exceeds a preset first proportion threshold value;
the service request is further used for indicating the service end to increase the service resource under the condition that the current service resource is determined not to meet the service request requirement.
6. A service request processing apparatus, comprising:
the receiving module is used for receiving one or more service requests sent by the terminal;
the generation module is used for generating a processing log of the one or more service requests according to the processing condition of the one or more service requests, wherein the processing log at least indicates the starting processing time and the processing completion time of each service request;
the statistics module is used for counting the processing logs to obtain statistics results, wherein the statistics results comprise: processing time of each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the start processing time of each of the service requests;
the determining module is used for determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein the designated adjustment processing is performed under the condition that the current service resource is determined not to meet the requirements of the service requests;
The determining module is further configured to determine a first number according to the statistics result, where the first number is a number of processing times exceeding a preset processing time threshold in the statistics result; determining a second number according to the statistics, wherein the second number is the number of all processing times in the statistics; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining an average value of processing time in the statistical result according to the statistical result;
determining the maximum processing time in the statistical result according to the statistical result;
determining that the current service resource does not meet the requirements of the one or more service requests when the second proportion is smaller than a preset second proportion threshold, the average value of the processing time is lower than a preset average value threshold, and the maximum processing time is higher than a preset maximum processing time threshold;
the server performs specified adjustment processing under the condition that the current service resource is determined not to meet the service request requirement, including:
and prompting whether to restart the service resource under the condition that the current service resource does not meet the service request requirement.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored therein a computer program, wherein the computer program is arranged to perform the method of any of the claims 1 to 3 at run-time or the computer program is arranged to perform the method of any of the claims 4 to 5 at run-time.
8. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to run the computer program to perform the method of any of the claims 1 to 3 or the processor being arranged to run the computer program to perform the method of any of the claims 4 to 5.
CN202010665130.2A 2020-07-10 2020-07-10 Service request processing method and device, storage medium and electronic device Active CN111858043B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010665130.2A CN111858043B (en) 2020-07-10 2020-07-10 Service request processing method and device, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010665130.2A CN111858043B (en) 2020-07-10 2020-07-10 Service request processing method and device, storage medium and electronic device

Publications (2)

Publication Number Publication Date
CN111858043A CN111858043A (en) 2020-10-30
CN111858043B true CN111858043B (en) 2024-03-22

Family

ID=72982961

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010665130.2A Active CN111858043B (en) 2020-07-10 2020-07-10 Service request processing method and device, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN111858043B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006024017A (en) * 2004-07-08 2006-01-26 Internatl Business Mach Corp <Ibm> System, method and program for predicting capacity of computer resource
WO2013147226A1 (en) * 2012-03-30 2013-10-03 日本電信電話株式会社 User sensory quality estimation device, terminal bottleneck determination device, similar operation extraction device, and methods and programs therefor
WO2017166713A1 (en) * 2016-03-30 2017-10-05 乐视控股(北京)有限公司 Service request processing method and device
CN110830391A (en) * 2018-08-10 2020-02-21 阿里巴巴集团控股有限公司 Resource allocation method and device and cluster system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9501326B2 (en) * 2013-03-19 2016-11-22 Hitachi, Ltd. Processing control system, processing control method, and processing control program
JP2015165636A (en) * 2014-03-03 2015-09-17 株式会社日立製作所 Detecting device, detecting method, and detecting program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006024017A (en) * 2004-07-08 2006-01-26 Internatl Business Mach Corp <Ibm> System, method and program for predicting capacity of computer resource
WO2013147226A1 (en) * 2012-03-30 2013-10-03 日本電信電話株式会社 User sensory quality estimation device, terminal bottleneck determination device, similar operation extraction device, and methods and programs therefor
WO2017166713A1 (en) * 2016-03-30 2017-10-05 乐视控股(北京)有限公司 Service request processing method and device
CN110830391A (en) * 2018-08-10 2020-02-21 阿里巴巴集团控股有限公司 Resource allocation method and device and cluster system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Fault Analysis and Debugging of Microservice Systems: Industrial Survey, Benchmark System, and Empirical Study;Xiang Zhou,etc;《 IEEE Transactions on Software Engineering》;243 - 260 *
基于MongoDB的分布式日志采集系统设计及实现;刘煜华;《中国优秀硕士学位论文全文数据库 信息科技辑》;I140-649 *
基于日志可视化分析的微服务系统调试方法;李文海,等;《计算机科学》;145-155 *

Also Published As

Publication number Publication date
CN111858043A (en) 2020-10-30

Similar Documents

Publication Publication Date Title
CN107688496B (en) Task distributed processing method and device, storage medium and server
CN103516690B (en) A kind of business processing status information query method and device
CN108256118B (en) Data processing method, device, system, computing equipment and storage medium
CN110958281B (en) Data transmission method and communication device based on Internet of things
CN111045810B (en) Task scheduling processing method and device
EP2985730A1 (en) Method and device for partially-upgrading
US20170264526A1 (en) Information collecting apparatus, information analyzing apparatus, and information transferring method based on different internet of things platforms
CN110831168B (en) Communication method, system, internet of things platform and computer readable storage medium
CN111666145A (en) Message processing method and system of message queue and computer equipment
CN105468513A (en) Testing method, apparatus and system based on mobile terminal
CN112134754A (en) Pressure testing method and device, network equipment and storage medium
CN111459676A (en) Node resource management method, device and storage medium
CN111538572A (en) Task processing method, device, scheduling server and medium
CN111277599B (en) Remote call processing method and device
CN111858043B (en) Service request processing method and device, storage medium and electronic device
CN115550354A (en) Data processing method and device and computer readable storage medium
CN107425994B (en) Method, terminal and server for realizing remote parameter management
CN110990381B (en) Processing method and device of server, storage medium and electronic device
CN106445784B (en) Information monitoring method and device
CN112737896B (en) Bandwidth data checking method, device, medium and electronic equipment
CN110580172B (en) Configuration rule verification method and device, storage medium and electronic device
CN110418371A (en) A kind of control method, the network equipment and terminal
CN113504981A (en) Task scheduling method and device, storage medium and electronic equipment
US9479579B2 (en) Grouping processing method and system
CN113747506A (en) Resource scheduling method, device and network system

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