WO2021012795A1 - 网络节点的调度方法、装置、电子设备和存储介质 - Google Patents

网络节点的调度方法、装置、电子设备和存储介质 Download PDF

Info

Publication number
WO2021012795A1
WO2021012795A1 PCT/CN2020/093598 CN2020093598W WO2021012795A1 WO 2021012795 A1 WO2021012795 A1 WO 2021012795A1 CN 2020093598 W CN2020093598 W CN 2020093598W WO 2021012795 A1 WO2021012795 A1 WO 2021012795A1
Authority
WO
WIPO (PCT)
Prior art keywords
network node
service
microservice
service request
current
Prior art date
Application number
PCT/CN2020/093598
Other languages
English (en)
French (fr)
Inventor
李婷
朱海全
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021012795A1 publication Critical patent/WO2021012795A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1008Server selection for load balancing based on parameters of servers, e.g. available memory or workload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1021Server selection for load balancing based on client or server locations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Definitions

  • This application relates to the technical field of data processing, in particular to the scheduling method, device, electronic equipment and storage medium of network nodes.
  • Microservice architecture is a new technology for deploying applications and services in the cloud.
  • each microservice can be deployed independently, and each microservice is loosely coupled.
  • the server side When the server side needs to execute a business request initiated by the user terminal to execute the service corresponding to the microservice, the server generally needs to execute the service request through a certain network node used to execute the service corresponding to the microservice in the service request. There are many network nodes selected. Therefore, a reasonable selection of network nodes will affect the efficiency of the system to complete service requests.
  • the inventor realizes that the server generally selects the network node used to execute the service corresponding to the microservice in the service request by random selection, so the optimal network node cannot be selected reasonably, which will lead to the efficiency of completing the service request Lower.
  • this application provides a network node scheduling Methods, devices, electronic equipment and storage media.
  • a method for scheduling network nodes includes: in response to a service request initiated by a user terminal requesting to execute a service corresponding to a microservice, obtaining a service request for executing a service corresponding to the microservice in the service request.
  • the current load, current performance, and current distance from the user terminal of each network node based on the current load, current performance, and current distance from the user terminal of each network node, it is determined that each network node is performing the service
  • the priority of the service corresponding to the microservice in the request determining the target network for executing the service corresponding to the microservice in the service request based on the priority of each network node in executing the service corresponding to the microservice in the service request node.
  • a network node scheduling device includes: an obtaining unit, configured to respond to a request initiated by a user terminal to perform a service request corresponding to a microservice, and obtain a service request for performing the service request.
  • the current load, current performance, and current distance from the user terminal of each network node corresponding to the microservice is configured to be based on the current load, current performance, and current distance from the user terminal of each network node Determine the priority of each network node in executing the service corresponding to the microservice in the service request; the second execution unit is configured to execute the service corresponding to the microservice in the service request based on each network node The priority determines the target network node used to execute the service corresponding to the microservice in the service request.
  • an electronic device including a memory and a processor, the memory stores computer-readable instructions, and when the computer-readable instructions are executed by the processor, the processor executes the aforementioned network The steps of the node scheduling method.
  • a storage medium storing computer-readable instructions.
  • the one or more processors execute the steps of the scheduling method of the network node. .
  • the server determines the priority of each network node's microservice corresponding business in the execution of the service request based on the current load, current performance of each network node, and the current distance from the user terminal.
  • the priority of the service corresponding to the microservice determines the target network node used to execute the service corresponding to the microservice in the service request, and then achieves better performance when selecting all network nodes that execute the service corresponding to the microservice in the service request to execute the service request.
  • the network nodes that have poor performance in processing service requests are avoided, thereby improving the efficiency of completing service requests.
  • Fig. 1 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application.
  • Fig. 2 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application.
  • Fig. 3 is a specific implementation flowchart of step S230 in a method for scheduling network nodes according to an exemplary embodiment of the present application.
  • Fig. 4 is a specific implementation flowchart of step S120 in a method for scheduling a network node according to an exemplary embodiment of the present application.
  • Fig. 5 is a block diagram of a method and apparatus for scheduling a network node according to an exemplary embodiment of the present application.
  • Fig. 6 schematically shows an exemplary block diagram of an electronic device for implementing the foregoing method for scheduling network nodes.
  • Fig. 7 schematically shows a computer-readable storage medium for implementing the foregoing method for scheduling network nodes.
  • FIG. 1 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application.
  • the execution subject of the network node scheduling method in this embodiment is an electronic device, and the electronic device may specifically be The server side that performs the management of all network nodes that perform service requests corresponding to microservices.
  • the server side is used as an example for description.
  • the scheduling method of network nodes as shown in FIG. 1 may include the following steps S110 to S130, which are described in detail as follows.
  • Step S110 in response to a service request initiated by the user terminal to execute the service corresponding to the microservice, obtain the current load, current performance, and current load of each network node used to execute the service corresponding to the microservice in the service request. distance.
  • the user terminal sends a service request for requesting the execution of a service corresponding to the microservice to the server, where the service request may be a data query request, which is of course not limited to this.
  • the service request is also It can be a request to perform other services.
  • the service request may be triggered by the user manually operating a physical button or virtual control provided by the terminal. It should be noted that the above service request carries geographic location information located by the user terminal.
  • the server responds to the service request of the service corresponding to the microservice initiated by the user terminal, and needs to determine the target for executing the service corresponding to the microservice in the service request from all network nodes that execute the service corresponding to the microservice in the service request Network nodes, where each network node corresponds to a network device used to execute the service corresponding to the microservice in the service request.
  • the server can directly obtain the current load of each network node and the current performance of each network node from the network equipment corresponding to each network node.
  • the server side determines the current distance between each network node and the user terminal, it can obtain the geographic location information of the network node from the network device corresponding to the network node, and based on the geographic location information of the network node and the service request carried
  • the geographic location information located by the user terminal determines the current distance between the network node and the user terminal.
  • Step S120 Determine the priority of each network node in executing the microservice corresponding service in the service request based on the current load, current performance, and current distance from the user terminal of each network node.
  • the current load of the network node may be the current network device corresponding to the network node.
  • the number of service requests processed the more the number of service requests currently processed by the network device, the greater the current load of the network node.
  • the current performance of the network node may be the current processor performance of the network device corresponding to the network node.
  • the smaller the current distance between the node and the user terminal the better the effect of the network node in executing the service request, and the more suitable it is as the target network node for executing the service corresponding to the microservice in the service request, so the priority is higher.
  • the server determines the priority of each network node's microservice corresponding business in the execution of the service request based on the three dimensional information of each network node's current load, current performance, and current distance from the user terminal.
  • Step S130 Determine a target network node for executing the service corresponding to the microservice in the service request based on the priority of each network node in executing the service corresponding to the microservice in the service request.
  • the server after determining the priority of each network node used to execute the service corresponding to the microservice in the service request, the server will determine the microservice used to execute the service request according to the priority.
  • the target network node corresponding to the service is the server.
  • FIG. 2 is an implementation flowchart of a network node scheduling method shown in an exemplary embodiment of the present application. As shown in FIG. 2, the method is based on each network node in the execution of the service request. The priority of the service corresponding to the service determines the target network node for executing the microservice corresponding service in the service request.
  • the step S130 includes: step S230, determining the network node with the highest priority as the target network node for executing the service request The microservice corresponds to the target network node of the business.
  • the server side may determine the network node with the highest priority as the target network node for executing the service corresponding to the microservice in the service request.
  • the server side can also randomly select a network node from all network nodes with a priority higher than a set threshold as the target network node for executing the service corresponding to the microservice in the service request.
  • the server determines the priority of each network node in the execution of the microservice corresponding service in the service request based on the current load, current performance of each network node and the current distance from the user terminal.
  • the priority of the service corresponding to the microservice in the execution of the service request is determined to determine the target network node used to execute the service corresponding to the microservice in the service request, and then all network nodes that execute the service corresponding to the microservice in the service request are selected to execute the service request.
  • the network node with better performance at the time avoids selecting the network node with poor performance in processing service requests, thereby improving the efficiency of completing service requests.
  • FIG. 3 is a specific implementation flowchart of step S230 in a network node scheduling method shown in an exemplary embodiment of the present application.
  • the highest priority The step S230 of determining the network node as the target network node for executing the service corresponding to the microservice in the service request includes: step S2301, obtaining the current time of the network node with the highest priority from a preset log information database All logs generated when the microservice corresponding service in the service request is executed within a specific time period before the current time, wherein the log information in the log includes at least the network node with the highest priority executing the Response status information when the microservice in the service request corresponds to the business, where the response status information indicates that the network node with the highest priority responded successfully or the priority is the highest when executing the service corresponding to the microservice in the service request The network node of is not responding when executing the service corresponding to the microservice in the service request.
  • the server side may first obtain the highest priority from the preset log information database. All logs generated when the network node of the network node executes the service corresponding to the microservice in the service request in the current time and a specific time period before the current time. Among them, all logs of the network node with the highest priority during the current time and a specific time period before the current time may be all logs within one week before the current time, which is not limited here.
  • the preset log information database can be the log information database storing logs of the network device corresponding to the network node, and the log information in the log includes at least the network node with the highest priority when executing the service corresponding to the microservice in the service request.
  • the above response status information is the information that the network node with the highest priority is responding successfully when executing the microservice corresponding service in the service request or the network node with the highest priority is executing the microservice corresponding service in the service request.
  • the log information may also include the reason why the network node with the highest priority did not respond when executing the service corresponding to the microservice in the service request.
  • Step S2302 Determine, based on the response status information in the log information, the response success rate of the microservice corresponding service in the service request executed by the network node with the highest priority in the current time and a specific time period before the current time.
  • the server side obtains the response status information in the log information of all logs, and according to the response status information of all logs, the number of logs that respond successfully when executing the microservice corresponding business in the service request accounts for all
  • the ratio of the number of logs determines the response success rate of the microservice corresponding service in the service request by the network node with the highest priority during the current time and the specific time period before the current time.
  • Step S2303 if the response success rate of the microservice corresponding service in the service request executed by the network node with the highest priority in the current time and a specific time period before the current time is higher than a predetermined threshold, the network node with the highest priority will be selected
  • the network node is determined as a target network node for executing the service corresponding to the microservice in the service request.
  • the server can determine the network node with the highest priority as the target network node for executing the service corresponding to the microservice in the service request.
  • the server can execute the service Other network nodes with a lower probability of failure and higher priority when the microservice in the request corresponds to the service are determined as the target network node for executing the service corresponding to the microservice in the service request.
  • FIG. 4 is a specific implementation flowchart of step S120 in a network node scheduling method shown in an exemplary embodiment of the present application.
  • the method is based on each network node.
  • the current load, current performance, and current distance from the user terminal to determine the priority of each network node in executing the service corresponding to the microservice in the service request S120 includes: step S1201, based on each network The current load of the node and the maximum load corresponding to each network node determine the first score.
  • the server also obtains the maximum load of each network node from the device information of the network device corresponding to each network node, that is, the maximum number of service requests that the network device corresponding to the network node can process simultaneously value.
  • the maximum load of the network node is smaller, the effect of the network node in executing service requests is better; it should be noted that when the maximum load of the network node is larger, the effect of the network node in executing service requests will be better.
  • the terminal will determine the first score based on the current load of each network node and the maximum load corresponding to each network node.
  • the server side determines the first score based on the current load of each network node and the maximum load corresponding to each network node, the first score may be specifically determined based on the following formula.
  • is a normal number greater than zero
  • a 1 is the maximum load corresponding to each network node
  • a 2 is the current load of each network node
  • A is the server side based on the current load of each network node and each network node
  • the first score determined by the corresponding maximum load.
  • the server determines the first score based on the current load of each network node and the maximum load corresponding to each network node. The higher the corresponding first score, the better the network node performs the service request.
  • Step S1202 Determine a second score based on the current performance of each network node and the optimal performance corresponding to each network node.
  • the server also obtains the optimal performance of each network node from the device information of the network device corresponding to each network node, that is, the optimal performance of the processor of the network device corresponding to the network node.
  • the network node performs better in performing service requests; it should be noted that when the current performance of the network node is closer to the optimal performance of the network node, the network node is performing the service request The effect will be better; the server will determine the second score based on the current performance of each network node and the optimal performance corresponding to each network node.
  • the server determines the second score based on the current performance of each network node and the optimal performance corresponding to each network node
  • the second score may be specifically determined based on the following formula.
  • is a normal number greater than zero
  • b 1 is the current performance of each network node
  • b 2 is the optimal performance of each network node
  • B is the server side based on the current performance of each network node and each network node The second score determined by the corresponding optimal performance.
  • the server determines the second score based on the current performance of each network node and the optimal performance of each network node. The higher the corresponding second score, the better the network node performs the service request.
  • Step S1203 Determine a third score based on the relationship table between the current distance between each network node and the user terminal, the current distance between the network node and the user terminal, and the priority value.
  • the current distance between the network node and the user terminal will affect the effect of the network node in executing the service request.
  • the server has pre-stored the relationship table of the current distance between the network node and the user terminal and the priority value, and the server side is based on the determined current distance between each network node and the user terminal, the current distance between the network node and the user terminal and the priority value.
  • the server side determines the third score based on the current distance between each network node and the user terminal, and the relationship table between the current distance between the network node and the user terminal and the priority value. The higher the corresponding third score, the network node is executing the service request The effect is better.
  • Step S1204 based on the first score, the second score, and the third score, determine the priority of each network node in executing the service corresponding to the microservice in the service request.
  • the server side determines the priority of each network node in executing the service corresponding to the microservice in the service request based on the determined first score, second score, and third score.
  • the server determines the priority of each network node in executing the service corresponding to the microservice in the service request. Specifically, it can be determined based on the following formula that each network node is The priority of the business corresponding to the microservice in the execution business request.
  • A is the first score
  • B is the second score
  • C is the third score
  • ⁇ , ⁇ , and ⁇ are normal numbers greater than zero
  • S is the value of each network node in executing service requests
  • the server determines the first score, second score, and third score determined by the three dimensional information of each network node's load, performance, and the current distance from the user terminal to determine the microservices of each network node in executing the service request
  • the first score, the second score, and the third score are all positively correlated with the priority. When the first score, the second score, and the third score are larger, the priority is higher.
  • FIG. 5 is a scheduling apparatus of a network node provided by an embodiment of the present application.
  • the scheduling apparatus of the network node may be integrated into the above-mentioned electronic device, and may specifically include an obtaining unit 310 and a first execution unit 320. And the second execution unit 330.
  • the obtaining unit 310 is configured to respond to a service request for executing a service corresponding to the microservice in response to a request initiated by a user terminal, and obtain the current load and current performance of each network node used to execute the service corresponding to the microservice in the service request. The current distance of the terminal.
  • the first execution unit 320 is configured to determine the priority of each network node in executing the microservice corresponding service in the service request based on the current load, current performance, and current distance from the user terminal of each network node .
  • the second execution unit 330 is configured to determine a target network node for executing the service corresponding to the microservice in the service request based on the priority of each network node in executing the service corresponding to the microservice in the service request.
  • the second execution unit 330 includes: a first execution subunit, configured to determine the network node with the highest priority as the target network node for executing the service corresponding to the microservice in the service request.
  • the first execution subunit further includes: an acquisition module, configured to acquire the network node with the highest priority from a preset log information library to execute the execution in the current time and a specific time period before the current time All logs generated when the microservice in the service request corresponds to the service, wherein the log information in the log includes at least the log information of the network node with the highest priority when executing the service corresponding to the microservice in the service request Response status information, where the response status information is that the network node with the highest priority responds successfully when the microservice corresponding service in the service request is executed or the network node with the highest priority is executing the service request When the microservice corresponds to the business, it is not responding.
  • an acquisition module configured to acquire the network node with the highest priority from a preset log information library to execute the execution in the current time and a specific time period before the current time All logs generated when the microservice in the service request corresponds to the service
  • the log information in the log includes at least the log information of the network node with the highest priority when
  • the first execution module is configured to determine, based on the response status information in the log information, that the network node with the highest priority executes the service corresponding to the microservice in the service request within the current time and a specific time period before the current time Response success rate.
  • the second execution module is configured to: if the network node with the highest priority executes the microservice corresponding service in the service request within a specific time period before the current time and the response success rate is higher than a predetermined threshold, The network node with the highest priority is determined as the target network node for executing the service corresponding to the microservice in the service request.
  • the first execution unit 320 includes: a second execution subunit, configured to determine the first score based on the current load of each network node and the maximum load corresponding to each network node.
  • the third execution subunit is configured to determine a second score based on the current performance of each network node and the optimal performance corresponding to each network node.
  • the fourth execution subunit is configured to determine the third score based on the relationship table between the current distance between each network node and the user terminal, the current distance between the network node and the user terminal, and the priority value.
  • the fifth execution subunit is configured to determine the priority of each network node in executing the microservice corresponding service in the service request based on the first score, the second score, and the third score.
  • the fifth execution subunit is specifically configured to determine the priority of each network node in executing the service corresponding to the microservice in the service request based on the following formula.
  • A is the first score
  • B is the second score
  • C is the third score
  • ⁇ , ⁇ , and ⁇ are normal numbers greater than zero
  • S is the execution of each network node The priority of the microservice in the business request corresponding to the business.
  • the second execution subunit is specifically configured to determine the first score based on the following formula.
  • n is a normal number greater than zero
  • a 1 is the maximum load corresponding to each network node
  • a 2 is the current load of each network node
  • A is the first score.
  • the third execution subunit is specifically configured to determine the second score based on the following formula.
  • is a normal number greater than zero
  • b 1 is the current performance of each network node
  • b 2 is the optimal performance of each network node
  • B is the second score
  • modules or units of the device for action execution are mentioned in the above detailed description, this division is not mandatory.
  • the features and functions of two or more modules or units described above may be embodied in one module or unit.
  • the features and functions of a module or unit described above can be further divided into multiple modules or units to be embodied.
  • the exemplary embodiments described herein can be implemented by software, or can be implemented by combining software with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (can be a CD-ROM, U disk, mobile hard disk, etc.) or on the network , Including several instructions to make a computing device (which may be a personal computer, a server, a mobile terminal, or a network device, etc.) execute the method according to the embodiment of the present disclosure.
  • a computing device which may be a personal computer, a server, a mobile terminal, or a network device, etc.
  • an electronic device capable of implementing the above method is also provided.
  • FIG. 6 is an electronic device 400 according to this embodiment of the present application.
  • the electronic device 400 shown in FIG. 6 is only an example, and should not bring any limitation to the function and use scope of the embodiments of the present application.
  • the electronic device 400 takes the form of a general-purpose computing device.
  • the components of the electronic device 400 may include but are not limited to: the aforementioned at least one processing unit 410, the aforementioned at least one storage unit 420, and a bus 430 connecting different system components (including the storage unit 420 and the processing unit 410).
  • the storage unit stores program code, and the program code can be executed by the processing unit 410, so that the processing unit 410 executes the various exemplary methods described in the "Exemplary Method" section of this specification.
  • Implementation steps For example, the processing unit 410 may perform step S110 as shown in FIG. 1: In response to a service request for executing the service corresponding to the microservice initiated by the user terminal, obtain the service request for executing the service corresponding to the microservice in the service request.
  • Step S120 Determine that each network node is performing based on the current load, current performance, and current distance from the user terminal of each network node
  • the priority of the service corresponding to the microservice in the service request Step S130: Determine the priority of the service corresponding to the microservice in the service request based on the priority of each network node in executing the service request.
  • the storage unit 420 may include a readable medium in the form of a volatile storage unit, such as a random access storage unit (RAM) 4201 and/or a cache storage unit 4202, and may further include a read-only storage unit (ROM) 4203.
  • RAM random access storage unit
  • ROM read-only storage unit
  • the storage unit 420 may also include a program/utility tool 4204 having a set of (at least one) program module 4205.
  • program module 4205 includes but is not limited to: an operating system, one or more application programs, other program modules, and program data, Each of these examples or some combination may include the implementation of a network environment.
  • the bus 430 may represent one or more of several types of bus structures, including a storage unit bus or a storage unit controller, a peripheral bus, a graphics acceleration port, a processing unit, or a local area using any bus structure among multiple bus structures. bus.
  • the electronic device 400 can also communicate with one or more external devices 600 (such as keyboards, pointing devices, Bluetooth devices, etc.), and can also communicate with one or more devices that enable a user to interact with the electronic device 400, and/or communicate with Any device (such as a router, modem, etc.) that enables the electronic device 400 to communicate with one or more other computing devices. Such communication may be performed through an input/output (I/O) interface 440.
  • the electronic device 400 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 460.
  • networks for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet
  • the network adapter 460 communicates with other modules of the electronic device 400 through the bus 430. It should be understood that although not shown in the figure, other hardware and/or software modules can be used in conjunction with the electronic device 400, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives And data backup storage system, etc.
  • the exemplary embodiments described herein can be implemented by software, or can be implemented by combining software with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (can be a CD-ROM, U disk, mobile hard disk, etc.) or on the network , Including several instructions to make a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) execute the method according to the embodiments of the present disclosure.
  • a computing device which may be a personal computer, a server, a terminal device, or a network device, etc.
  • a computer-readable storage medium is also provided.
  • the computer-readable storage medium may be non-volatile or volatile.
  • program products that can implement the above-mentioned methods in this specification.
  • various aspects of the present application can also be implemented in the form of a program product, which includes program code.
  • the program product runs on a terminal device, the program code is used to enable the The terminal device executes the steps according to various exemplary embodiments of the present application described in the above-mentioned "Exemplary Method" section of this specification.
  • a program product 500 for implementing the above method according to an embodiment of the present application is described. It can adopt a portable compact disk read-only memory (CD-ROM) and include program code, and can be stored in an electronic device, For example, running on a personal computer.
  • CD-ROM compact disk read-only memory
  • the program product of this application is not limited to this.
  • the readable storage medium can be any tangible medium that contains or stores a program, and the program can be used by or combined with an instruction execution system, device, or device.
  • the program product can use any combination of one or more readable media.
  • the readable medium may be a readable signal medium or a readable storage medium.
  • the readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Type programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • the computer-readable signal medium may include a data signal propagated in baseband or as a part of a carrier wave, and readable program code is carried therein. This propagated data signal can take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the readable signal medium may also be any readable medium other than a readable storage medium, and the readable medium may send, propagate, or transmit a program for use by or in combination with the instruction execution system, apparatus, or device.
  • the program code contained on the readable medium can be transmitted by any suitable medium, including but not limited to wireless, wired, optical cable, RF, etc., or any suitable combination of the foregoing.
  • the program code used to perform the operations of this application can be written in any combination of one or more programming languages.
  • the programming languages include object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural Programming language-such as "C" language or similar programming language.
  • the program code can be executed entirely on the user's computing device, partly on the user's device, executed as an independent software package, partly on the user's computing device and partly executed on the remote computing device, or entirely on the remote computing device or server Executed on.
  • the remote computing device can be connected to a user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or can be connected to an external computing device (for example, using Internet service providers) Business to connect via the Internet).
  • LAN local area network
  • WAN wide area network
  • Internet service providers Internet service providers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本申请揭示了一种网络节点的调度方法、装置、电子设备和存储介质,可通过大数据实现,其中所述方法包括:响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中微服务对应业务的优先度。本申请提出的方法使得服务器端需要执行用户终端发起的请求执行微服务对应业务的业务请求时,能选择最优的网络节点,避免选择了处理业务请求性能较差的网络节点,进而能提高完成业务请求的效率。

Description

网络节点的调度方法、装置、电子设备和存储介质
本申请要求于2019年07月23日提交中国专利局、申请号为2019106674000,发明名称为“网络节点的调度方法、装置、电子设备和存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及数据处理的技术领域,特别是涉及网络节点的调度方法、装置、电子设备和存储介质。
背景技术
微服务架构是一项在云中部署应用和服务的新技术,在***的微服务构架中,各个微服务可被独立部署,各个微服务之间是松耦合的。
在服务器端需要执行用户终端发起的请求执行微服务对应业务的业务请求时,服务器端一般需要通过用于执行该业务请求中的微服务对应业务的某个网络节点去执行业务请求,由于可供选择的网络节点较多,因此,合理地选择网络节点将会影响到***完成业务请求的效率。
发明人意识到,服务器端一般通过随机选择的方式去选择用于执行该业务请求中的微服务对应业务的网络节点,由此不能合理选择最优的网络节点,因此会导致完成业务请求的效率较低。
技术问题
基于此,为解决现有技术中在***需要执行用户终端发起的请求执行微服务对应业务的业务请求时,不能合理选择最优的网络节点的技术问题,本申请提供了一种网络节点的调度方法、装置、电子设备和存储介质。
技术解决方案
第一方面,提供了一种网络节点的调度方法,所述方法包括:响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
第二方面,提供了一种网络节点的调度装置,所述装置包括:获取单元,用于响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;第一执行单元,用于基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;第二执行单元,用于基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
第三方面,提供了一种电子设备,包括存储器和处理器,所述存储器中存储有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述处理器执行上述网络节点的调度方法的步骤。
第四方面,提供了一种存储有计算机可读指令的存储介质,所述计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行上述网络节点的调度方法的步骤。
有益效果
服务器端基于每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定每个网络节点在执行业务请求中的微服务对应业务的优先度,基于每个网络节点在执行业务请求中的微服务对应业务的优先度确定用于执行业务请求中的微服务对应业务的目标网络节点,进而实现从执行该业务请求中的微服务对应业务的所有网络节点选择执行业务请求时的性能较优的网络节点,避免了选择处理业务请求性能较差的网络节点,进而能提高完成业务请求的效率。
附图说明
图1是本申请一示例性实施例示出的一种网络节点的调度方法的实现流程图。
图2是本申请一示例性实施例示出的一种网络节点的调度方法的实现流程图。
图3是本申请一示例性实施例示出的一种网络节点的调度方法中的步骤S230的一种具体实现流程图。
图4是本申请一示例性实施例示出的一种网络节点的调度方法中的步骤S120的一种具体实现流程图。
图5是本申请一示例性实施例示出的一种网络节点的调度方法装置的框图。
图6示意性示出一种用于实现上述网络节点的调度方法的电子设备示例框图。
图7示意性示出一种用于实现上述网络节点的调度方法的计算机可读存储介质。
本发明的实施方式
现在将参考附图更全面地描述示例实施方式。然而,示例实施方式能够以多种形式实施,且不应被理解为限于在此阐述的范例;相反,提供这些实施方式使得本申请将更加全面和完整,并将示例实施方式的构思全面地传达给本领域的技术人员。
此外,所描述的特征、结构或特性可以以任何合适的方式结合在一个或更多实施例中。在下面的描述中,提供许多具体细节从而给出对本申请的实施例的充分理解。然而,本领域技术人员将意识到,可以实践本申请的技术方案而没有特定细节中的一个或更多,或者可以采用其它的方法、组元、装置、步骤等。在其它情况下,不详细示出或描述公知方法、装置、实现或者操作以避免模糊本申请的各方面。
附图中所示的方框图仅仅是功能实体,不一定必须与物理上独立的实体相对应。即,可以采用软件形式来实现这些功能实体,或在一个或多个硬件模块或集成电路中实现这些功能实体,或在不同网络和/或处理器装置和/或微控制器装置中实现这些功能实体。
附图中所示的流程图仅是示例性说明,不是必须包括所有的内容和操作/步骤,也不是必须按所描述的顺序执行。例如,有的操作/步骤还可以分解,而有的操作/步骤可以合并或部分合并,因此实际执行的顺序有可能根据实际情况改变。
参考图1,图1是本申请一示例性实施例示出的网络节点的调度方法的实现流程图,本实施例中的网络节点的调度方法的执行主体为电子设备,该电子设备具体可以为对执行微服务对应业务的业务请求的所有网络节点进行管理的服务器端,以下以服务器端为例来进行描述,如图1所示的网络节点的调度方法可包括如下步骤S110至步骤S130,详细说明如下。
步骤S110,响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离。
在本申请一个实施例中,用户终端发出用于请求执行微服务对应业务的业务请求至服务器端,其中,该业务请求可以为一种数据查询请求,当然并不限定于此,该业务请求还可以为执行其它业务的请求。具体的,该业务请求可以由用户手动操作终端提供的实体按键或虚拟控件进行触发。需要说明的是,上述业务请求携带有用户终端所定位的地理位置信息。
服务器端响应于用户终端发起的请求执行微服务对应业务的业务请求,需要从执行该业务请求中的微服务对应业务的所有网络节点中确定用于执行该业务请求中的微服务对应业务的目标网络节点,其中,每个网络节点对应一个用于执行业务请求中的微服务对应业务的网络设备。
服务器端可以直接从每个网络节点对应的网络设备中获取每个网络节点的当前负荷以及每个网络节点的当前性能。而服务器端在确定每个网络节点与用户终端的当前距离时,可以通过从网络节点对应的网络设备中获取该网络节点的地理位置信息,并基于该网络节点的地理位置信息和业务请求中携带的用户终端所定位的地理位置信息确定得到网络节点与用户终端的当前距离。
步骤S120,基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
在本申请一个实施例中,由于每个网络节点的当前负荷、当前性能以及与用户终端的当前距离这三个维度信息存在差异,其中,网络节点的当前负荷可以为网络节点对应的网络设备当前所处理的业务请求的数量,网络设备当前所处理的业务请求的数量越多,网络节点的当前负荷越大。当网络节点的当前负荷越小,则该网络节点在执行业务请求时的效果越好,则越适合作为执行业务请求中的微服务对应业务的目标网络节点,因此优先度越高。网络节点的当前性能可以是网络节点对应的网络设备当前的处理器性能,网络节点对应的网络设备当前的处理器性能越好,网络节点对应的网络设备当前的处理器性能越好。当网络节点的当前性能越好,则该网络节点在执行业务请求时的效果越好,则越适合作为执行业务请求中的微服务对应业务的目标网络节点,因此优先度越高;当该网络节点与用户终端的当前距离越小,则该网络节点在执行业务请求时的效果越好,则越适合作为用于执行业务请求中的微服务对应业务的目标网络节点,因此优先度越高。服务器端基于每个网络节点的当前负荷、当前性能以及与用户终端的当前距离这三个维度信息确定每个网络节点在执行业务请求中的微服务对应业务的优先度。
步骤S130,基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
在本申请的一个实施例中,服务器端在确定得到用于执行业务请求中的微服务对应业务的每个网络节点的优先度后,会根据优选度确定用于执行该业务请求中的微服务对应业务的目标网络节点。
参考图2,图2是本申请一示例性实施例示出的网络节点的调度方法的实现流程图,如图2所示,所述基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点的步骤S130,包括:步骤S230,将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
服务器端可以将优先度最高的网络节点确定为用于执行该业务请求中的微服务对应业务的目标网络节点。
可选地,服务器端还可以在优先度高于设定阈值的所有网络节点中随机选取一个网络节点作为用于执行该业务请求中的微服务对应业务的目标网络节点。
以上可以看出,服务器端基于每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定每个网络节点在执行业务请求中的微服务对应业务的优先度,基于每个网络节点在执行业务请求中的微服务对应业务的优先度确定用于执行业务请求中的微服务对应业务的目标网络节点,进而实现从执行该业务请求中的微服务对应业务的所有网络节点选择执行业务请求时的性能较优的网络节点,避免选择了处理业务请求性能较差的网络节点,进而能提高完成业务请求的效率。
参阅图3,图3为是本申请一示例性实施例示出的一种网络节点的调度方法中的步骤S230的一种具体实现流程图,在本实施例中,所述将将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点的步骤S230,包括:步骤S2301,从预设的日志信息库中获取所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务时所产生的所有日志,其中,所述日志中的日志信息至少包括所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时的响应状况信息,所述响应状况信息为所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为响应成功或所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为未响应。
在本申请一个实施例中,服务器端在将优先度最高的网络节点确定为用于执行业务请求中微服务对应业务的目标网络节点之前,可以先从预设的日志信息库中获取优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行业务请求中微服务对应业务时所产生的所有日志。其中,优先度最高的网络节点在当前时间和当前时间之前的特定时间段内的所有日志可以是当前时间之前一个星期内的所有日志,在此不作限定。
可以理解的是,预设的日志信息库可以为网络节点对应的网络设备存储日志的日志信息库,日志中的日志信息至少包括优先度最高的网络节点在执行业务请求中的微服务对应业务时的响应状况信息,上述响应状况信息为优先度最高的网络节点在执行业务请求中的微服务对应业务时为响应成功的信息或优先度最高的网络节点在执行业务请求中的微服务对应业务时为未响应的信息,此外,日志信息还可以包含优先度最高的网络节点在执行业务请求中的微服务对应业务时未响应的原因。
步骤S2302,基于所述日志信息中的响应状况信息确定所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率。
在本申请一个实施例中,服务器端获取所有日志的日志信息中的响应状况信息,并根据所有日志的响应状况信息中在执行业务请求中的微服务对应业务时为响应成功的日志数占所有日志数的比值确定优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行该业务请求中的微服务对应业务的响应成功率。
步骤S2303,若所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率高于预定阈值,则将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
在本申请的一个实施例中,若优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行业务请求中的微服务对应业务的响应成功率高于预定阈值,说明该网络节点在执行业务请求中的微服务对应业务时出现故障的概率较低,则服务器端可以将优先度最高的网络节点确定为用于执行业务请求中的微服务对应业务的目标网络节点。
需要指出的是,当优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行业务请求中的微服务对应业务的响应成功率低于预定阈值时,服务器端可以将在执行业务请求中的微服务对应业务时出现故障的概率较低且优先度较高的其它网络节点确定为用于执行该业务请求中的微服务对应业务的目标网络节点。
参阅图4,图4是本申请一示例性实施例示出的一种网络节点的调度方法中的步骤S120的一种具体实现流程图,在本实施例中,所述基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度的步骤S120,包括:步骤S1201,基于所述每个网络节点的当前负荷与所述每个网络节点对应的最大负荷,确定第一分数。
在本申请一个实施例中,服务器端还从每个网络节点对应的网络设备的设备信息中获取每个网络节点的最大负荷,即网络节点对应的网络设备所能同时处理的业务请求的最大数量值。当网络节点的当前负荷越小,则网络节点在执行业务请求的效果更好;需要说明的是,当网络节点的最大负荷越大,则网络节点在执行业务请求的效果也将更好,服务器端将基于每个网络节点的当前负荷与每个网络节点对应的最大负荷,确定第一分数。
[援引加入(细则20.6) 17.07.2020] 
可选地,服务器端在基于每个网络节点的当前负荷与每个网络节点对应的最大负荷,确定第一分数时,具体可以基于以下公式确定第一分数。
Figure WO-DOC-FIGURE-6 14
其中,η为大于零的正常数,a 1 为每个网络节点对应的最大负荷,a 2 为每个网络节点的当前负荷,A为服务器端基于每个网络节点的当前负荷与每个网络节点对应的最大负荷所确定的第一分数。服务器端基于每个网络节点的当前负荷与每个网络节点对应的最大负荷,确定第一分数,对应的第一分数越高,则网络节点在执行业务请求的效果更好。
步骤S1202,基于所述每个网络节点的当前性能与所述每个网络节点对应的最优性能,确定第二分数。
服务器端还从每个网络节点对应的网络设备的设备信息中获取每个网络节点的最优性能,即网络节点对应的网络设备的处理器最优性能。当网络节点的当前性能越好,则网络节点在执行业务请求的效果更好;需要说明的是,当网络节点的当前性能越接近该网络节点的最优性能,则网络节点在执行业务请求的效果也将更好;服务器端将基于每个网络节点的当前性能与每个网络节点对应的最优性能,确定第二分数。
可选地,服务器端在基于每个网络节点的当前性能与每个网络节点对应的最优性能,确定第二分数时,具体可以基于以下公式确定第二分数。
[援引加入(细则20.6) 17.07.2020] 
Figure WO-DOC-FIGURE-7 15
其中,λ为大于零的正常数,b 1 为每个网络节点的当前性能,b 2 为每个网络节点的最优性能,B为服务器端基于每个网络节点的当前性能与每个网络节点对应的最优性能所确定的第二分数。服务器端基于每个网络节点的当前性能与每个网络节点的最优性能,确定第二分数,对应的第二分数越高,则网络节点在执行业务请求的效果更好。
步骤S1203,基于所述每个网络节点与用户终端的当前距离、网络节点与用户终端的当前距离和优先值的关系表,确定第三分数。
在本申请一个实施例中,网络节点与用户终端的当前距离会影响到网络节点在执行业务请求的效果,当网络节点与用户终端的当前距离越小,则网络节点在执行业务请求的效果更好。服务器端预存有网络节点与用户终端的当前距离和优先值的关系表,服务器端基于所确定的每个网络节点与用户终端的当前距离、网络节点与用户终端的当前距离和优先值的关系表,确定第三分数。服务器端基于每个网络节点与用户终端的当前距离,以及网络节点与用户终端的当前距离和优先值的关系表,确定第三分数,对应的第三分数越高,则网络节点在执行业务请求的效果更好。
步骤S1204,基于所述第一分数、所述第二分数以及所述第三分数,确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
在本申请一个实施例中,服务器端基于所确定的第一分数、第二分数以及第三分数,确定得到每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
可选地,服务器端基于第一分数、第二分数以及第三分数,确定每个网络节点在执行业务请求中的微服务对应业务的优先度时,具体可以基于以下公式确定每个网络节点在执行业务请求中的微服务对应业务的优先度。
[援引加入(细则20.6) 17.07.2020] 
Figure WO-DOC-FIGURE-5 13 20
其中,A为所述第一分数,B为所述第二分数,C为所述第三分数,α、β和γ为大于零的正常数,S为每个网络节点在执行业务请求中的微服务对应业务的优先度。服务器端基于每个网络节点的负荷、性能以及与用户终端的当前距离这三个维度信息所确定的第一分数、第二分数以及第三分数来确定个网络节点在执行业务请求中的微服务对应业务的优先度,第一分数、第二分数以及第三分数与优先度均为正相关关系,当第一分数、第二分数以及第三分数越大,则优先度越高。
参考图5,图5是本申请一个实施例提供的一种网络节点的调度装置,所述网络节点的调度装置可以集成于上述的电子设备中,具体可以包括获取单元310、第一执行单元320以及第二执行单元330。
获取单元310,用于响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离。
第一执行单元320,用于基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
第二执行单元330,用于基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
可选地,所述第二执行单元330,包括:第一执行子单元,用于将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
可选地,所述第一执行子单元,还包括:获取模块,用于从预设的日志信息库中获取所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务时所产生的所有日志,其中,所述日志中的日志信息至少包括所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时的响应状况信息,所述响应状况信息为所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为响应成功或所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为未响应。
第一执行模块,用于基于所述日志信息中的响应状况信息确定所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率。
第二执行模块,用于若所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率高于预定阈值,则将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
可选地,所述第一执行单元320,包括:第二执行子单元,用于基于所述每个网络节点的当前负荷与所述每个网络节点对应的最大负荷,确定第一分数。
第三执行子单元,用于基于所述每个网络节点的当前性能与所述每个网络节点对应的最优性能,确定第二分数。
第四执行子单元,用于基于所述每个网络节点与用户终端的当前距离、网络节点与用户终端的当前距离和优先值的关系表,确定第三分数。
第五执行子单元,用于基于所述第一分数、所述第二分数以及所述第三分数,确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
可选地,第五执行子单元,具体用于基于以下公式确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
[援引加入(细则20.6) 17.07.2020] 
Figure WO-DOC-FIGURE-5 13 20
其中,A为所述第一分数,B为所述第二分数,C为所述第三分数,α、β和γ为大于零的正常数,S为所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
可选地,第二执行子单元具体用于基于以下公式确定所述第一分数。
[援引加入(细则20.6) 17.07.2020] 
Figure WO-DOC-FIGURE-6 14
其中,η为大于零的正常数,a 1 为所述每个网络节点对应的最大负荷,a 2 为所述每个网络节点的当前负荷,A为所述第一分数。
可选地,第三执行子单元具体用于基于以下公式确定所述第二分数。
[援引加入(细则20.6) 17.07.2020] 
Figure WO-DOC-FIGURE-7 15
其中,λ为大于零的正常数,b 1 为所述每个网络节点的当前性能,b 2 为所述每个网络节点的最优性能,B为所述第二分数。
上述装置中各个模块的功能和作用的实现过程具体详见上述网络节点的调度方法中对应步骤的实现过程,在此不再赘述。
应当注意,尽管在上文详细描述中提及了用于动作执行的设备的若干模块或者单元,但是这种划分并非强制性的。实际上,根据本公开的实施方式,上文描述的两个或更多模块或者单元的特征和功能可以在一个模块或者单元中具体化。反之,上文描述的一个模块或者单元的特征和功能可以进一步划分为由多个模块或者单元来具体化。
此外,尽管在附图中以特定顺序描述了本公开中方法的各个步骤,但是,这并非要求或者暗示必须按照该特定顺序来执行这些步骤,或是必须执行全部所示的步骤才能实现期望的结果。附加的或备选的,可以省略某些步骤,将多个步骤合并为一个步骤执行,以及/或者将一个步骤分解为多个步骤执行等。
通过以上的实施方式的描述,本领域的技术人员易于理解,这里描述的示例实施方式可以通过软件实现,也可以通过软件结合必要的硬件的方式来实现。因此,根据本公开实施方式的技术方案可以以软件产品的形式体现出来,该软件产品可以存储在一个非易失性存储介质(可以是CD-ROM,U盘,移动硬盘等)中或网络上,包括若干指令以使得一台计算设备(可以是个人计算机、服务器、移动终端、或者网络设备等)执行根据本公开实施方式的方法。
在本公开的示例性实施例中,还提供了一种能够实现上述方法的电子设备。
所属技术领域的技术人员能够理解,本申请的各个方面可以实现为***、方法或程序产品。因此,本申请的各个方面可以具体实现为以下形式,即:完全的硬件实施方式、完全的软件实施方式(包括固件、微代码等),或硬件和软件方面结合的实施方式,这里可以统称为“电路”、“模块”或“***”。
参考图6,图6是根据本申请的这种实施方式的电子设备400。图6显示的电子设备400仅仅是一个示例,不应对本申请实施例的功能和使用范围带来任何限制。
如图6所示,电子设备400以通用计算设备的形式表现。电子设备400的组件可以包括但不限于:上述至少一个处理单元410、上述至少一个存储单元420、连接不同***组件(包括存储单元420和处理单元410)的总线430。
其中,所述存储单元存储有程序代码,所述程序代码可以被所述处理单元410执行,使得所述处理单元410执行本说明书上述“示例性方法”部分中描述的根据本申请各种示例性实施方式的步骤。例如,所述处理单元410可以执行如图1中所示的步骤S110:响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;步骤S120:基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;步骤S130:基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
存储单元420可以包括易失性存储单元形式的可读介质,例如随机存取存储单元(RAM)4201和/或高速缓存存储单元4202,还可以进一步包括只读存储单元(ROM)4203。
存储单元420还可以包括具有一组(至少一个)程序模块4205的程序/实用工具4204,这样的程序模块4205包括但不限于:操作***、一个或者多个应用程序、其它程序模块以及程序数据,这些示例中的每一个或某种组合中可能包括网络环境的实现。
总线430可以为表示几类总线结构中的一种或多种,包括存储单元总线或者存储单元控制器、***总线、图形加速端口、处理单元或者使用多种总线结构中的任意总线结构的局域总线。
电子设备400也可以与一个或多个外部设备600(例如键盘、指向设备、蓝牙设备等)通信,还可与一个或者多个使得用户能与该电子设备400交互的设备通信,和/或与使得该电子设备400能与一个或多个其它计算设备进行通信的任何设备(例如路由器、调制解调器等等)通信。这种通信可以通过输入/输出(I/O)接口440进行。并且,电子设备400还可以通过网络适配器460与一个或者多个网络(例如局域网(LAN),广域网(WAN)和/或公共网络,例如因特网)通信。如图所示,网络适配器460通过总线430与电子设备400的其它模块通信。应当明白,尽管图中未示出,可以结合电子设备400使用其它硬件和/或软件模块,包括但不限于:微代码、设备驱动器、冗余处理单元、外部磁盘驱动阵列、RAID***、磁带驱动器以及数据备份存储***等。
通过以上的实施方式的描述,本领域的技术人员易于理解,这里描述的示例实施方式可以通过软件实现,也可以通过软件结合必要的硬件的方式来实现。因此,根据本公开实施方式的技术方案可以以软件产品的形式体现出来,该软件产品可以存储在一个非易失性存储介质(可以是CD-ROM,U盘,移动硬盘等)中或网络上,包括若干指令以使得一台计算设备(可以是个人计算机、服务器、终端装置、或者网络设备等)执行根据本公开实施方式的方法。
在本公开的示例性实施例中,还提供了一种计算机可读存储介质,所述计算机可读存储介质可以是非易失性,也可以是易失性。其上存储有能够实现本说明书上述方法的程序产品。在一些可能的实施方式中,本申请的各个方面还可以实现为一种程序产品的形式,其包括程序代码,当所述程序产品在终端设备上运行时,所述程序代码用于使所述终端设备执行本说明书上述“示例性方法”部分中描述的根据本申请各种示例性实施方式的步骤。
参考图7所示,描述了根据本申请的实施方式的用于实现上述方法的程序产品500,其可以采用便携式紧凑盘只读存储器(CD-ROM)并包括程序代码,并可以在电子设备,例如个人电脑上运行。然而,本申请的程序产品不限于此,在本文件中,可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行***、装置或者器件使用或者与其结合使用。
所述程序产品可以采用一个或多个可读介质的任意组合。可读介质可以是可读信号介质或者可读存储介质。可读存储介质例如可以为但不限于电、磁、光、电磁、红外线、或半导体的***、装置或器件,或者任意以上的组合。可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。
计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了可读程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。可读信号介质还可以是可读存储介质以外的任何可读介质,该可读介质可以发送、传播或者传输用于由指令执行***、装置或者器件使用或者与其结合使用的程序。
可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于无线、有线、光缆、RF等等,或者上述的任意合适的组合。
可以以一种或多种程序设计语言的任意组合来编写用于执行本申请操作的程序代码,所述程序设计语言包括面向对象的程序设计语言—诸如Java、C++等,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算设备上执行、部分地在用户设备上执行、作为一个独立的软件包执行、部分在用户计算设备上部分在远程计算设备上执行、或者完全在远程计算设备或服务器上执行。在涉及远程计算设备的情形中,远程计算设备可以通过任意种类的网络,包括局域网(LAN)或广域网(WAN),连接到用户计算设备,或者,可以连接到外部计算设备(例如利用因特网服务提供商来通过因特网连接)。
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以所述权利要求的保护范围为准。

Claims (20)

  1. 一种网络节点的调度方法,其中,所述方法包括:
    响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;
    基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;
    基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
  2. 根据权利要求1所述的方法,其中,所述基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点的步骤,包括:
    将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
  3. 根据权利要求2所述的方法,其中,所述将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点的步骤,包括:
    从预设的日志信息库中获取所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务时所产生的所有日志,其中,所述日志中的日志信息至少包括所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时的响应状况信息,所述响应状况信息为所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为响应成功或所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为未响应;
    基于所述日志信息中的响应状况信息确定所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率;
    若所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率高于预定阈值,则将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
  4. 根据权利要求1所述的方法,其中,所述基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度的步骤,包括:
    基于所述每个网络节点的当前负荷与所述每个网络节点对应的最大负荷,确定第一分数;
    基于所述每个网络节点的当前性能与所述每个网络节点对应的最优性能,确定第二分数;
    基于所述每个网络节点与用户终端的当前距离、网络节点与用户终端的当前距离和优先值的关系表,确定第三分数;
    基于所述第一分数、所述第二分数以及所述第三分数,确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
  5. [援引加入(细则20.6) 17.07.2020]
    根据权利要求4所述的方法,其中,所述基于所述第一分数、所述第二分数以及所述第三分数,确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度的步骤,包括:
    基于以下公式确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;

    Figure WO-DOC-FIGURE-5 13 20
    其中,A为所述第一分数,B为所述第二分数,C为所述第三分数,α、β和γ为大于零的正常数,S为所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
  6. [援引加入(细则20.6) 17.07.2020]
    根据权利要求5所述的方法,其中,所述基于每个网络节点的当前负荷与每个网络节点对应的最大负荷,确定第一分数的步骤,包括:
    基于以下公式确定所述第一分数;
    Figure WO-DOC-FIGURE-6 14
    其中,η为大于零的正常数,a 1 为所述每个网络节点对应的最大负荷,a 2 为所述每个网络节点的当前负荷,A为所述第一分数。
  7. [援引加入(细则20.6) 17.07.2020]
    根据权利要求5所述的方法,其中,所述基于每个网络节点的当前性能与每个网络节点对应的最优性能,确定第二分数的步骤,包括:
    基于以下公式确定所述第二分数;
    Figure WO-DOC-FIGURE-7 15
    其中,λ为大于零的正常数,b 1 为所述每个网络节点的当前性能,b 2 为所述每个网络节点的最优性能,B为所述第二分数。
  8. 一种网络节点的调度装置,其中,所述装置包括:
    获取单元,用于响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;
    第一执行单元,用于基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;
    第二执行单元,用于基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
  9. 一种电子设备,包括存储器和处理器,所述处理器、和所述存储器相互连接,其中,所述存储器用于存储计算机程序,所述计算机程序包括程序指令,所述处理器用于执行所述存储器的所述程序指令,其中:
    所述处理器,用于响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;
    所述处理器,用于基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;
    所述处理器,用于基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
  10. 根据权利要求9所述的电子设备,其中,所述处理器,还用于:
    将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
  11. 根据权利要求10所述的电子设备,其中,所述处理器还用于:
    从预设的日志信息库中获取所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务时所产生的所有日志,其中,所述日志中的日志信息至少包括所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时的响应状况信息,所述响应状况信息为所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为响应成功或所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为未响应;
    基于所述日志信息中的响应状况信息确定所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率;
    若所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率高于预定阈值,则将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
  12. 根据权利要求9所述的电子设备,其中,所述处理器还用于:
    基于所述每个网络节点的当前负荷与所述每个网络节点对应的最大负荷,确定第一分数;
    基于所述每个网络节点的当前性能与所述每个网络节点对应的最优性能,确定第二分数;
    基于所述每个网络节点与用户终端的当前距离、网络节点与用户终端的当前距离和优先值的关系表,确定第三分数;
    基于所述第一分数、所述第二分数以及所述第三分数,确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
  13. [援引加入(细则20.6) 17.07.2020]
    根据权利要求12所述的电子设备,其中,所述处理器用于基于以下公式确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;
    Figure WO-DOC-FIGURE-5 13 20
    其中,A为所述第一分数,B为所述第二分数,C为所述第三分数,α、β和γ为大于零的正常数,S为所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
  14. [援引加入(细则20.6) 17.07.2020]
    根据权利要求13所述的电子设备,其中,所述处理器还用于:
    基于以下公式确定所述第一分数;
    Figure WO-DOC-FIGURE-6 14
    其中,η为大于零的正常数,a 1 为所述每个网络节点对应的最大负荷,a 2 为所述每个网络节点的当前负荷,A为所述第一分数。
  15. [援引加入(细则20.6) 17.07.2020]
    根据权利要求13所述的电子设备,其中,所述处理器还用于:
    基于以下公式确定所述第二分数;
    Figure WO-DOC-FIGURE-7 15
    其中,λ为大于零的正常数,b 1 为所述每个网络节点的当前性能,b 2 为所述每个网络节点的最优性能,B为所述第二分数。
  16. 一种计算机可读存储介质,其中,所述计算机可读存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令被处理器执行时,用于实现以下步骤:
    响应于用户终端发起的请求执行微服务对应业务的业务请求,获取用于执行所述业务请求中的微服务对应业务的每个网络节点的当前负荷、当前性能以及与用户终端的当前距离;
    基于所述每个网络节点的当前负荷、当前性能以及与用户终端的当前距离确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;
    基于所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度确定用于执行所述业务请求中的微服务对应业务的目标网络节点。
  17. 根据权利要求16所述的计算机可读存储介质,其中,所述程序指令被处理器执行时,还用于实现以下步骤:
    将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
  18. 根据权利要求17所述的计算机可读存储介质,其中,所述程序指令被处理器执行时,还用于实现以下步骤:
    从预设的日志信息库中获取所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务时所产生的所有日志,其中,所述日志中的日志信息至少包括所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时的响应状况信息,所述响应状况信息为所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为响应成功或所述优先度最高的网络节点在执行所述业务请求中的微服务对应业务时为未响应;
    基于所述日志信息中的响应状况信息确定所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率;
    若所述优先度最高的网络节点在当前时间和当前时间之前的特定时间段内执行所述业务请求中的微服务对应业务的响应成功率高于预定阈值,则将优先度最高的网络节点确定为用于执行所述业务请求中的微服务对应业务的目标网络节点。
  19. 根据权利要求16所述的计算机可读存储介质,其中,所述程序指令被处理器执行时,还用于实现以下步骤:
    基于所述每个网络节点的当前负荷与所述每个网络节点对应的最大负荷,确定第一分数;
    基于所述每个网络节点的当前性能与所述每个网络节点对应的最优性能,确定第二分数;
    基于所述每个网络节点与用户终端的当前距离、网络节点与用户终端的当前距离和优先值的关系表,确定第三分数;
    基于所述第一分数、所述第二分数以及所述第三分数,确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
  20. [援引加入(细则20.6) 17.07.2020]
    根据权利要求19所述的计算机可读存储介质,其中,所述程序指令被处理器执行时,还用于实现以下步骤:
    基于以下公式确定所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度;
    Figure WO-DOC-FIGURE-5 13 20
    其中,A为所述第一分数,B为所述第二分数,C为所述第三分数,α、β和γ为大于零的正常数,S为所述每个网络节点在执行所述业务请求中的微服务对应业务的优先度。
PCT/CN2020/093598 2019-07-23 2020-05-30 网络节点的调度方法、装置、电子设备和存储介质 WO2021012795A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910667400.0A CN110460647B (zh) 2019-07-23 2019-07-23 网络节点的调度方法、装置、电子设备和存储介质
CN201910667400.0 2019-07-23

Publications (1)

Publication Number Publication Date
WO2021012795A1 true WO2021012795A1 (zh) 2021-01-28

Family

ID=68483247

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/093598 WO2021012795A1 (zh) 2019-07-23 2020-05-30 网络节点的调度方法、装置、电子设备和存储介质

Country Status (2)

Country Link
CN (1) CN110460647B (zh)
WO (1) WO2021012795A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114257493A (zh) * 2021-12-17 2022-03-29 中国电信股份有限公司 网络节点的故障预警方法、装置、介质及电子设备

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110460647B (zh) * 2019-07-23 2021-10-22 平安科技(深圳)有限公司 网络节点的调度方法、装置、电子设备和存储介质
CN111092816B (zh) * 2019-11-26 2022-02-15 金蝶软件(中国)有限公司 网关动态路由方法、装置、计算机设备和存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102726031A (zh) * 2011-07-22 2012-10-10 华为技术有限公司 内容处理方法、装置和***
CN102868935A (zh) * 2012-08-24 2013-01-09 乐视网信息技术(北京)股份有限公司 在内容分发网络中响应多源的调度方法
US20180219932A1 (en) * 2017-01-31 2018-08-02 Wipro Limited Method and system for proactively selecting a content distribution network (cdn) for delivering content
CN108512890A (zh) * 2018-01-25 2018-09-07 中铝视拓智能科技有限公司 一种基于机架感知的容器云平台资源调度方法及***
CN108563499A (zh) * 2018-04-27 2018-09-21 努比亚技术有限公司 Cdn服务器切换方法、移动终端及计算机可读存储介质
CN109802997A (zh) * 2018-12-20 2019-05-24 华为技术服务有限公司 一种节点设备的选择方法及其相关设备
CN110460647A (zh) * 2019-07-23 2019-11-15 平安科技(深圳)有限公司 网络节点的调度方法、装置、电子设备和存储介质

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11323508B2 (en) * 2009-05-22 2022-05-03 Comcast Interactive Media, Llc Web service system and method
CN103780654B (zh) * 2012-10-24 2018-05-18 华为技术有限公司 业务请求处理方法、用户终端、业务路由器及网络***
CN103916472B (zh) * 2014-04-03 2018-03-13 华为软件技术有限公司 一种内容路由方法和装置
CN106302565B (zh) * 2015-05-12 2020-11-24 浙江格林蓝德信息技术有限公司 业务服务器的调度方法及***
CN105847381A (zh) * 2016-04-18 2016-08-10 乐视控股(北京)有限公司 内容服务器的调度方法及装置
CN106101232A (zh) * 2016-06-16 2016-11-09 北京思源置地科技有限公司 负载均衡方法及装置
CN106227611A (zh) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 一种多语言云编译的动态微服务调用方法及装置
CN109067869A (zh) * 2018-08-01 2018-12-21 郑州云海信息技术有限公司 云计算***中微服务节点的管理方法和装置
CN109729155A (zh) * 2018-12-13 2019-05-07 平安医疗健康管理股份有限公司 一种业务请求的分配方法及相关装置
CN109901927A (zh) * 2019-02-21 2019-06-18 国泰君安证券股份有限公司 智能化任务动态调度***及其方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102726031A (zh) * 2011-07-22 2012-10-10 华为技术有限公司 内容处理方法、装置和***
CN102868935A (zh) * 2012-08-24 2013-01-09 乐视网信息技术(北京)股份有限公司 在内容分发网络中响应多源的调度方法
US20180219932A1 (en) * 2017-01-31 2018-08-02 Wipro Limited Method and system for proactively selecting a content distribution network (cdn) for delivering content
CN108512890A (zh) * 2018-01-25 2018-09-07 中铝视拓智能科技有限公司 一种基于机架感知的容器云平台资源调度方法及***
CN108563499A (zh) * 2018-04-27 2018-09-21 努比亚技术有限公司 Cdn服务器切换方法、移动终端及计算机可读存储介质
CN109802997A (zh) * 2018-12-20 2019-05-24 华为技术服务有限公司 一种节点设备的选择方法及其相关设备
CN110460647A (zh) * 2019-07-23 2019-11-15 平安科技(深圳)有限公司 网络节点的调度方法、装置、电子设备和存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114257493A (zh) * 2021-12-17 2022-03-29 中国电信股份有限公司 网络节点的故障预警方法、装置、介质及电子设备
CN114257493B (zh) * 2021-12-17 2024-04-23 中国电信股份有限公司 网络节点的故障预警方法、装置、介质及电子设备

Also Published As

Publication number Publication date
CN110460647A (zh) 2019-11-15
CN110460647B (zh) 2021-10-22

Similar Documents

Publication Publication Date Title
WO2021036228A1 (zh) 文件上传方法、装置、终端、服务器、***及存储介质
WO2021012795A1 (zh) 网络节点的调度方法、装置、电子设备和存储介质
WO2019042294A1 (zh) 资源配置方法及相关产品
CN110417879A (zh) 一种消息处理方法、装置、设备及存储介质
US9094483B2 (en) System and method for collecting and evaluating statistics to establish network connections
US11582321B2 (en) Service request processing method and related apparatus
CN110489440B (zh) 数据查询方法和装置
WO2019104974A1 (zh) 基于dubbo平台的服务自动启停方法、服务器及存储介质
US20230161541A1 (en) Screen projection method and system
WO2023273544A1 (zh) 日志文件的存储方法、装置、设备和存储介质
KR20210083222A (ko) 음성 데이터 처리 방법, 장치, 기기 및 저장매체
WO2021088671A1 (zh) 一种端能力的调用方法、设备和计算机存储介质
WO2019047708A1 (zh) 资源配置方法及相关产品
US20200220824A1 (en) Method, a device and a storage medium of forwarding voice information in instant messaging
CN108337301A (zh) 应用程序的网络请求处理方法、装置、服务器及存储介质
WO2020233364A1 (zh) 资源处理平台的确认方法、装置、电子设备和介质
WO2021155683A1 (zh) 日志打印方法、装置、电子设备和存储介质
CN112600761A (zh) 一种资源分配的方法、装置及存储介质
WO2021051879A1 (zh) 反向代理评价模型中目标参数选取方法及相关装置
US20210399986A1 (en) Data communication method, server device, client device and medium
WO2019232932A1 (zh) 节点处理方法及装置、计算机可读存储介质和电子设备
WO2020238131A1 (zh) 网络爬虫***的测试方法及装置、存储介质、电子设备
CN111314495A (zh) 基于物联网LoRaWAN的通信方法、装置、设备、存储介质和***
EP4142258A1 (en) Edge computing network, data transmission method and apparatus, device and storage medium
WO2020024392A1 (zh) 节点处理方法及装置、存储介质和电子设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20844916

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20844916

Country of ref document: EP

Kind code of ref document: A1