CN111858043A - 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
CN111858043A
CN111858043A CN202010665130.2A CN202010665130A CN111858043A CN 111858043 A CN111858043 A CN 111858043A CN 202010665130 A CN202010665130 A CN 202010665130A CN 111858043 A CN111858043 A CN 111858043A
Authority
CN
China
Prior art keywords
processing
service
statistical result
processing time
service requests
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.)
Granted
Application number
CN202010665130.2A
Other languages
Chinese (zh)
Other versions
CN111858043B (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

Images

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)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method and a device for processing service requests, 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 indicates at least a starting processing time and a processing completion time of each service request; counting the processing log to obtain a statistical result, wherein the statistical result comprises: a 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 processing start 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 carried out 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 an apparatus for processing a service request, a storage medium, and an electronic apparatus.
Background
Some service frameworks, such as the dubbo service, are heavily used in daily development and maintenance as a high-performance, lightweight open-meta java RPC framework. It is often the case that invoking the dubbo service is time consuming, resulting in a failed service invocation. With the continuous development and development of services, the number of called dubbo services is increased, hundreds of same dubbo services may be operated at the same time, and at this time, the dubbo services are easy to generate a timeout condition, so that service resources cannot meet the requirements of service requests.
For the problem that the service resource cannot meet the requirement of the service request in the related technology, no better solution exists yet.
Disclosure of Invention
The embodiment of the invention provides a service request processing method and device, a storage medium and an electronic device, which are used for at least solving the problem that service resources in the related technology cannot meet the requirements of service requests.
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 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 indicates at least a starting processing time and a processing completion time of each service request;
Counting the processing logs to obtain a statistical result, wherein the statistical result comprises: a processing time for each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the starting processing time for each of the service requests;
and determining whether the current service resources meet the requirements of the one or more service requests according to the statistical result, wherein under the condition that the current service resources are determined not to meet the requirements of the service requests, specified adjustment processing is carried out.
In an exemplary embodiment, the determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result 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 statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 requirement of the service request, and the method comprises the following steps:
and under the condition that the current service resource is determined not to meet the requirement of the service request, increasing the service resource.
In an exemplary embodiment, the determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result 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 statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining the 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 if the first ratio is less than a preset second ratio threshold, the average of the processing times is less than a preset average 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 requirement of the service request, and the method comprises the following steps:
and prompting whether to restart the service resource or not under the condition that the current service resource is determined not to meet the requirement of the service request.
In an exemplary embodiment, the generating a processing log of one or more service requests according to processing conditions of the one or more service requests includes:
determining the starting processing time and the processing completion time of each service request by using a filter after the one or more service requests enter a caller, wherein the caller is used for calling service resources according to the service requests;
generating the processing log of the one or more service requests according to at least the start processing time and the processing completion time of each of the service requests.
According to another embodiment of the present invention, a method for processing a service request is provided, including:
sending a service request to a server, wherein the service request is used for instructing the server to generate a processing log of the 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 server 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 server to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein under the condition that the current service resource is determined not to meet the requirements of the service request, specified adjustment processing is carried out.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 also used for indicating the service end to increase the service resources under the condition that the current service resources are determined not to meet the requirements of the service request.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining the 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 if the first ratio is less than a preset second ratio threshold, the average of the processing times is less than a preset average threshold, and the maximum processing time is greater than a preset maximum processing time threshold;
The service request is also used for indicating the service end to prompt whether to restart the service resource under the condition that the current service resource is determined not to meet the requirement of the service request.
According to another embodiment of the present invention, there is provided a service request processing apparatus including:
the terminal comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving one or more service requests sent by the terminal;
a generating module, configured to generate a processing log of the one or more service requests according to a processing condition 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 statistic module, configured to count the processing logs to obtain a statistic result, where the statistic result includes: a processing time for each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the starting processing time for 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 under the condition that the current service resource is determined not to meet the requirements of the service requests, specified adjustment processing is carried out.
According to a further embodiment of the present invention, a computer-readable storage medium is also provided, in which a computer program is stored, wherein the computer program is configured to carry out the steps of any of the above-described method embodiments when executed.
According to yet another embodiment of the present invention, there is also provided an electronic device, including a memory in which a computer program is stored and a processor configured to execute the computer program to perform the steps in any of the above method embodiments.
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 indicates at least a starting processing time and a processing completion time of each service request; counting the processing log to obtain a statistical result, wherein the statistical result comprises: a 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 processing start 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 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 can be determined according to the processing time of the service requests, and some adjustment 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 technology 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 embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow diagram of a method of processing a service request according to one embodiment of the invention;
FIG. 2 is a flow diagram of a method of processing a service request according to another embodiment of the invention;
fig. 3 is a block diagram of a hardware structure of an intelligent home terminal of a service request processing method according to an embodiment of the present invention;
FIG. 4 is a block diagram of an apparatus for processing a service request according to one embodiment of the invention;
fig. 5 is a block diagram of a structure of a device for processing a service request according to another embodiment of the present invention;
fig. 6 is a flowchart of a method of processing a service request according to an example embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
The embodiment of the present application can operate on a network architecture, which includes: the system comprises a terminal (such as an intelligent household device) and a server (such as a service framework providing services), wherein the intelligent household device can send a service request to the server, and the server can process the service request. The server may be a single server, or a server cluster composed of a plurality of servers, or a cloud server.
In this embodiment, a processing method operating on the server or the network architecture is provided, and fig. 1 is a flowchart of a processing method of a service request according to an embodiment of the present invention, 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 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;
step S105, counting the processing log to obtain a statistical result, where the statistical result includes: a 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 processing start time of each of the service requests;
And step S107, determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein under the condition that the current service resource is determined not to meet the requirements of the service requests, specified adjustment processing is carried out.
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 indicates at least a starting processing time and a processing completion time of each service request; counting the processing log to obtain a statistical result, wherein the statistical result comprises: a 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 processing start 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 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 can be determined according to the processing time of the service requests, and some adjustment 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 technology 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 taken by the server to process the request. The time spent processing the service request may reflect to some extent whether the service resources of the server are sufficient.
In an exemplary embodiment, the executing subject of the steps may be a terminal, a smart home device, and the like, but is not limited thereto.
In an exemplary embodiment, the determining whether the current service resource satisfies the requirements of the one or more service requests according to the statistical result 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 statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 method for performing the specified adjustment processing by the server side under the condition that the current service resource is determined not to meet the requirement of the service request comprises the following steps: and under the condition that the current service resource is determined not to meet the requirement of the service request, increasing the service resource. It should be noted that the service resource may be increased by expanding capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be further noted that, the order of the steps for determining the first number and the second number is not limited, the first number may be determined first, or the second number may be determined first, and the order does not substantially affect the implementation of the embodiment.
In an exemplary embodiment, the determining whether the current service resource satisfies the requirements of the one or more service requests according to the statistical result 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 statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining the 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 if the first ratio is less than a second predetermined ratio threshold, the average of the processing time is less than a predetermined average threshold, and the maximum processing time is greater than a predetermined maximum processing time threshold;
the method for performing the specified adjustment processing by the server side under the condition that the current service resource is determined not to meet the requirement of the service request comprises the following steps: and prompting whether to restart the service resource or not under the condition that the current service resource is determined not to meet the requirement of the service request.
In an exemplary embodiment, the maximum processing time in the statistical result is obtained by a bubble 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 a processing log of one or more service requests according to processing conditions of the one or more service requests includes: determining the starting processing time and the processing completion time of each service request by using a filter after the one or more service requests enter a caller, wherein the caller is used for calling service resources according to the service requests; the processing log of the one or more service requests is generated based on at least 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 proportional threshold and the second proportional threshold may be the same threshold or different thresholds, for example, the second proportional threshold may be greater than or smaller than the first proportional threshold. It should be noted that, for example, the statistical result indicates that the average value of the processing time is lower, for example, lower than a preset higher value, which indicates that the current service resource is substantially sufficient, and it may not be necessary to add a new service resource, so that whether to restart the service resource may be prompted.
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: mobile phones (such as Android phones, iOS phones, etc.), notebook computers, tablet computers, palm computers, MID (mobile internet Devices), PAD, desktop computers, smart home Devices (such as televisions, other household appliances), and the like. Such networks may include, but are not limited to: a wired network, a wireless network, wherein the wired network comprises: a local area network, a metropolitan area network, and a wide area network, the wireless network comprising: bluetooth, WIFI, and other networks that enable wireless communication. The above is merely an example, and this is not limited in this embodiment.
According to another embodiment of the present invention, there is also 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, sending a service request to a server, wherein the service request is used for indicating the server to generate a processing log of the 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 server 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 instructing the server 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 request.
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 statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 also 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 requirement of the service request.
It should be noted that the service resource may be increased by expanding capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be further noted that, the order of the steps for determining the first number and the second number is not limited, the first number may be determined first, or the second number may be determined first, and the order does not substantially affect the implementation of the embodiment.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining the 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 if the first ratio is less than a second predetermined ratio threshold, the average of the processing time is less than a predetermined average threshold, and the maximum processing time is greater than a predetermined maximum processing time threshold; the service request is also used for indicating the service end to prompt whether to restart the service resource under the condition that the current service resource is determined not to meet the requirement of the service request.
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 further noted that, in this embodiment, the first proportional threshold and the second proportional threshold may be the same threshold or different thresholds, for example, the second proportional threshold may be greater than or smaller than the first proportional threshold. It should be noted that, for example, the statistical result indicates that the average value of the processing time is lower, for example, lower than a preset higher value, which indicates that the current service resource is substantially sufficient, and it may not be necessary to add a new service resource, so that whether to restart the service resource may be prompted.
The method provided by the embodiment of the application can be executed in a mobile terminal, an intelligent home terminal, a computer terminal or a similar operation device. Taking the operation on the smart home terminal as an example, fig. 3 is a block diagram of a hardware structure of the smart home terminal of the service request processing method according to the embodiment of the present invention. As shown in fig. 3, the smart home terminal 10 may include one or more processors 102 (only one is shown in fig. 3) (the processor 102 may include but is not limited to a processing device such as a microprocessor MCU or a programmable logic device FPGA) and a memory 104 for storing data, and in an exemplary embodiment, may further include a transmission device 106 for communication function and an input/output device 108. It can be understood by those skilled in the art that the structure shown in fig. 3 is only an illustration, and does not limit the 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 can be used for storing computer programs, for example, software programs and modules of application software, such as computer programs corresponding to the processing methods in the embodiments of the present invention, and the processor 102 executes various functional applications and data processing by running the computer programs stored in the memory 104, that is, implementing the methods described above. The 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 from the processor 102, and these remote memories 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 device 106 is used for receiving or transmitting data via a network. The specific example of the network 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 (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, a device for processing a service request is further provided, where the device is used to implement the foregoing embodiments and preferred embodiments, and details of the foregoing description are omitted for brevity. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 4 is a block diagram of a device for processing a service request according to an embodiment of the present invention, as shown in fig. 4, the device 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 condition 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 statistic module 46, configured to count the processing log to obtain a statistic result, where the statistic result includes: a 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 processing start time of each of the service requests;
And a determining module 48, configured to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein in case that the current service resource is determined not to meet the requirements of the service request, a specified adjustment process is performed.
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 indicates at least a starting processing time and a processing completion time of each service request; counting the processing log to obtain a statistical result, wherein the statistical result comprises: a 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 processing start 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 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 can be determined according to the processing time of the service requests, and some adjustment 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 technology can be solved, and the effect of improving the service efficiency is achieved.
In an exemplary embodiment, the determining module is configured to determine a first number according to the statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 under the condition that the current service resource is determined not to meet the requirement of the service request, increasing the service resource. It should be noted that the service resource may be increased by expanding capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be further noted that, the order of the steps for determining the first number and the second number is not limited, the first number may be determined first, or the second number may be determined first, and the order does not substantially affect the implementation of the embodiment.
In an exemplary embodiment, the determining module is configured to determine a first number according to the statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining the 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 if the first ratio is less than a second predetermined ratio threshold, the average of the processing time is less than a predetermined average threshold, and the maximum processing time is greater than a predetermined maximum processing time threshold;
and prompting whether to restart the service resource or not under the condition that the current service resource is determined not to meet the requirement of the service request.
In an exemplary embodiment, the maximum processing time in the statistical result is obtained by a bubble 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 start processing time and the processing completion time of each of the service requests are determined by a filter after the one or more service requests enter a caller for calling service resources according to the service requests; the generating module is configured to generate the processing log of the one or more service requests according to at least the processing start time and the processing completion time of each of the service requests.
It should be noted that, in this embodiment, the first proportional threshold and the second proportional threshold may be the same threshold or different thresholds, for example, the second proportional threshold may be greater than or smaller than the first proportional threshold. It should be noted that, for example, the statistical result indicates that the average value of the processing time is lower, for example, lower than a preset higher value, which indicates that the current service resource is substantially sufficient, and it may not be necessary to add a new service resource, so that whether to restart the service resource may be prompted.
In an exemplary embodiment, the filter is configured in a service framework that provides the service resource.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
In this embodiment, another service request processing device is further provided, and the device is used to implement the foregoing embodiments and preferred embodiments, and details of which have been already described are omitted. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an 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, the apparatus 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 condition of the one or more service requests, where the processing log indicates at least a processing time of each service request; the service request is further used for indicating the server 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 instructing the server 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 request.
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 statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 also 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 requirement of the service request.
It should be noted that the service resource may be increased by expanding capacity, or the service resource for processing the service request may be increased by closing or suspending processing other service requests. It should be further noted that, the order of the steps for determining the first number and the second number is not limited, the first number may be determined first, or the second number may be determined first, and the order does not substantially affect the implementation of the embodiment.
In an exemplary embodiment, the service request is further configured to instruct the server to determine a first number according to the statistical result, where the first number is a number of processing times in the statistical result that exceed a preset processing time threshold; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
determining the 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 if the first ratio is less than a second predetermined ratio threshold, the average of the processing time is less than a predetermined average threshold, and the maximum processing time is greater than a predetermined maximum processing time threshold; the service request is also used for indicating the service end to prompt whether to restart the service resource under the condition that the current service resource is determined not to meet the requirement of the service request.
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 further noted that, in this embodiment, the first proportional threshold and the second proportional threshold may be the same threshold or different thresholds, for example, the second proportional threshold may be greater than or smaller than the first proportional threshold. It should be noted that, for example, the statistical result indicates that the average value of the processing time is lower, for example, lower than a preset higher value, which indicates that the current service resource is substantially sufficient, and it may not be necessary to add a new service resource, so that whether to restart the service resource may be prompted.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
Example embodiments
The present embodiment is further explained below with reference to specific scenarios.
Taking the dubbo service as an example, a filter for time consumption statistics can be added in the frame of the dubbo service, and when a request enters an invoker (invoker), the time for the request to enter program processing and the time for completing business processing can be intercepted and counted to generate a processing log of the request. The time consumption of the request processed by the dubbo can be checked by checking the log of the dubbo through an automatic script, and whether the dubb performance can bear the pressure of the current system or not and whether the capacity expansion is needed or not is judged. According to the scheme, the ratio of average time consumption of the dubbo service to the time consumption exceeding the threshold value can be rapidly counted, and a reference key value is provided for the whole system. In the embodiment, unified statistics on hundreds of dubbo services can be realized in a shell script statistics mode.
Fig. 6 is a flowchart of a service request processing method according to an exemplary embodiment of the present invention, as shown in fig. 6, including:
sending the service request to a service framework;
the Dubbo filter processes the service (i.e. the request), and 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 counting script, if no log exists, directly counting, and outputting a counting result, for example, prompting that no log is processed;
If the processing logs exist, training all the logs in turn for statistics to obtain the processing time consumption time of each request;
then analyzing the statistical result (namely the processing time consumption of each request), determining whether the processing time consumption is greater than a preset time consumption threshold, analyzing and determining the total time consumption of all requests, counting the number of the requests and other contents, and counting the maximum time consumption of the processing time consumption of all the requests through a 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, capacity expansion can be carried out on the service framework. If the percentage of time spent exceeding the time spent threshold is small, for example, smaller than the time spent threshold, or smaller than another k predetermined time spent exceeding the time spent threshold, and/or the average of all the requested processing time is small, for example, lower than a predetermined upper average threshold, or higher than a predetermined lower average threshold, and/or the maximum time spent processing time of all the requested processing time is large, for example, exceeds a predetermined maximum time spent threshold, then the service restart may be prompted.
Illustratively, a 100ms elapsed time threshold may be set, with a percentage exceeding the threshold at 30% (proportional threshold) to consider the system heavily loaded. Here, a statistical result is exemplified, which takes the time-consuming statistics of dubbo for a certain hour as an example, and includes: the number of requests is 512, the total processing time is 1219ms, the average processing time is 2ms, and the processing time of a single service request is greater than 100ms, 200ms, 300ms and 1000ms, which are all 0, indicating that there is no request whose processing time exceeds the preset time threshold. Therefore, the system has low operation pressure and does not need to be expanded.
The embodiment can provide the forms of shell scripts and the like for carrying out the statistical function; in the case that the dubbo service is deployed more, the time consumption statistics and the rapid statistics in each time period can be seen.
The embodiment can confirm the time point of consuming time by setting the filter, for example, adding the filter in the dubbo frame for counting, and the counting time can generate the log more accurately. The log may then be counted in turn using a script that captures specific fields in the log, such as time-consuming fields, or an algorithm that performs computational analysis using, for example, start-of-process time and completion-of-process time.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Embodiments of the present invention also provide a computer-readable storage medium, in which a computer program is stored, wherein the computer program is configured to perform the steps of any of the above-mentioned method embodiments when executed.
In an exemplary embodiment, in the present embodiment, the storage medium may include, but is not limited to: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk, which can store computer programs.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments. In an exemplary embodiment, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional embodiments, and this embodiment is not described herein again.
In an exemplary embodiment, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
In an exemplary embodiment, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional embodiments, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the various modules or steps of the invention described above may be implemented using a general purpose computing device, which may be centralized on a single computing device or distributed across a network of computing devices, and in one exemplary embodiment may be implemented using program code executable by a computing device, such that the steps shown and described may be executed by a computing device stored in a memory device and, in some cases, may be executed out of order from that shown or described, or separately as individual integrated circuit modules, or multiple ones of them may be executed as 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 a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for processing a service request, comprising:
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 indicates at least a starting processing time and a processing completion time of each service request;
counting the processing logs to obtain a statistical result, wherein the statistical result comprises: a processing time for each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the starting processing time for each of the service requests;
and determining whether the current service resources meet the requirements of the one or more service requests according to the statistical result, wherein under the condition that the current service resources are determined not to meet the requirements of the service requests, specified adjustment processing is carried out.
2. The method of claim 1, wherein the determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result 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 statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 requirement of the service request, and the method comprises the following steps:
and under the condition that the current service resource is determined not to meet the requirement of the service request, increasing the service resource.
3. The method of claim 1, wherein the determining whether the current service resource meets the requirements of the one or more service requests according to the statistical result 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 statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
Determining the 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 if the first ratio is less than a preset second ratio threshold, the average of the processing times is less than a preset average 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 requirement of the service request, and the method comprises the following steps:
and prompting whether to restart the service resource or not under the condition that the current service resource is determined not to meet the requirement of the service request.
4. The method for processing service requests according to any one of claims 1 to 3, wherein the generating a processing log of one or more service requests according to processing conditions of the one or more service requests comprises:
determining the starting processing time and the processing completion time of each service request by using a filter after the one or more service requests enter a caller, wherein the caller is used for calling service resources according to the service requests;
Generating the processing log of the one or more service requests according to at least the start processing time and the processing completion time of each of the service requests.
5. A method for processing a service request, comprising:
sending a service request to a server, wherein the service request is used for instructing the server to generate a processing log of the 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 server 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 server to determine whether the current service resource meets the requirements of the one or more service requests according to the statistical result, wherein under the condition that the current service resource is determined not to meet the requirements of the service request, specified adjustment processing is carried out.
6. The method according to claim 5, wherein the service request is further used to instruct the server to determine a first number according to the statistical result, wherein the first number is the number of processing times exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a first ratio, wherein the first ratio is a ratio of the first number to the 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 also used for indicating the service end to increase the service resources under the condition that the current service resources are determined not to meet the requirements of the service request.
7. The method according to claim 5, wherein the service request is further used to instruct the server to determine a first number according to the statistical result, wherein the first number is the number of processing times exceeding a preset processing time threshold in the statistical result; determining a second number according to the statistical result, wherein the second number is the number of all processing time in the statistical result; determining a second ratio, wherein the second ratio is a ratio of the first number to the second number;
Determining the 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 if the first ratio is less than a preset second ratio threshold, the average of the processing times is less than a preset average threshold, and the maximum processing time is greater than a preset maximum processing time threshold;
the service request is also used for indicating the service end to prompt whether to restart the service resource under the condition that the current service resource is determined not to meet the requirement of the service request.
8. An apparatus for processing a service request, comprising:
the terminal comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving one or more service requests sent by the terminal;
a generating module, configured to generate a processing log of the one or more service requests according to a processing condition 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 statistic module, configured to count the processing logs to obtain a statistic result, where the statistic result includes: a processing time for each of the one or more service requests, wherein the processing time is a difference between the processing completion time and the starting processing time for 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 under the condition that the current service resource is determined not to meet the requirements of the service requests, specified adjustment processing is carried out.
9. A computer-readable storage medium, in which a computer program is stored, wherein the computer program is arranged to execute the method of any of claims 1 to 4 when executed, or wherein the computer program is arranged to execute the method of any of claims 5 to 7 when executed.
10. An electronic apparatus comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 4, or wherein the processor is arranged to execute the computer program to perform the method of any of claims 5 to 7.
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 true CN111858043A (en) 2020-10-30
CN111858043B 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 (6)

* 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
US20150249585A1 (en) * 2014-03-03 2015-09-03 Hitachi, Ltd. Detection apparatus, detection method, and detection program
US20160011909A1 (en) * 2013-03-19 2016-01-14 Hitachi, Ltd. Processing control system, processing control method, and processing control program
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

Patent Citations (6)

* 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
US20160011909A1 (en) * 2013-03-19 2016-01-14 Hitachi, Ltd. Processing control system, processing control method, and processing control program
US20150249585A1 (en) * 2014-03-03 2015-09-03 Hitachi, Ltd. Detection apparatus, detection method, and detection program
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
XIANG ZHOU,ETC: "Fault Analysis and Debugging of Microservice Systems: Industrial Survey, Benchmark System, and Empirical Study", 《 IEEE TRANSACTIONS ON SOFTWARE ENGINEERING》 *
刘煜华: "基于MongoDB的分布式日志采集系统设计及实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
李文海,等: "基于日志可视化分析的微服务系统调试方法", 《计算机科学》 *

Also Published As

Publication number Publication date
CN111858043B (en) 2024-03-22

Similar Documents

Publication Publication Date Title
CN110958281B (en) Data transmission method and communication device based on Internet of things
CN108256118B (en) Data processing method, device, system, computing equipment and storage medium
CN113300854B (en) Edge node capability expansion method, system and expansion box
CN105468513A (en) Testing method, apparatus and system based on mobile terminal
CN112788128A (en) Business information pushing method and device, storage medium and electronic device
CN112596768B (en) Updating method and device of equipment, storage medium and electronic device
CN111666145A (en) Message processing method and system of message queue and computer equipment
CN112134754A (en) Pressure testing method and device, network equipment and storage medium
CN111356182A (en) Resource scheduling and processing method and device
CN110831168A (en) Communication method, system, internet of things platform and computer readable storage medium
US20240147380A1 (en) Method for obtaining computing power information and related device
CN112671572B (en) Method and device for intelligent equipment network distribution, storage medium and electronic device
CN111277599B (en) Remote call processing method and device
CN111831452A (en) Task execution method and device, storage medium and electronic device
CN107425994B (en) Method, terminal and server for realizing remote parameter management
CN112600842A (en) Cluster shell method and device, electronic equipment and computer readable storage medium
CN109863791A (en) Method and apparatus for selecting access network in a wireless communication system
CN111858043B (en) Service request processing method and device, storage medium and electronic device
CN114157725B (en) Method, device, server, electronic equipment and storage medium for equipment linkage
CN112737896B (en) Bandwidth data checking method, device, medium and electronic equipment
EP2930617A1 (en) Resource management method and device
CN110580172B (en) Configuration rule verification method and device, storage medium and electronic device
CN108388475A (en) A kind of method and system based on terminal type provisioning API resource
CN113934552A (en) Method and device for determining function code, storage medium and electronic device
CN111385110B (en) Network management 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