WO2022253230A1 - 业务处理方法及装置、网络设备、电子设备和可读存储介质 - Google Patents

业务处理方法及装置、网络设备、电子设备和可读存储介质 Download PDF

Info

Publication number
WO2022253230A1
WO2022253230A1 PCT/CN2022/096284 CN2022096284W WO2022253230A1 WO 2022253230 A1 WO2022253230 A1 WO 2022253230A1 CN 2022096284 W CN2022096284 W CN 2022096284W WO 2022253230 A1 WO2022253230 A1 WO 2022253230A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
business
executed
resource
processed
Prior art date
Application number
PCT/CN2022/096284
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 WO2022253230A1 publication Critical patent/WO2022253230A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • 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]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management

Definitions

  • the present application relates to the technical field of data processing, in particular to a business processing method, device, device, electronic device and readable storage medium.
  • the application system determines whether there are multiple concurrent accesses or concurrent operations, and the number of concurrent accesses or concurrent operations within a preset time period is greater than a preset threshold, the application system is determined to be a high-concurrency system. For example, if the daily page views (Page Views) of a certain website are in the tens of millions, then it is determined that the application system corresponding to the website is a high-concurrency system.
  • An embodiment of the present application provides a business processing method, including: allocating resources for the business to be executed according to the preset resource information and the obtained resource demand information of the business to be executed; when it is determined that the resource allocation for the business to be executed is successful, According to the resource demand information of the business to be executed, the business to be executed is processed; when it is determined that the business to be executed is completed, the idle resources corresponding to the business to be executed are recovered.
  • An embodiment of the present application provides a service processing device, including: a resource allocation module configured to allocate resources for a service to be executed according to preset resource information and obtained resource demand information of the service to be executed; a processing module configured to When it is determined that the resource allocation for the business to be executed is successful, process the business to be executed according to the resource demand information of the business to be executed; the recycling module is configured to recover the corresponding business to be executed when it is determined that the execution of the business to be executed is completed idle resources.
  • An embodiment of the present application provides a network device, including: a server or a base station; the server includes a service processing device, or the base station includes a service processing device; and the service processing device is configured to execute the service processing method in the embodiment of the present application.
  • An embodiment of the present application provides an electronic device, including: one or more processors; memory, on which one or more programs are stored, and when one or more programs are executed by one or more processors, one or more A processor realizes the service processing method in the embodiment of the present application.
  • An embodiment of the present application provides a computer-readable storage medium, where a computer program is stored in the computer-readable storage medium, and when the computer program is executed by a processor, the service processing method in the embodiment of the present application is implemented.
  • FIG. 1 shows a schematic flowchart of a service processing method in an embodiment of the present application.
  • Fig. 2 shows a schematic flowchart of a service processing method in an embodiment of the present application.
  • FIG. 3 shows a schematic diagram of the composition and structure of the service processing device in the embodiment of the present application.
  • Fig. 4 shows a schematic diagram of the composition and structure of the service processing device in the embodiment of the present application.
  • FIG. 5 shows a schematic diagram of a composition structure of a network device in an embodiment of the present application.
  • Fig. 6 shows a schematic flowchart of a method for processing services by a base station using a service processing apparatus in an embodiment of the present application.
  • FIG. 7 shows a schematic flowchart of a method for processing services by a server using a service processing apparatus in an embodiment of the present application.
  • Fig. 8 shows a structural diagram of an exemplary hardware architecture of a computing device capable of implementing the business processing method and apparatus according to the embodiments of the present application.
  • the application system not only needs to process data of different services, but also needs to process unexpected requests (eg, a large number of users' requests for software operations, etc.).
  • unexpected requests eg, a large number of users' requests for software operations, etc.
  • the amount of data is large (for example, when the amount of data is in the flood peak period), it will affect the stability of the application system, the utilization rate of the central processing unit (Central Processing Unit, CPU), the memory utilization rate, and the message transmission channel.
  • CPU Central Processing Unit
  • the application system determines whether there are multiple concurrent accesses or concurrent operations, and the number of concurrent accesses or concurrent operations within a preset time period is greater than a preset threshold, the application system is determined to be a high-concurrency system.
  • data traffic is usually controlled by means of data caching, limiting data traffic, and lowering the application level. The way of data caching will not discard any data requests; while restricting data traffic is aimed at scarce resources (such as CPU, memory and other resources) or processing according to specific business scenarios, by limiting the concurrency of data traffic to effectively protect Application system stability.
  • data caching methods include memory queue caching, disk caching, and other caching methods.
  • the methods of restricting data traffic mainly include any one or several of counter method, time window method, leaky bucket algorithm and token bucket algorithm.
  • the token bucket algorithm is the most commonly used algorithm in network traffic shaping (Traffic Shaping) and rate limiting (Rate Limiting).
  • the token bucket algorithm can often be used to control the amount of data sent on the network and allow bursts of data to be sent.
  • the token generation rate in the token bucket algorithm is generally set manually based on human experience, and it is difficult to be dynamic. The token generation rate cannot be automatically adjusted based on the resources of the hardware device, resulting in the token bucket algorithm Insufficient flexibility.
  • the capacity in the token bucket is generally a fixed value and small. When the token bucket is full, the traffic data will be discarded directly. data, which can lead to business errors.
  • FIG. 1 shows a schematic flowchart of a service processing method in an embodiment of the present application.
  • the service processing method can be applied to a service processing device, and the service processing device can be set in a server or a base station.
  • the service processing method in the embodiment of the present application may include the following steps S101 to S103.
  • Step S101 according to the preset resource information and the acquired resource demand information of the business to be performed, resources are allocated to the business to be performed.
  • the preset resource information indicates the resources currently possessed by the server or the base station, and the resource requirement information of the service to be executed indicates the resource information required during the execution of the service to be performed.
  • the preset resource information can meet the resource requirements of the business to be executed, so as to determine whether the business to be executed can be executed smoothly. If resource allocation for the business to be executed fails, it means that the current preset resource information cannot meet the resource requirements of the business to be executed, and the business to be executed cannot be executed normally. If the resource allocation for the service to be executed is successful, it means that the current preset resource information can meet the resource requirement of the service to be executed, and the service to be executed can be executed normally. It can reduce resource competition among different businesses and improve business processing efficiency.
  • Step S102 if it is determined that the resource allocation for the service to be performed is successful, process the service to be performed according to the resource requirement information of the service to be performed.
  • the server or the base station can process the pending service only after it is determined that the service to be executed obtains the resources it needs, which can ensure the smooth execution of the pending service and avoid the process of executing the pending service due to The problem of processing interruption caused by resource shortage improves the processing efficiency of resources.
  • Step S103 if it is determined that the execution of the service to be executed is completed, reclaim the idle resources corresponding to the service to be executed.
  • the resources obtained by the business to be executed are in an idle state, and these resources in the idle state can be marked as idle resources. be recycled to improve resource utilization efficiency.
  • reclaiming the idle resources corresponding to the business to be executed includes: marking the business to be executed as a completed business when it is determined that the execution of the business to be executed is completed; Complete the idle resources corresponding to the business to the resource pool.
  • the business to be executed is marked as the completed business, so as to facilitate the distinction between different businesses, avoid confusion between unexecuted business and executed business, and improve the processing speed of the business .
  • the idle resources can be fully utilized, the idle ratio of the resources can be reduced, and the utilization efficiency of the resources can be improved.
  • the preset resource information meets the requirements of the business to be executed by using the preset resource information and the acquired resource requirement information of the business to be executed.
  • allocate resources for the business to be executed reduce resource competition among different businesses to be executed, and improve the processing efficiency of the business; when it is determined that the resource allocation for the business to be executed is successful, according to the resource demand information of the business to be executed, Process the pending business to ensure that the pending business can be executed smoothly; and when it is determined that the pending business is completed, the idle resources corresponding to the pending business can be recovered in time to improve resource utilization efficiency and optimize system performance.
  • Fig. 2 shows a schematic flowchart of a service processing method in an embodiment of the present application.
  • the service processing method can be applied to a service processing device, and the service processing device can be set in a server or a base station.
  • the service processing method in the embodiment of the present application may include the following steps S201 to S206.
  • Step S201 acquiring the service type corresponding to the service to be executed.
  • the business type corresponding to the business to be executed including: computing-intensive and/or input-output-intensive.
  • Computation-intensive means that during the execution of the business to be executed, most of the time is spent in the calculation process, which can also be called CPU-intensive.
  • the CPU-intensive service to be executed may be any one or more of image processing services, video coding services, or artificial intelligence processing services.
  • Input-output intensive means that the business to be executed is in the input or output state most of the time during execution.
  • the input-output-intensive to-be-executed business may be a program or script business in which a web crawler automatically captures World Wide Web information according to certain rules, or it may be a business waiting for input or output.
  • Step S202 performing a stress test according to the business type corresponding to the business to be executed, and obtaining pressure test result data.
  • the stress test result data includes: the maximum throughput of the business to be executed and the concurrency of business scheduling.
  • the preset resource information includes the preset resource quantity.
  • each to-be-executed service has different demands on resources, and the service scheduling concurrency of different to-be-executed services will affect the performance of the system. If the business scheduling concurrency is less than the preset concurrency threshold (for example, 25 or 20, etc.), the preset resources cannot be fully utilized; The degree of competition for resources among them reduces the throughput of business processing.
  • the preset concurrency threshold for example, 25 or 20, etc.
  • a stress test is carried out on computing-intensive pending services, and when the service processing device simultaneously executes 20 of the pending services, the first service processing throughput (for example, 20Mbps) is obtained; when the service processing device simultaneously executes 25 of the pending services
  • the second service processing throughput (for example, 25Mbps) is obtained; when the service processing device simultaneously executes 30 services to be performed, the third service processing throughput (for example, 15Mbps) is obtained; while in the first service Among the processing throughput, the second business processing throughput and the third business processing throughput, the second business processing throughput is the largest, and it can be known that the maximum throughput of the business to be executed in the stress test result data is the second business processing throughput
  • the business scheduling concurrency of the business to be executed is 25.
  • Step S203 according to the pressure test result data and the preset resource information, determine the resource requirement quantity of the business to be executed.
  • the pressure test result data can be compared with the preset resource information to determine the optimal number of resources whose preset resource information can meet the needs of the business to be executed, and then determine the number of resources required by the business to be executed. While ensuring that the business to be executed can be executed smoothly, the utilization efficiency of system resources is improved.
  • determining the resource demand quantity of the business to be executed includes: determining the resource ratio information according to the maximum throughput of the business to be executed and the concurrency of business scheduling; Information and preset resource quantity, determine the resource demand quantity of the business to be executed.
  • the resource ratio information is used to represent the ratio information between the resource demand quantity of the service to be executed and the preset resource quantity.
  • the maximum throughput of a pending business is 25Mbps
  • the business scheduling concurrency of the pending business is 25, that is, if the preset resources are completely used to process the pending business, 25 pending services can be executed at the same time .
  • the preset number of resources is 100 resources
  • it can be determined that the number of resources required by the service to be executed is 4 resources. It can accurately measure the required amount of resources of the service to be executed, ensure that the service processing device can allocate appropriate resources for the service to be executed, and ensure the smooth execution of the service to be executed.
  • Step S204 according to the preset resource information and the acquired resource requirement information of the business to be executed, resources are allocated to the business to be executed.
  • the resource requirement information of the business to be executed includes: the resource requirement quantity of the business to be executed and the business type corresponding to the business to be executed; processing the business to be executed according to the resource requirement information of the business to be executed includes: The number of resources required to execute the business and the business type corresponding to the business to be executed are used to process the business to be executed.
  • the operation method for executing the business to be executed is determined, the business to be executed is processed according to the obtained resource demand quantity of the business to be executed, so as to improve business processing speed.
  • the service type of the service to be executed is ANR deletion in the automatic neighbor relation (Automatic Neighbor Relation, ANR) service
  • the relevant resources are invoked according to the resource demand quantity of the service to be executed, and the neighbor list in the neighbor list of the current cell is deleted.
  • the cell and its neighbor cell relationship are deleted, which reduces the time required for network planning, makes network configuration simpler, and thus speeds up the processing speed of ANR deletion.
  • the resource requirement information of the service to be executed also includes the resource type; the resource type includes: any one or more of CPU resources, thread resources, process resources, bandwidth resources, time slot resources and channel resources kind.
  • Thread resource indicates the number of threads required during the execution of the service to be executed; process resource indicates the number of processes required during the execution of the service to be executed; if the service to be executed is a communication service, the During the process, any one or more of bandwidth resources, time slot resources and channel resources also needs to be used.
  • Bandwidth indicates the amount of data that can pass through a link per unit time.
  • a time slot can be understood as a channel. Multiple people share a resource, which is processed in a time-sharing manner. One time slot is equivalent to one channel.
  • the channel resource may include a wireless channel, and the wireless channel is a transmission channel of a data signal using a wireless signal as a transmission medium.
  • the resource demand information of the business to be executed is represented by different types of resources, so that the business to be executed can obtain various types of resources according to the requirements, and the smooth execution of the business to be executed can be ensured.
  • Step S205 if it is determined that the resource allocation for the service to be performed is successful, process the service to be performed according to the resource requirement information of the service to be performed.
  • Step S206 if it is determined that the execution of the service to be executed is completed, reclaim the idle resources corresponding to the service to be executed.
  • step S204 to step S206 in this embodiment are the same as step S101 to step S103 in the previous embodiment, and will not be repeated here.
  • the maximum throughput of the business to be executed and the concurrency of business scheduling in the pressure test result data are obtained to determine whether the business processing device is processing
  • the best state when the business is to be executed is to prepare for the subsequent determination of the resource requirements of the business to be executed; through the maximum throughput of the business to be executed, the degree of concurrency of business scheduling and the preset resource information, the number of resource requirements for the business to be executed is determined, Ensure that the business to be executed can be executed smoothly; in the case of determining that the resource allocation for the business to be executed is successful, processing the business to be executed according to the resource demand information of the business to be executed can speed up the processing speed of the business to be processed; when determining the business to be executed When the execution is completed, the idle resources corresponding to the business to be executed are recovered to ensure the reuse of resources and improve the utilization efficiency of system resources.
  • a fixed priority level can be set in advance, or the priority level corresponding to each service to be processed can be dynamically determined according to the attribute information of each service to be processed.
  • each pending service can be processed flexibly, preventing certain pending services from being unscheduled, and increasing the fairness of service processing.
  • the priority level of the business to be processed includes: the initial priority level of the business to be processed; screening the business to be processed in the buffer area according to the priority level of the business to be processed, and obtaining the business to be executed includes: obtaining the business to be processed The initial priority level of the processing business; according to the initial priority level of the business to be processed, the business to be processed in the buffer area is screened to obtain the business to be executed.
  • the initial priority level may be a priority level preset by the service processing device for each service to be processed.
  • Obtaining the initial priority level of the business to be processed includes: in the case of determining that the application scenario corresponding to the business to be processed is communication network optimization, determining that the business to be processed includes application non-response optimization business, network interface optimization business, mobile load balancing optimization business and Any one or several of the energy-saving optimization services; the initial priorities of the services to be processed in descending order are: energy-saving optimization services, application unresponsive optimization services, network interface optimization services, and mobile load balancing optimization services.
  • the priority level of the energy-saving optimization service can be set to be the highest (for example, the priority level is 1), followed by the ANR service and the network interface optimization service (for example, the priority level of the ANR service is set to 2, and the priority level of the network interface optimization service is set 3, etc.), while other services in the communication network have the lowest priority (for example, priority 4).
  • the priority level of the energy-saving optimization service can be set to be the highest (for example, the priority level is 1), followed by the ANR service and the network interface optimization service (for example, the priority level of the ANR service is set to 2, and the priority level of the network interface optimization service is set 3, etc.), while other services in the communication network have the lowest priority (for example, priority 4).
  • the priority level of the business to be processed also includes: real-time priority level; screening the business to be processed in the buffer area according to the priority level of the business to be processed, and obtaining the business to be executed includes: obtaining the business to be processed Initial priority level; determine the priority level of the pending business that needs to be raised based on the preset number of thresholds and the number of failed applications for resources to be processed; based on the initial priority level of the pending business and the priority level of the pending business that needs to be increased, Determine the real-time priority level of the business to be processed; filter the business to be processed in the buffer area according to the real-time priority level to obtain the business to be executed.
  • the number of failed applications for resources by the pending service indicates the number of times the pending service failed to obtain the resource it needs during the process of applying for resources from the service processing device.
  • Obtain the initial priority level of the business to be processed including: in the case of determining that the application scenario corresponding to the business to be processed is a microservice architecture, determine that the business to be processed includes: data validity verification business, data upgrade business, data modification business and data Any one or several of query services; data legality verification service, data upgrade service, data modification service and data query service have the same initial priority.
  • Microservice architecture is a technology for deploying applications and services in cloud servers.
  • the priority level of the pending business can be appropriately increased (that is, the priority level of the pending business needs to be increased). level), for example, the greater the number of failures of pending service application resources, the higher the priority level that needs to be raised.
  • the real-time priority level of the business to be processed is determined according to the initial priority level of the business to be processed and the priority level of the business to be processed. For example, the initial priority level is 1, and the priority level of the business to be processed is 2, then The real-time priority level of the service to be processed is 3.
  • the current processing status of the pending business can be reflected in real time, avoiding that the business that has not been processed for a long time cannot be processed, and by increasing the real-time priority level of the pending business, It can speed up the processing speed of the business to be processed, so that the obtained business to be executed can better meet the demand, ensure that all the business to be processed in the buffer area can be processed, and improve the processing efficiency of the business.
  • screening the pending business in the buffer area according to the real-time priority level, after obtaining the business to be executed further includes: in the case of determining that the real-time priority level of the business to be processed is the highest priority level, according to the pending business The number of resources required by the business, which reserves execution resources for the pending business.
  • FIG. 3 shows a schematic diagram of the composition and structure of the service processing device in the embodiment of the present application.
  • the service processing device 300 includes a resource allocation module 301 , a processing module 302 and a recovery module 303 .
  • the resource allocation module 301 is configured to allocate resources for the to-be-executed business according to the preset resource information and the acquired resource demand information of the to-be-executed business; Execute the resource requirement information of the service to process the service to be executed; and the recycling module 303 is configured to reclaim the idle resources corresponding to the service to be executed when it is determined that the service to be executed is completed.
  • the resource allocation module to allocate resources for the business to be executed, reduce resource competition among different businesses to be executed, and improve the processing efficiency of the business;
  • the resource demand information of the business to be executed is processed to ensure that the business to be executed can be executed smoothly; and when the execution of the business to be executed is determined to be completed, the recovery module can be used to recycle the idle resources corresponding to the business to be executed in time to improve resources Utilize efficiency and optimize system performance.
  • Fig. 4 shows a schematic diagram of the composition and structure of the service processing device in the embodiment of the present application.
  • the service processing device 400 includes a service request preprocessing module 401 , a service scheduling processing module 402 , a post-scheduling processing module 403 , a control module 404 , a cache module 405 and a resource pool 406 .
  • the service request preprocessing module 401 is configured to determine resource requirement information corresponding to different service types, and set priority levels corresponding to different service types.
  • the stress test result data corresponding to the service type can be obtained by performing a stress test on the service corresponding to each service type, and the resource requirements corresponding to different service types can be determined through the stress test result data.
  • business A is a computing-intensive (also called CPU-intensive) business, and two business A processes are performed simultaneously to obtain the first business processing throughput; four business A processes are simultaneously performed to obtain the second business processing Throughput; process 6 business A at the same time to obtain the third business processing throughput; process 8 business A at the same time to obtain the fourth business processing throughput; then compare the first business processing throughput and the second business It can be seen from the processing throughput, the third service processing throughput and the fourth service processing throughput that the second service processing throughput is the highest among them. If the total amount of resources in the resource pool 406 is 1 at this time, each service A is in When processed individually, the resource requirement quantity is 1/4.
  • the initial priority level of each different business can be set, and then when each business applies for resources, it is determined whether the real-time priority level corresponding to the business type needs to be increased according to whether the resource application is successful or not.
  • the execution resource is reserved for business B according to the resource demand quantity of business B, so as to Ensure that business B can execute normally.
  • the service scheduling processing module 402 is configured to perform different service processing.
  • the post-scheduling processing module 403 is configured to reclaim resources. For example, when it is determined that the execution of a certain service is completed, idle resources corresponding to the service are reclaimed into the resource pool 406 .
  • the control module 404 is configured to: allocate resources, and inject the resources reclaimed by the post-scheduling processing module 403 into the resource pool 406; according to the amount of remaining resources in the resource pool 406, the services cached in the cache module 405 are scheduled (for example, The service to be executed is taken out from the cache module 405 and sent to the service scheduling processing module 402 for processing), so as to ensure that the scheduled service can be executed normally.
  • control module 404 allocates different types of resources for the services to be executed, and each type of resources may include: CPU resources, thread resources, process resources, bandwidth resources, any one or more of time slot resources and channel resources.
  • the service processing device can be applied to the processing scenario of scheduling services in the communication field, and can also be applied to the processing scenario of scheduling services in the computer field. While ensuring that system resources can be fully utilized, it can reduce Resource competition is carried out between different services to optimize system performance.
  • FIG. 5 shows a schematic diagram of a composition structure of a network device in an embodiment of the present application.
  • the network device 500 includes: a service processing apparatus 501 configured to execute the service processing method in the embodiment of the present application.
  • the network device 500 may be a server or a base station.
  • the network device 500 is a base station, and the base station includes a service processing apparatus 501 .
  • the network device 500 is a server, and the server includes a service processing apparatus 501 .
  • resources are allocated through the service processing device in the server or the base station, so that the services allocated to the resources can be scheduled, reducing the problem of low resource utilization caused by resource competition among different services
  • the throughput of business processing can be improved by concurrently scheduling services for different business types.
  • the business types of the pending business that the base station can handle include: ANR business, network interface optimization business, mobile load balancing (Mobility Load Balancing, MLB) optimization business and Any one or several of energy-saving optimization services. These services are triggered in different ways, either event-triggered or periodic-triggered.
  • the network interface optimization service can be to optimize the X2 interface, or to optimize the XC interface.
  • the above network interface optimization service is only an example, and can be set according to the actual situation. Other unspecified network interface optimization services also Within the protection scope of the present application, details are not repeated here.
  • the base station may include the service processing apparatus 400 shown in FIG. 4 .
  • Fig. 6 shows a schematic flowchart of a method for processing services by a base station using a service processing apparatus in an embodiment of the present application. As shown in FIG. 6, the method may include the following steps S601 to S608.
  • step S601 the service request preprocessing module 401 performs preprocessing on the input service to be processed.
  • Preprocessing includes judging the business type of the input business to be processed, and determining the resource demand quantity of the business to be processed according to the business type.
  • the resource ratio information may be used to represent the resource requirement quantity of the service to be processed.
  • the resource ratio information indicates the ratio of the resource demand quantity of the service to be processed to the preset resource quantity.
  • the resource requirement quantity corresponding to ANR addition is 1/100 resource
  • the business type corresponding to the business to be processed is ANR deletion in the ANR business
  • ANR The resource requirement corresponding to deletion is 1/300 resource
  • the service type corresponding to the service to be processed is the interface adding service in the network interface optimization service
  • the resource requirement corresponding to the interface adding service is 1/200 resource
  • the service type corresponding to the service is the interface deletion service in the network interface optimization service
  • the resource demand corresponding to the interface deletion service is 1/400 resource
  • the service type corresponding to the service to be processed is the energy saving optimization service, then the energy saving optimization service
  • the corresponding resource requirement is 1/300 resource.
  • Step S602 according to the service type of the service to be processed, determine the priority level of the service to be processed.
  • Prioritization of pending traffic can be determined in a number of different ways.
  • the priority level of the energy-saving optimization service can be set to be the highest (for example, the priority level is 1), followed by the ANR service and the network interface optimization service (for example, the priority level of the ANR service is set to 2, and the priority level of the network interface optimization service is set 3, etc.), the MLB optimization service and other services in the SON have the lowest priority (for example, the priority is 4). Ensure that high-priority business can be processed first, improving business processing efficiency.
  • Step S603 according to the service type of the service to be processed and the priority level of the service to be processed, use the control module 404 to allocate resources for the service to be processed.
  • step S604 is executed.
  • Step S604 when it is determined that the control module 404 has successfully allocated resources for the service to be processed, use the service scheduling processing module 402 to process the service to be processed.
  • the business type of the service to be processed is ANR addition
  • execute the related business process of ANR addition for example, add the identity of the requested neighbor cell to the neighbor list of the current cell, which reduces the time required for network planning and enables The network configuration is simpler and the speed of business processing is accelerated.
  • Step S605 when it is determined that the service scheduling processing module 402 has finished processing the service to be processed, mark the service to be processed as a completed service.
  • the service scheduling processing module 402 completes the processing of the ANR adding service, it marks the ANR adding service as a completed service.
  • Step S606 using the post-scheduling processing module 403 to determine the resources that need to be reclaimed.
  • the control module 404 can recover the resources to be recovered to the resource pool 406 .
  • Step S607 use the control module 404 to inject resources to be recovered into the resource pool 406.
  • step S608 the use control module 404 obtains new services to be executed according to the resource information in the resource pool.
  • the service to be processed (that is, the new service to be executed) is extracted from the cache module 405, and step S603 is continued.
  • the extracted service to be processed may also be cached, for example, the extracted service to be processed is cached in a cache area. Then use the above step S603 to step S608 to perform circular processing on each pending service in the buffer area until all the pending services in the buffer area are processed, then the processing flow ends. If there are still unprocessed services in the cache area, the processing flow continues to be executed.
  • the resources required by different service types in the base station are quite different, the resources for the pending service are allocated according to the service type of the pending service and the priority level of the pending service, and Only when it is determined that the resource allocation for the service to be processed is successful, the service to be processed is extracted from the buffer module, and the service to be processed is processed, which can ensure that the service to be processed can obtain sufficient resources, and at the same time control the business in the base station Scheduling concurrency to avoid overloading of base stations.
  • the business scheduling processing module When it is determined that the business scheduling processing module has completed the processing of the business to be processed, it marks the business to be processed as the completed business, and recycles the idle resources corresponding to the completed business, so that the resources can be reused and the resource utilization efficiency is improved.
  • Microservice architecture is a technology for deploying applications and services in cloud servers.
  • the types of business to be processed that the server can handle include: any one or several of data legality verification business, data upgrade business, data modification business, and data query business; data legality verification Business, data upgrade business, data modification business and data query business have the same initial priority.
  • the server may include the service processing device 400 shown in FIG. 4 .
  • FIG. 7 shows a schematic flowchart of a method for processing services by a server using a service processing apparatus in an embodiment of the present application. As shown in Fig. 7, the method may include the following steps S701 to S708.
  • step S701 the service request preprocessing module 401 in the server preprocesses the input service to be processed.
  • Pre-processing includes judging the type of the input business to be processed, and determining the amount of resources required by the business to be processed according to the type of business.
  • the resource ratio information may be used to represent the resource requirement quantity of the service to be processed.
  • the resource ratio information indicates the ratio of the resource demand quantity of the service to be processed to the preset resource quantity.
  • the required resource quantity for the data legality verification business is 1/180 resources; if the business type corresponding to the business to be processed is the data upgrade business, then The number of resources required for the data upgrade business is 1/18 resources; if the business type corresponding to the business to be processed is a data modification business, the number of resources required for the data modification business is 1/100 resources; if the business type corresponding to the business to be processed If the type is a data query service, the resource requirement corresponding to the data query service is 1/200 resource.
  • Step S702 the server determines the priority level of the service to be processed according to the service type of the service to be processed.
  • Prioritization of pending traffic can be determined in a number of different ways. For example, it is possible to set the initial priority levels of the data legality verification business, data upgrade business, data modification business, and data query business to be the same; then, according to the different application results of each business when applying for resources, determine whether to The priority level is updated. For example, if the business type of the business to be processed is a data upgrade business, and the data upgrade business has been unable to apply for resources from the resource pool 406 due to too many resource requirements, at this time, the real-time priority of the data upgrade business can be The level is improved, and the data upgrade business is processed according to the improved real-time priority level, so as to ensure that the business with a high priority level can be processed first, and the business processing efficiency is improved.
  • Step S703 according to the service type of the service to be processed and the priority level of the service to be processed, use the control module 404 in the server to allocate resources for the service to be processed.
  • step S704 is executed.
  • Step S704 when it is determined that the control module 404 in the server has successfully allocated resources for the pending business, calling the business scheduling processing module 402 to process the pending business.
  • the service type of the service to be processed is a data legality verification service
  • some data can be verified for validity according to preset verification rules.
  • the preset verification rules may include routine verification and/or business data verification.
  • Regular verification includes any one or more of signature verification, mandatory verification, length verification, type verification and format verification; business data verification can be a verification method determined according to the actual business type. For example, the order amount cannot be less than the preset amount threshold, etc., and the relevant operation information of conference control is only allowed to be called by the moderator.
  • step S705 when it is determined that the service scheduling processing module 402 has completed the processing of the data validity verification service, mark the data validity verification service as an execution completed service.
  • Step S706 using the post-scheduling processing module 403 to determine the resources that need to be reclaimed.
  • the control module 404 can recover the resources to be recovered to the resource pool 406 .
  • Step S707 use the control module 404 to inject resources to be recovered into the resource pool 406.
  • step S708 the use control module 404 acquires new services to be executed according to the resource information in the resource pool.
  • the service to be processed (that is, the new service to be executed) is extracted from the cache module 405, and step S703 is continued.
  • the extracted service to be processed may also be cached, for example, the extracted service to be processed is cached in a cache area. Then use the above step S703 to step S708 to perform circular processing on each pending service in the buffer until all the pending services in the buffer are processed, then the processing flow ends. If there are still unprocessed services in the cache area, the processing flow continues to be executed.
  • the server provides different types of business to be processed in the microservice architecture (for example, data validity verification business, data upgrade business) , data modification business, data query business, etc.) to allocate appropriate resources so that the server can process the pending business only when the pending business obtains the required resources, which reduces resource competition between different businesses, and at the same time It ensures that preset resources can be used reasonably, improves the processing throughput of peak business, and thus achieves the purpose of optimizing system performance.
  • it when it is determined that the server has completed the processing of the pending business, it marks the pending business as the completed business, and recycles the idle resources corresponding to the completed business, so that the resources can be reused, which improves resource utilization efficiency.
  • Fig. 8 shows a structural diagram of an exemplary hardware architecture of a computing device capable of implementing the business processing method and apparatus according to the embodiments of the present application.
  • the computing device 800 includes an input device 801 , an input interface 802 , a central processing unit 803 , a memory 804 , an output interface 805 , and an output device 806 .
  • the input interface 802, the central processing unit 803, the memory 804, and the output interface 805 are connected to each other through the bus 807, and the input device 801 and the output device 806 are respectively connected to the bus 807 through the input interface 802 and the output interface 805, and then communicate with other components of the computing device 800. Component connections.
  • the input device 801 receives input information from the outside, and transmits the input information to the central processing unit 803 through the input interface 802; the central processing unit 803 processes the input information based on computer-executable instructions stored in the memory 804 to generate output information, temporarily or permanently store the output information in the memory 804, and then transmit the output information to the output device 806 through the output interface 805; the output device 806 outputs the output information to the outside of the computing device 800 for use by the user.
  • the computing device shown in FIG. 8 can be implemented as an electronic device, and the electronic device can include: a memory configured to store a program; a processor configured to run the program stored in the memory to Execute the business processing method described in the above embodiments.
  • the computing device shown in FIG. 8 can be implemented as a business processing system, and the business processing system can include: a memory configured to store a program; a processor configured to run the program stored in the memory , so as to execute the service processing method described in the above embodiment.
  • Computer program instructions may be assembly instructions, instruction set architecture (ISA) instructions, machine instructions, machine-dependent instructions, microcode, firmware instructions, state setting data, or source code written in any combination of one or more programming languages or object code.
  • ISA instruction set architecture
  • Any logic flow block diagrams in the drawings of the present application may represent program steps, or may represent interconnected logic circuits, modules and functions, or may represent a combination of program steps and logic circuits, modules and functions.
  • Computer programs can be stored on memory.
  • the memory may be of any type suitable to the local technical environment and may be implemented using any suitable data storage technology, such as, but not limited to, read-only memory (ROM), random-access memory (RAM), optical memory devices and systems (digital versatile disc DVD or CD), etc.
  • Computer readable media may include non-transitory storage media.
  • the data processor can be of any type suitable for the local technical environment, such as but not limited to general purpose computer, special purpose computer, microprocessor, digital signal processor (DSP), application specific integrated circuit (ASIC), programmable logic device (FGPA) and processors based on multi-core processor architectures.
  • DSP digital signal processor
  • ASIC application specific integrated circuit
  • FGPA programmable logic device

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本申请提出一种业务处理方法、一种业务处理装置、一种网络设备、一种电子设备和一种可读存储介质,所述业务处理方法包括:依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源;在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务;以及在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源。

Description

业务处理方法及装置、网络设备、电子设备和可读存储介质
相关申请的交叉引用
本申请要求于2021年5月31日提交的中国专利申请NO.202110600769.7的优先权,该中国专利申请的内容通过引用的方式整体合并于此。
技术领域
本申请涉及数据处理技术领域,具体涉及业务处理方法、装置、设备、电子设备和可读存储介质。
背景技术
在某个应用系统中,如果存在多个并发访问或并发操作,且在预设时长内的并发访问或并发操作的数量大于预设阈值,则确定该应用系统为高并发系统。例如,若某个网站的每日的综合浏览量(Page View)为千万级数量,则确定该网站对应的应用系统为一个高并发系统。
在高并发、大流量的应用系统中,通常会采用不同的资源调度算法来控制不同业务对应的数据流量。但是,由于不同业务对应不同的业务特征,常用的资源调度算法无法提升系统资源的利用效率。
公开内容
本申请实施例提供一种业务处理方法,包括:依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源;在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务;在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源。
本申请实施例提供一种业务处理装置,包括:资源分配模块, 被配置为依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源;处理模块,被配置为在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务;回收模块,被配置为在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源。
本申请实施例提供一种网络设备,包括:服务器或基站;服务器包括业务处理装置,或,基站包括业务处理装置;业务处理装置,用于执行本申请实施例中的业务处理方法。
本申请实施例提供一种电子设备,包括:一个或多个处理器;存储器,其上存储有一个或多个程序,当一个或多个程序被一个或多个处理器执行,使得一个或多个处理器实现本申请实施例中的业务处理方法。
本申请实施例提供了一种计算机可读存储介质,该计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现本申请实施例中的业务处理方法。
关于本申请的以上实施例和其他方面以及其实现方式,在附图说明、具体实施方式和权利要求中提供更多说明。
附图说明
图1示出本申请实施例中的业务处理方法的流程示意图。
图2示出本申请实施例中的业务处理方法的流程示意图。
图3示出本申请实施例中的业务处理装置的组成结构示意图。
图4示出本申请实施例中的业务处理装置的组成结构示意图。
图5示出本申请实施例中的网络设备的组成结构示意图。
图6示出本申请实施例中的基站使用业务处理装置对业务进行处理的方法的流程示意图。
图7示出本申请实施例中的服务器使用业务处理装置对业务进行处理的方法的流程示意图。
图8示出能够实现根据本申请实施例的业务处理方法和装置的计算设备的示例性硬件架构的结构图。
具体实施方式
为使本申请的目的、技术方案和优点更加清楚明白,下文中将结合附图对本申请的实施例进行详细说明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。
应用系统不仅需要对不同业务的数据进行处理,还需要对非预期的请求(如,大量用户对软件的操作请求等)进行处理。当数据量很大时(例如,数据量处于洪峰周期内时),会对应用系统的稳定性、中央处理器(Central Processing Unit,CPU)的使用率、内存使用率、报文传输通道等造成极大的挑战。
在某个应用系统中,如果存在多个并发访问或并发操作,且在预设时长内的并发访问或并发操作的数量大于预设阈值,则确定该应用系统为高并发系统。在高并发大流量的应用系统中,通常会通过数据缓存、限制数据流量和降低应用等级等方式来控制数据流量。数据缓存的方式不会丢弃任何的数据请求;而限制数据流量是针对稀缺资源(如CPU、内存等资源)或者根据特定业务场景进行处理的方式,通过限制数据流量的并发程度,来有效的保护应用系统的稳定性。
目前,数据缓存的方式包括内存队列缓存、磁盘缓存等多种缓存方式。限制数据流量的方式主要包括计数器法、时间窗口法、漏桶算法和令牌桶算法中的任意一种或几种。令牌桶算法是网络流量整形(Traffic Shaping)和速率限制(Rate Limiting)中最常用的算法。令牌桶算法通常可用于控制发送到网络上的数据的数量,并允许突发数据的发送。但是,对于令牌桶算法中的令牌的生成速率,一般是根据人为经验手动设定,很难动态化,令牌的生成速率不能基于硬件设备的资源进行自动调整,导致该令牌桶算法灵活性不足。而且,令牌桶内的容量一般是固定数值且较小,当令牌桶满时,流量数据会被直接抛弃,在某些固定频率、固定数据量呈锯齿状突然爆发的场景下,丢弃流量数据,会导致业务错误。
通过上述数据缓存和限制数据流量的方式,只能保证高并发大流量的应用系统的稳定性,而无法提高系统资源的利用率。
图1示出本申请实施例中的业务处理方法的流程示意图。该业务处理方法可应用于业务处理装置,该业务处理装置可以设置于服务器或基站中。如图1所示,本申请实施例中的业务处理方法可以包括以下步骤S101至S103。
步骤S101,依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源。
预设资源信息表示当前服务器或基站具备的资源,待执行业务的资源需求信息表示待执行业务在执行的过程中,所需要的资源的信息。
通过为待执行业务分配资源,可以确定预设资源信息是否能够满足待执行业务的资源需求,以确定待执行业务是否能够顺利执行。如果为待执行业务分配资源失败,则表示当前的预设资源信息无法满足待执行业务的资源需求,待执行业务无法正常执行。如果为待执行业务分配资源成功,则表示当前的预设资源信息可以满足待执行业务的资源需求,待执行业务可以正常执行。可以减少不同的业务之间的资源竞争,提升业务的处理效率。
步骤S102,在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务。
需要说明的是,在确定待执行业务获得其所需要的资源的情况下,服务器或基站才能对待执行业务进行处理,能够保证待执行业务的顺利执行,避免待执行业务在执行的过程中,由于资源短缺而导致的处理中断的问题,提升资源的处理效率。
步骤S103,在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源。
在确定待执行业务执行完成的情况下,待执行业务所获得的资源就处于空闲状态,可以将这些处于空闲状态的资源标记为空闲资源,通过回收待执行业务对应的空闲资源,能够使资源可以被循环利用,以提升资源的利用效率。
在一些实施方式中,在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源,包括:在确定待执行业务执行完成的 情况下,标记待执行业务为执行完成业务;回收执行完成业务对应的空闲资源至资源池中。
具体地,在确定待执行业务执行完成的情况下,标记待执行业务为执行完成业务,以方便对不同的业务进行区别,避免未执行的业务和已执行的业务的混淆,提升业务的处理速度。
通过将执行完成业务对应的空闲资源回收至资源池中,能够使空闲资源得到充分利用,减少资源的空闲比例,提升资源的利用效率。
在本申请实施例中,通过预设资源信息和获取到的待执行业务的资源需求信息,确定预设资源信息是否满足待执行业务的需求,在确定预设资源信息满足待执行业务的需求的情况下,为待执行业务分配资源,减少不同的待执行业务之间的资源竞争,提升业务的处理效率;在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务,保证待执行业务能够顺利执行;并在确定待执行业务执行完成的情况下,能够及时回收待执行业务对应的空闲资源,提升资源利用效率,优化系统性能。
图2示出本申请实施例中的业务处理方法的流程示意图。该业务处理方法可应用于业务处理装置,该业务处理装置可以设置于服务器或基站中。如图2所示,本申请实施例中的业务处理方法可以包括以下步骤S201至S206。
步骤S201,获取待执行业务对应的业务类型。
待执行业务对应的业务类型,包括:计算密集型和/或输入输出密集型。
计算密集型表示待执行业务在执行的过程中,多数时间处于计算过程中,也可以称为CPU密集型。例如,CPU密集型的待执行业务可以是图片处理业务、视频编码业务或人工智能处理业务中的任意一种或几种。输入输出密集型表示待执行业务在执行的过程中,多数时间处于输入或输出状态。例如,输入输出密集型的待执行业务可以是网络爬虫按照一定的规则,自动地抓取万维网信息的程序或者脚本的业务,也可以是等待输入或输出的业务等。
需要说明的是,待执行业务在执行的过程中,其输入输出的时 间和其计算的时间可以相当,因此,待执行业务的业务类型可以是计算密集型和输入输出密集型。
步骤S202,依据待执行业务对应的业务类型对待执行业务进行压力测试,获得压测结果数据。
压测结果数据包括:待执行业务的最大吞吐量和业务调度并发度。预设资源信息包括预设资源数量。
需要说明的是,每种待执行业务对资源的需求量不同,并且不同的待执行业务的业务调度并发度会影响系统的性能。如果业务调度并发度小于预设并发度阈值(例如,25或20等),则无法充分利用预设资源;如果业务调度并发度大于预设并发度阈值,则会增加各个不同的待执行业务之间的资源竞争程度,从而降低业务处理吞吐量。
例如,对计算密集型的待执行业务进行压力测试,当业务处理装置同时执行20个该待执行业务时,获得第一业务处理吞吐量(例如,20Mbps);当业务处理装置同时执行25个该待执行业务时,获得第二业务处理吞吐量(例如,25Mbps);当业务处理装置同时执行30个该待执行业务时,获得第三业务处理吞吐量(例如,15Mbps);而在第一业务处理吞吐量、第二业务处理吞吐量和第三业务处理吞吐量中,第二业务处理吞吐量是最大的,可以获知压测结果数据中的待执行业务的最大吞吐量为第二业务处理吞吐量,该待执行业务的业务调度并发度为25。
通过对待执行业务进行多次压力测试,获得压测结果数据,能够确定业务处理装置在处理待执行业务时的最佳状态,为后续确定待执行业务的资源需求数量做准备,保证待执行业务的资源需求数量的准确性。
步骤S203,依据压测结果数据和预设资源信息,确定待执行业务的资源需求数量。
可以将压测结果数据和预设资源信息进行对比,确定预设资源信息能够满足待执行业务的需求的最佳资源数量,进而确定待执行业务的资源需求数量。保证待执行业务能够被顺利执行的同时,提升系统资源的利用效率。
在一些实施方式中,依据压测结果数据和预设资源信息,确定待执行业务的资源需求数量,包括:依据待执行业务的最大吞吐量和业务调度并发度,确定资源比例信息;依据资源比例信息和预设资源数量,确定待执行业务的资源需求数量。
资源比例信息用于表征待执行业务的资源需求数量与预设资源数量的比例信息。
例如,某个待执行业务的最大吞吐量为25Mbps,该待执行业务的业务调度并发度为25,即,若预设资源完全用于处理该待执行业务,可以同时执行25条该待执行业务。若预设资源数量为100个资源,则可以确定待执行业务的资源需求数量(即执行一条该待执行业务时所需的资源的数量)为4个资源。能够准确衡量待执行业务的资源需求数量,保证业务处理装置可以为该待执行业务分配合适的资源,保证该待执行业务的顺利执行。
步骤S204,依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源。
在一些实施方式中,待执行业务的资源需求信息,包括:待执行业务的资源需求数量和待执行业务对应的业务类型;依据待执行业务的资源需求信息,处理待执行业务,包括:依据待执行业务的资源需求数量和待执行业务对应的业务类型,处理待执行业务。
需要说明的是,由于不同业务类型对应的不同操作方法,在确定执行该待执行业务的操作方法的情况下,根据获得的待执行业务的资源需求数量,对待执行业务进行处理,以提升业务处理速度。
例如,如果待执行业务的业务类型为自动邻区关系(Automatic Neighbor Relation,ANR)业务中的ANR删除,则依据待执行业务的资源需求数量调用相关资源,对当前小区的邻区列表中的临小区及其邻区关系进行删除,减少了网络规划所需的时间,使网络配置更加简单,从而加快ANR删除的处理速度。
在一些实施方式中,待执行业务的资源需求信息,还包括资源类型;资源类型包括:中央处理器资源、线程资源、进程资源、带宽资源,时隙资源和信道资源中的任意一种或几种。
线程资源表示待执行业务在执行的过程中需要的线程的数量;进程资源表示待执行业务在执行的过程中需要的进程的数量;若待执行业务是通信业务,在该待执行业务进行处理的过程中,还需要使用带宽资源、时隙资源和信道资源中的任意一种或几种。带宽表示单位时间能通过链路的数据量,时隙可以理解为通道,多人共用一个资源,采用分时的方法处理,1个时隙相当于1个通道。信道资源可以包括无线信道,无线信道是以无线信号作为传输媒体的数据信号的传送通道。
通过不同类型的资源来表征待执行业务的资源需求信息,能够使待执行业务根据需求,获得多种不同类型的资源,保证待执行业务的顺利执行。
步骤S205,在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务。
步骤S206,在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源。
需要说明是的,本实施例中的步骤S204至步骤S206,与上一实施例中的步骤S101至步骤S103相同,在此不再赘述。
在本申请实施例中,通过依据待执行业务对应的业务类型对待执行业务进行压力测试,获得压测结果数据中的待执行业务的最大吞吐量和业务调度并发度,以确定业务处理装置在处理待执行业务时的最佳状态,为后续确定待执行业务的资源需求数量做准备;通过待执行业务的最大吞吐量、业务调度并发度和预设资源信息,确定待执行业务的资源需求数量,保证待执行业务能够被顺利执行;在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务,可加快对待处理业务的处理速度;在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源,保证资源的重复利用,提升系统资源的利用效率。
在一些实施方式中,在依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源之前,还包括:获取待处理业务及其对应的优先等级;将待处理业务缓存至缓存区中;依据待 处理业务的优先等级对缓存区中的待处理业务进行筛选,获得待执行业务。
待处理业务及其对应的优先等级的获取方法可以有多种,例如,可以预先设置固定的优先等级,也可以根据各个待处理业务的属性信息动态地确定各个待处理业务对应的优先等级。
通过依据待处理业务的预先设置固定的优先等级对缓存区中的待处理业务进行筛选,能够保证高优先等级的业务能够被优先处理,可降低系统开销,处理简单。而通过动态的优先等级,对缓存区中的待处理业务进行筛选,能够对各个待处理业务进行灵活处理,防止某些待处理业务一直得不到调度,增加业务处理的公平性。
在一些实施方式中,待处理业务的优先等级,包括:待处理业务的初始优先等级;依据待处理业务的优先等级对缓存区中的待处理业务进行筛选,获得待执行业务,包括:获取待处理业务的初始优先等级;依据待处理业务的初始优先等级对缓存区中的待处理业务进行筛选,获得待执行业务。
初始优先等级可以是业务处理装置对各个待处理业务预先设置的优先等级。获取待处理业务的初始优先等级,包括:在确定待处理业务对应的应用场景为通信网络优化的情况下,确定待处理业务包括应用无响应优化业务、网络接口优化业务、移动负载均衡优化业务和节能优化业务中的任意一种或几种;待处理业务的初始优先等级由高到低依次是:节能优化业务、应用无响应优化业务、网络接口优化业务和移动负载均衡优化业务。
例如,可以设置节能优化业务的优先等级为最高(例如,优先等级为1)、其次为ANR业务和网络接口优化业务(例如,设置ANR业务的优先等级为2,设置网络接口优化业务的优先等级为3等),而通信网络中的其他业务的优先等级为最低(例如,优先等级为4)。保证优先等级高的业务能够被优先筛选出来作为待执行业务,提升待执行业务的处理效率。
在一些实施方式中,待处理业务的优先等级,还包括:实时优先等级;依据待处理业务的优先等级对缓存区中的待处理业务进行筛 选,获得待执行业务,包括:获取待处理业务的初始优先等级;依据预设次数阈值和获取到的待处理业务申请资源的失败次数,确定待处理业务需提升的优先等级;依据待处理业务的初始优先等级和待处理业务需提升的优先等级,确定待处理业务的实时优先等级;依据实时优先等级对缓存区中的待处理业务进行筛选,获得待执行业务。
待处理业务申请资源的失败次数表示待处理业务在向业务处理装置申请资源的过程中,没有获得其所需的资源的次数。
获取待处理业务的初始优先等级,包括:在确定待处理业务对应的应用场景为微服务架构的情况下,确定待处理业务包括:数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务中的任意一种或几种;数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务具有相同的初始优先等级。微服务架构是一项在云服务器中部署应用和服务的技术。
需要说明的是,如果待处理业务申请资源的失败次数大于预设次数阈值(例如,10次或15次等),可适当提升该待处理业务的优先等级(即,待处理业务需提升的优先等级),例如,待处理业务申请资源的失败次数越大,需要提升的优先等级越高。然后,依据待处理业务的初始优先等级和待处理业务需提升的优先等级,确定待处理业务的实时优先等级,例如,初始优先等级为1,而待处理业务需提升的优先等级为2,则待处理业务的实时优先等级为3。通过依据实时优先等级对缓存区中的待处理业务进行筛选,能够实时反应该待处理业务当前的处理状态,避免长时间未处理的业务得不到处理,通过提升待处理业务的实时优先等级,可加快对待处理业务的处理速度,以使获得的待执行业务更符合需求,保证缓存区中的各个待处理业务都能够被处理,提升业务的处理效率。
在一些实施方式中,依据实时优先等级对缓存区中的待处理业务进行筛选,获得待执行业务之后,还包括:在确定待处理业务的实时优先等级为最高优先等级的情况下,依据待处理业务的资源需求数量,为待处理业务预留执行资源。
当待处理业务的实时优先等级为最高优先等级时,若该待处理 业务还没有被处理,需要为该待处理业务预留执行资源,预留的执行资源的数量与该待处理业务的资源需求数量相同,以保证该待处理业务能够顺利执行。
图3示出本申请实施例中的业务处理装置的组成结构示意图。如图3所示,业务处理装置300包括资源分配模块301、处理模块302和回收模块303。
资源分配模块301配置为依据预设资源信息和获取到的待执行业务的资源需求信息,为待执行业务分配资源;处理模块302配置为在确定为待执行业务分配资源成功的情况下,依据待执行业务的资源需求信息,处理待执行业务;以及回收模块303配置为在确定待执行业务执行完成的情况下,回收待执行业务对应的空闲资源。
在本申请实施例中,通过依据预设资源信息和获取到的待执行业务的资源需求信息,确定预设资源信息是否满足待执行业务的需求,在确定预设资源信息满足待执行业务的需求的情况下,使用资源分配模块为待执行业务分配资源,减少不同的待执行业务之间的资源竞争,提升业务的处理效率;在确定为待执行业务分配资源成功的情况下,使用处理模块依据待执行业务的资源需求信息,处理待执行业务,保证待执行业务能够顺利执行;并在确定待执行业务执行完成的情况下,使用回收模块,能够及时回收待执行业务对应的空闲资源,提升资源利用效率,优化系统性能。
图4示出本申请实施例中的业务处理装置的组成结构示意图。如图4所示,该业务处理装置400包括业务请求预处理模块401、业务调度处理模块402、调度后处理模块403、控制模块404、缓存模块405和资源池406。
业务请求预处理模块401配置为确定不同业务类型对应的资源需求信息,以及设置不同业务类型对应的优先等级。
在一些实施方式中,可以通过对每种业务类型对应的业务进行压力测试,获得与业务类型对应的压测结果数据,通过该压测结果数据确定不同的业务类型对应的资源需求数量。
例如,业务A为计算密集型(也可以称为CPU密集型)业务, 同时进行2个业务A的处理,获得第一业务处理吞吐量;同时进行4个业务A的处理,获得第二业务处理吞吐量;同时进行6个业务A的处理,获得第三业务处理吞吐量;同时进行8个业务A的处理,获得第四业务处理吞吐量;然后通过对比第一业务处理吞吐量、第二业务处理吞吐量、第三业务处理吞吐量和第四业务处理吞吐量可知,第二业务处理吞吐量是其中最高的,若此时资源池406中的资源总量为1,则每个业务A在单独进行处理时,资源需求数量为1/4。
在一些实施方式中,可以设置各个不同的业务的初始优先等级,然后在每个业务申请资源的情况下,通过申请资源的成功与否,来确定是否需要提升该业务类型对应的实时优先等级。
例如,在确定业务B向资源池406申请资源的情况下,若业务B申请资源的失败次数大于预设次数阈值(例如,10次或15次等),则确定可以提升该业务B对应的实时优先等级。需要说明的是,在确定业务B的实时优先等级为最高优先等级(例如,最高优先等级为4或5等)的情况下,依据业务B的资源需求数量,为业务B预留执行资源,以保证业务B能够正常执行。
业务调度处理模块402配置为执行不同的业务处理。
调度后处理模块403配置为回收资源。例如,在确定某个业务执行完成的情况下,回收该业务对应的空闲资源至资源池406中。
控制模块404配置为:分配资源,并把调度后处理模块403指示回收的资源注入到资源池406中;根据资源池406中的剩余资源数量,对缓存模块405中缓存的业务进行调度(例如,将待执行业务从缓存模块405中取出,发送至业务调度处理模块402进行处理),以保证被调度的业务能够正常执行。
例如,控制模块404为待执行业务分配不同类型的资源,各类型资源可以包括:中央处理器资源、线程资源、进程资源、带宽资源,时隙资源和信道资源中的任意一种或几种。
需要说明的是,业务处理装置可以应用于通信领域对业务进行调度的处理场景,也可以应用于计算机领域中的对业务进行调度的处理场景,在保证系统资源能够被充分利用的同时,能够减少不同业务 之间进行资源竞争,以使系统性能得到优化。
图5示出本申请实施例中的网络设备的组成结构示意图。如图5所示,网络设备500包括:业务处理装置501,该业务处理装置501配置为执行本申请实施例中的业务处理方法。
需要说明的是,该网络设备500可以是服务器,也可以是基站。在确定该网络设备500应用于无线通信的应用场景的情况下,该网络设备500是基站,该基站包括业务处理装置501。在确定该网络设备500应用于微服务架构的应用场景的情况下,该网络设备500是服务器,该服务器包括业务处理装置501。
在本申请实施例中,通过服务器或基站中的业务处理装置对资源进行分配,以使分配到资源的业务可以被调度,减少不同业务之间的资源竞争所带来的资源利用率不高的情况,通过针对不同业务类型对业务进行并发调度,以提升业务处理的吞吐量。
在无线通信的自组织网络(Self-Organizing Network,SON)中,基站可处理的待处理业务的业务类型包括:ANR业务、网络接口优化业务、移动负载均衡(Mobility Load Balancing,MLB)优化业务和节能优化业务中的任意一种或几种。这些业务的触发方式不同,可以是事件触发,也可以是周期触发。网络接口优化业务可以是对X2接口进行优化,也可以是对XC接口进行优化,以上对于网络接口优化业务仅是举例说明,可根据实际情况进行具体设定,其他未说明的网络接口优化业务也在本申请的保护范围之内,在此不再赘述。
当基站对不同业务类型的业务进行处理时,需要考虑基站的最大处理能力以及资源分配情况,以保证资源的合理利用。基站可包括图4所示的业务处理装置400。
图6示出本申请实施例中的基站使用业务处理装置对业务进行处理的方法的流程示意图。如图6所示,所述方法可包括如下步骤S601至S608。
步骤S601,通过业务请求预处理模块401对输入的待处理业务进行预处理。
预处理包括对输入的待处理业务的业务类型进行判断,并根据 业务类型确定该待处理业务的资源需求数量。例如,可以采用资源比例信息来表征待处理业务的资源需求数量。资源比例信息表示待处理业务的资源需求数量占预设资源数量的比例。
例如,若待处理业务对应的业务类型为ANR业务中的ANR添加,则ANR添加对应的资源需求数量为1/100资源;若待处理业务对应的业务类型为ANR业务中的ANR删除,则ANR删除对应的资源需求数量为1/300资源;若待处理业务对应的业务类型为网络接口优化业务中的接口添加业务,则该接口添加业务对应的资源需求数量为1/200资源;若待处理业务对应的业务类型为网络接口优化业务中的接口删除业务,则该接口删除业务对应的资源需求数量为1/400资源;若待处理业务对应的业务类型为节能优化业务,则该节能优化业务对应的资源需求数量为1/300资源。
步骤S602,根据待处理业务的业务类型,确定待处理业务的优先等级。
待处理业务的优先等级可以通过多种不同的方式确定。例如,可以设置节能优化业务的优先等级为最高(例如,优先等级为1)、其次为ANR业务和网络接口优化业务(例如,设置ANR业务的优先等级为2,设置网络接口优化业务的优先等级为3等),MLB优化业务及SON中的其他业务的优先等级为最低(例如,优先等级为4)。保证优先等级高的业务能够被优先处理,提升业务处理效率。
步骤S603,依据待处理业务的业务类型和待处理业务的优先等级,使用控制模块404为待处理业务分配资源。
需要说明的是,在确定控制模块404为某个待处理业务分配资源失败的情况下,无需执行后续步骤,继续为下一个待处理业务分配资源。在确定控制模块404为待处理业务分配资源成功的情况下,执行步骤S604。
步骤S604,在确定控制模块404为待处理业务分配资源成功的情况下,使用业务调度处理模块402对待处理业务进行处理。
例如,待处理业务的业务类型为ANR添加,则执行ANR添加的相关业务流程,例如,将请求的邻小区的标识添加至当前小区的邻区 列表中,减少了网络规划所需的时间,使网络配置更加简单,加快了业务处理的速度。
步骤S605,在确定业务调度处理模块402对待处理业务处理完成的情况下,标记待处理业务为执行完成业务。
例如,当业务调度处理模块402对ANR添加业务处理完成时,将ANR添加业务标记为执行完成业务。
步骤S606,使用调度后处理模块403确定需要回收的资源。
例如,将执行完成业务对应的空闲资源标记为待回收资源,以使控制模块404可以将待回收资源回收至资源池406中。
步骤S607,使用控制模块404将待回收资源注入到资源池406中。
步骤S608,使用控制模块404根据资源池中的资源信息,获取新的待执行业务。
例如,根据缓存模块405中的各个待处理业务对应的优先等级,从缓存模块405中提取待处理业务(即,新的待执行业务),继续执行步骤S603。
在一些实施方式中,还可以将提取的待处理业务进行缓存,例如,缓存提取的待处理业务至缓存区。然后使用上述步骤S603至步骤S608对缓存区中的各个待处理业务进行循环处理,直至将缓存区的待处理业务都处理完毕,则该处理流程结束。若缓存区中还有待处理业务没有被处理,则该处理流程继续执行。
在本申请实施例中,由于基站中的不同业务类型的待处理业务所需的资源差异较大,通过根据待处理业务的业务类型和待处理业务的优先等级,为待处理业务分配资源,并在确定为待处理业务分配资源成功的情况下,才从缓存模块中提取该待处理业务,并对该待处理业务进行处理,能够保证待处理业务能够获得足够的资源,同时控制基站中的业务调度并发度,避免基站超负荷工作。在确定业务调度处理模块对待处理业务处理完成的情况下,标记待处理业务为执行完成业务,并将该执行完成业务对应的空闲资源进行回收,以使资源能够得到重复使用,提升资源利用效率。
微服务架构是一项在云服务器中部署应用和服务的技术。在微服务架构中,服务器可以处理的待处理业务的业务类型包括:数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务中的任意一种或几种;数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务具有相同的初始优先等级。
当服务器对不同业务类型的业务进行处理时,需要考虑该服务器的最大处理能力以及资源分配情况,以保证资源的合理利用。服务器可包括图4所示的业务处理装置400。
图7示出本申请实施例中的服务器使用业务处理装置对业务进行处理的方法的流程示意图。如图7所示,所述方法可包括如下步骤S701至S708。
步骤S701,通过服务器中的业务请求预处理模块401对输入的待处理业务进行预处理。
预处理包括对输入的待处理业务的业务类型进行判断,并根据业务类型确定该待处理业务的资源需求数量。例如,可以采用资源比例信息来表征待处理业务的资源需求数量。资源比例信息表示待处理业务的资源需求数量占预设资源数量的比例。
例如,若待处理业务对应的业务类型为数据合法性校验业务,则数据合法性校验业务需要的资源需求数量为1/180资源;若待处理业务对应的业务类型为数据升级业务,则数据升级业务需要的资源需求数量为1/18资源;若待处理业务对应的业务类型为数据修改业务,则该数据修改业务对应的资源需求数量为1/100资源;若待处理业务对应的业务类型为数据查询业务,则该数据查询业务对应的资源需求数量为1/200资源。
步骤S702,服务器根据待处理业务的业务类型,确定待处理业务的优先等级。
待处理业务的优先等级可以通过多种不同的方式确定。例如,可以设置数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务的初始优先等级都相同;然后,根据各个业务在申请资源时的不同的申请结果,确定是否对各个业务的优先等级进行更新。例如, 若待处理业务的业务类型是数据升级业务,而该数据升级业务由于资源需求数量过多,导致一直无法从资源池406中申请到资源,此时,可将该数据升级业务的实时优先等级进行提高,并按照提高后的实时优先等级对该数据升级业务进行处理,以保证优先等级高的业务能够被优先处理,提升业务处理效率。
步骤S703,依据待处理业务的业务类型和待处理业务的优先等级,使用服务器中的控制模块404为待处理业务分配资源。
需要说明的是,在确定控制模块404为某个待处理业务分配资源失败的情况下,无需执行后续步骤,继续为下一个待处理业务分配资源。在确定控制模块404为待处理业务分配资源成功的情况下,执行步骤S704。
步骤S704,在确定服务器中的控制模块404为待处理业务分配资源成功的情况下,调用业务调度处理模块402对待处理业务进行处理。
例如,在确定待处理业务的业务类型为数据合法性校验业务的情况下,需要执行数据的合法性校验的处理流程。
在一些实施方式中,可以根据预设验证规则,对某些数据进行合法性校验。预设验证规则可以包括常规性验证和/或业务数据验证等。常规性验证包括签名校验、必填校验、长度校验、类型校验和格式校验中的任意一种或几种;业务数据验证可以是根据实际业务类型确定的验证方式。例如,订单金额不能小于预设金额阈值等、会议控制的相关操作信息只允许主持人调用等。
步骤S705,在确定业务调度处理模块402对数据合法性校验业务处理完成的情况下,标记数据合法性校验业务为执行完成业务。
步骤S706,使用调度后处理模块403确定需要回收的资源。
例如,将执行完成业务对应的空闲资源标记为待回收资源,以使控制模块404可以将待回收资源回收至资源池406中。
步骤S707,使用控制模块404将待回收资源注入到资源池406中。
步骤S708,使用控制模块404根据资源池中的资源信息,获取 新的待执行业务。
例如,根据缓存模块405中的各个待处理业务对应的优先等级,从缓存模块405中提取待处理业务(即,新的待执行业务),继续执行步骤S703。
在一些实施方式中,还可以将提取的待处理业务进行缓存,例如,缓存提取的待处理业务至缓存区。然后使用上述步骤S703至步骤S708对缓存区中的各个待处理业务进行循环处理,直至将缓存区的待处理业务都处理完毕,则该处理流程结束。若缓存区中还有待处理业务没有被处理,则该处理流程继续执行。
在本申请实施例中,通过服务器依据待处理业务的业务类型和待处理业务的优先等级,为微服务架构中的不同业务类型的待处理业务(例如,数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务等)分配合适的资源,使得只有在待处理业务获得其所需的资源的情况下,服务器才能处理该待处理业务,减少了不同业务之间的资源竞争,同时保证了预设资源能够得到合理利用,提升了峰值业务的处理吞吐量,从而可以达到优化系统性能的目的。此外,在确定服务器对待处理业务处理完成的情况下,标记待处理业务为执行完成业务,并将该执行完成业务对应的空闲资源进行回收,以使资源能够得到重复使用,提升了资源利用效率。
需要明确的是,本申请并不局限于上文实施例中所描述并在图中示出的特定配置和处理。为了描述的方便和简洁,这里省略了对已知方法的详细描述,并且上述描述的系统、模块和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
图8示出能够实现根据本申请实施例的业务处理方法和装置的计算设备的示例性硬件架构的结构图。
如图8所示,计算设备800包括输入设备801、输入接口802、中央处理器803、存储器804、输出接口805、以及输出设备806。输入接口802、中央处理器803、存储器804、以及输出接口805通过总线807相互连接,输入设备801和输出设备806分别通过输入接口802和输出接口805与总线807连接,进而与计算设备800的其他组 件连接。
具体地,输入设备801接收来自外部的输入信息,并通过输入接口802将输入信息传送到中央处理器803;中央处理器803基于存储器804中存储的计算机可执行指令对输入信息进行处理以生成输出信息,将输出信息临时或者永久地存储在存储器804中,然后通过输出接口805将输出信息传送到输出设备806;输出设备806将输出信息输出到计算设备800的外部,供用户使用。
在一些实施方式中,图8所示的计算设备可以被实现为一种电子设备,该电子设备可以包括:存储器,被配置为存储程序;处理器,被配置为运行存储器中存储的程序,以执行上述实施例描述的业务处理方法。
在一些实施方式中,图8所示的计算设备可以被实现为一种业务处理系统,该业务处理系统可以包括:存储器,被配置为存储程序;处理器,被配置为运行存储器中存储的程序,以执行上述实施例描述的业务处理方法。
以上所述,仅为本申请的示例性实施例而已,并非用于限定本申请的保护范围。一般来说,本申请的多种实施例可以在硬件或专用电路、软件、逻辑或其任何组合中实现。例如,一些方面可以被实现在硬件中,而其它方面可以被实现在可以被控制器、微处理器或其它计算装置执行的固件或软件中,尽管本申请不限于此。
本申请的实施例可以通过移动装置的数据处理器执行计算机程序指令来实现,例如在处理器实体中,或者通过硬件,或者通过软件和硬件的组合。计算机程序指令可以是汇编指令、指令集架构(ISA)指令、机器指令、机器相关指令、微代码、固件指令、状态设置数据、或者以一种或多种编程语言的任意组合编写的源代码或目标代码。
本申请附图中的任何逻辑流程的框图可以表示程序步骤,或者可以表示相互连接的逻辑电路、模块和功能,或者可以表示程序步骤与逻辑电路、模块和功能的组合。计算机程序可以存储在存储器上。存储器可以具有任何适合于本地技术环境的类型并且可以使用任何适合的数据存储技术实现,例如但不限于只读存储器(ROM)、随机 访问存储器(RAM)、光存储器装置和系统(数码多功能光碟DVD或CD光盘)等。计算机可读介质可以包括非瞬时性存储介质。数据处理器可以是任何适合于本地技术环境的类型,例如但不限于通用计算机、专用计算机、微处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、可编程逻辑器件(FGPA)以及基于多核处理器架构的处理器。
通过示范性和非限制性的示例,上文已提供了对本申请的示范实施例的详细描述。但结合附图和权利要求来考虑,对以上实施例的多种修改和调整对本领域技术人员来说是显而易见的,但不偏离本申请的范围。因此,本申请的恰当范围将根据权利要求确定。

Claims (17)

  1. 一种业务处理方法,包括:
    依据预设资源信息和获取到的待执行业务的资源需求信息,为所述待执行业务分配资源;
    在确定为所述待执行业务分配资源成功的情况下,依据所述待执行业务的资源需求信息,处理所述待执行业务;以及
    在确定所述待执行业务执行完成的情况下,回收所述待执行业务对应的空闲资源。
  2. 根据权利要求1所述的方法,其中,所述待执行业务的资源需求信息,包括:所述待执行业务的资源需求数量和所述待执行业务对应的业务类型;
    所述在确定为所述待执行业务分配资源成功的情况下,依据所述待执行业务的资源需求信息,处理所述待执行业务,包括:
    依据所述待执行业务的资源需求数量和所述待执行业务对应的业务类型,处理所述待执行业务。
  3. 根据权利要求2所述的方法,其中,在依据预设资源信息和获取到的待执行业务的资源需求信息,为所述待执行业务分配资源之前,还包括:
    获取所述待执行业务对应的业务类型;
    依据所述待执行业务对应的业务类型对所述待执行业务进行压力测试,获得压测结果数据;以及
    依据所述压测结果数据和所述预设资源信息,确定所述待执行业务的资源需求数量。
  4. 根据权利要求2或3所述的方法,其中,所述待执行业务对应的业务类型,包括:计算密集型和/或输入输出密集型。
  5. 根据权利要求3所述的方法,其中,所述压测结果数据,包括:所述待执行业务的最大吞吐量和业务调度并发度,所述预设资源信息包括:预设资源数量;
    所述依据所述压测结果数据和所述预设资源信息,确定所述待执行业务的资源需求数量,包括:
    依据所述待执行业务的最大吞吐量和业务调度并发度,确定资源比例信息,所述资源比例信息表征所述待执行业务的资源需求数量与所述预设资源数量的比例信息;以及
    依据所述资源比例信息和所述预设资源数量,确定所述待执行业务的资源需求数量。
  6. 根据权利要求1所述的方法,其中,在依据预设资源信息和获取到的待执行业务的资源需求信息,为所述待执行业务分配资源之前,还包括:
    获取待处理业务及其对应的优先等级;
    将所述待处理业务缓存至缓存区中;以及
    依据所述待处理业务的优先等级对所述缓存区中的所述待处理业务进行筛选,获得所述待执行业务。
  7. 根据权利要求6所述的方法,其中,所述待处理业务的优先等级,包括:所述待处理业务的初始优先等级;
    所述依据所述待处理业务的优先等级对所述缓存区中的所述待处理业务进行筛选,获得所述待执行业务,包括:
    获取所述待处理业务的初始优先等级;以及
    依据所述待处理业务的初始优先等级对所述缓存区中的所述待处理业务进行筛选,获得所述待执行业务。
  8. 根据权利要求6所述的方法,其中,所述待处理业务的优先等级,还包括:实时优先等级;
    所述依据所述待处理业务的优先等级对所述缓存区中的所述待 处理业务进行筛选,获得所述待执行业务,包括:
    获取所述待处理业务的初始优先等级;
    依据预设次数阈值和获取到的所述待处理业务申请资源的失败次数,确定所述待处理业务需提升的优先等级;
    依据所述待处理业务的初始优先等级和所述待处理业务需提升的优先等级,确定所述待处理业务的实时优先等级;以及
    依据所述实时优先等级对所述缓存区中的所述待处理业务进行筛选,获得所述待执行业务。
  9. 根据权利要求8所述的方法,其中,依据所述实时优先等级对所述缓存区中的所述待处理业务进行筛选,获得所述待执行业务之后,还包括:
    在确定所述待处理业务的实时优先等级为最高优先等级的情况下,依据所述待处理业务的资源需求数量,为所述待处理业务预留执行资源。
  10. 根据权利要求7至9中任一项所述的方法,其中,所述获取所述待处理业务的初始优先等级,包括:
    在确定所述待处理业务对应的应用场景为通信网络优化的情况下,确定所述待处理业务包括应用无响应优化业务、网络接口优化业务、移动负载均衡优化业务和节能优化业务中的任意一种或几种;
    所述待处理业务的初始优先等级由高到低依次是:所述节能优化业务、所述应用无响应优化业务、所述网络接口优化业务和所述移动负载均衡优化业务。
  11. 根据权利要求7至9中任一项所述的方法,其中,所述获取所述待处理业务的初始优先等级,包括:
    在确定所述待处理业务对应的应用场景为微服务架构的情况下,确定所述待处理业务包括:数据合法性校验业务、数据升级业务、数据修改业务和数据查询业务中的任意一种或几种;
    其中,所述数据合法性校验业务、所述数据升级业务、所述数据修改业务和所述数据查询业务具有相同的所述初始优先等级。
  12. 根据权利要求1所述的方法,其中,待执行业务的资源需求信息,还包括:资源类型;
    所述资源类型,包括:中央处理器资源、线程资源、进程资源、带宽资源,时隙资源和信道资源中的任意一种或几种。
  13. 根据权利要求1所述的方法,其中,所述在确定所述待执行业务执行完成的情况下,回收所述待执行业务对应的空闲资源,包括:
    在确定所述待执行业务执行完成的情况下,标记所述待执行业务为执行完成业务;以及
    回收所述执行完成业务对应的空闲资源至资源池中。
  14. 一种业务处理装置,包括:
    资源分配模块,被配置为依据预设资源信息和获取到的待执行业务的资源需求信息,为所述待执行业务分配资源;
    处理模块,被配置为在确定为所述待执行业务分配资源成功的情况下,依据所述待执行业务的资源需求信息,处理所述待执行业务;以及
    回收模块,被配置为在确定所述待执行业务执行完成的情况下,回收所述待执行业务对应的空闲资源。
  15. 一种网络设备,包括:
    服务器或基站;
    所述服务器或基站包括业务处理装置;
    所述业务处理装置配置为执行如权利要求1至13中任一项所述的业务处理方法。
  16. 一种电子设备,包括:
    一个或多个处理器;
    存储器,其上存储有一个或多个程序,当所述一个或多个程序被所述一个或多个处理器执行时,使得所述一个或多个处理器实现如权利要求1至13中任一项所述的业务处理方法。
  17. 一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1至13中任一项所述的业务处理方法。
PCT/CN2022/096284 2021-05-31 2022-05-31 业务处理方法及装置、网络设备、电子设备和可读存储介质 WO2022253230A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110600769.7 2021-05-31
CN202110600769.7A CN115481309A (zh) 2021-05-31 2021-05-31 业务处理方法、装置、设备、电子设备和可读存储介质

Publications (1)

Publication Number Publication Date
WO2022253230A1 true WO2022253230A1 (zh) 2022-12-08

Family

ID=84323913

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/096284 WO2022253230A1 (zh) 2021-05-31 2022-05-31 业务处理方法及装置、网络设备、电子设备和可读存储介质

Country Status (2)

Country Link
CN (1) CN115481309A (zh)
WO (1) WO2022253230A1 (zh)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018113472A1 (zh) * 2016-12-22 2018-06-28 腾讯科技(深圳)有限公司 资源的调度方法和服务器
CN108958893A (zh) * 2017-05-23 2018-12-07 中国移动通信集团重庆有限公司 高并发业务的资源控制方法、装置和计算机可读存储介质
CN110647394A (zh) * 2018-06-27 2020-01-03 阿里巴巴集团控股有限公司 一种资源分配方法、装置及设备
CN110659126A (zh) * 2018-06-29 2020-01-07 中兴通讯股份有限公司 资源管理方法、设备以及计算机可读存储介质
CN112261596A (zh) * 2020-09-30 2021-01-22 汉海信息技术(上海)有限公司 短信通道资源的调配方法、装置、设备及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018113472A1 (zh) * 2016-12-22 2018-06-28 腾讯科技(深圳)有限公司 资源的调度方法和服务器
CN108958893A (zh) * 2017-05-23 2018-12-07 中国移动通信集团重庆有限公司 高并发业务的资源控制方法、装置和计算机可读存储介质
CN110647394A (zh) * 2018-06-27 2020-01-03 阿里巴巴集团控股有限公司 一种资源分配方法、装置及设备
CN110659126A (zh) * 2018-06-29 2020-01-07 中兴通讯股份有限公司 资源管理方法、设备以及计算机可读存储介质
CN112261596A (zh) * 2020-09-30 2021-01-22 汉海信息技术(上海)有限公司 短信通道资源的调配方法、装置、设备及存储介质

Also Published As

Publication number Publication date
CN115481309A (zh) 2022-12-16

Similar Documents

Publication Publication Date Title
WO2020258920A1 (zh) 一种网络切片资源管理方法及设备
US10289451B2 (en) Method, apparatus, and system for adjusting deployment location of virtual machine
EP3606008B1 (en) Method and device for realizing resource scheduling
US10764132B2 (en) Scale-out association method and apparatus, and system
WO2018149263A1 (zh) 一种网络业务实例化的方法及装置
CN107222531B (zh) 一种容器云资源调度方法
CN108132827B (zh) 一种网络切片资源映射方法、相关设备及系统
CN110460534B (zh) 一种请求消息上报方法、装置、设备及存储介质
CN107070709B (zh) 一种基于底层numa感知的nfv实现方法
JP2018527668A (ja) データトラフィックを制限するための方法及びシステム
US20230037783A1 (en) Resource scheduling method and related apparatus
WO2017024965A1 (zh) 一种数据流量限制的方法及系统
US20200272526A1 (en) Methods and systems for automated scaling of computing clusters
US20230066178A1 (en) Ai intelligentialization based on signaling interaction
EP2940600A1 (en) Data scanning method and device
US11403026B2 (en) Method, device and computer program product for managing storage system
WO2024022142A1 (zh) 资源使用方法和装置
WO2019029721A1 (zh) 任务的调度方法、装置、设备及存储介质
WO2022253230A1 (zh) 业务处理方法及装置、网络设备、电子设备和可读存储介质
WO2017011938A1 (zh) 虚拟网络功能扩容的方法和装置
CN111857992A (zh) 一种Radosgw模块中线程资源分配方法和装置
CN114979286B (zh) 容器服务的访问控制方法、装置、设备及计算机存储介质
US11388050B2 (en) Accelerating machine learning and profiling over a network
CN114090191A (zh) 存储资源的调度方法、装置、设备及存储介质
CN114253663A (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: 22815274

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE