CN114281529A - Distributed virtualized client operating system scheduling optimization method, system and terminal - Google Patents

Distributed virtualized client operating system scheduling optimization method, system and terminal Download PDF

Info

Publication number
CN114281529A
CN114281529A CN202111508295.XA CN202111508295A CN114281529A CN 114281529 A CN114281529 A CN 114281529A CN 202111508295 A CN202111508295 A CN 202111508295A CN 114281529 A CN114281529 A CN 114281529A
Authority
CN
China
Prior art keywords
operating system
vcpu
virtual machine
node
guest operating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111508295.XA
Other languages
Chinese (zh)
Inventor
管海兵
李嘉森
余博识
贾兴国
项羽心
戚正伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Jiaotong University
Original Assignee
Shanghai Jiaotong University
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 Shanghai Jiaotong University filed Critical Shanghai Jiaotong University
Priority to CN202111508295.XA priority Critical patent/CN114281529A/en
Publication of CN114281529A publication Critical patent/CN114281529A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a dispatching optimization method and a dispatching optimization system for a distributed virtualized client operating system, wherein a physical machine CPU core is distributed to a virtual machine vCPU, the virtual machine vCPU is bound with a node where the physical machine CPU is located, and information of the virtual machine vCPU is transmitted to the client operating system; modifying a scheduling strategy in a guest operating system according to vCPU information of the virtual machine, and directly completing the vCPU core allocation of the guest operating system of a computing task through the guest operating system; and distributing a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling strategy to realize the optimization of the scheduling strategy of the distributed virtualized client operating system. A corresponding terminal and medium are also provided. The invention distributes the calculation tasks with frequent information interaction to the same node by modifying the scheduling strategy of the client operating system, thereby achieving the purpose of reducing the information interaction between the nodes and the information interaction cost between the nodes.

Description

Distributed virtualized client operating system scheduling optimization method, system and terminal
Technical Field
The invention relates to the technical field of computer virtualization and distributed systems, in particular to a dispatching optimization method, a dispatching optimization system and a dispatching optimization terminal of a distributed virtualized client operating system, and simultaneously provides a corresponding computer readable storage medium.
Background
Distributed virtualization, as shown in fig. 1, refers to remote memory access between machines through some communication, so as to implement distributed shared memory, CPU, and IO resources. Such distributed virtualization may also provide access support for other hardware devices such as GPUs. For example, a giant virtual machine (GiantVM) abstracts hardware resources on multiple machines to provide massive computing and I/O resources for a single or even multiple virtual machines, thereby meeting application scenarios with extremely high resource and performance requirements.
In existing distributed virtualization, sharing of memory is achieved using I/O of the network. For example, a giant virtual machine is added with a plurality of functional modules on the basis of QEMU-KVM, wherein the functional modules comprise IPI forwarding, interrupt forwarding, I/O forwarding, clock synchronization and distributed shared memory modules, and machines are connected through an RDMA network.
However, the network I/O itself has a larger overhead than the normal local memory access, and for a smaller shared overhead, a high-latency overhead is shared to more bytes at one time, and the minimum granularity of the most important cross-node memory sharing in the cross-node information interaction or data transmission cannot be too small. In addition, some existing distributed virtualization works, such as giant virtual machines, utilize a rewrite Page Fault handling mechanism to implement cross-node memory sharing, and the minimum granularity of the cross-node memory sharing is not less than one Page.
The existing distributed virtualized cross-node memory sharing minimum granularity may cause performance loss. The minimum granularity of the cross-node shared memory is far larger than the size of CacheLine, so that the probability of false sharing of an unwritten program is much higher, and great performance reduction is caused. Pseudo-sharing refers to the preemption problem caused by two threads accessing two memory addresses that are not originally shared but are within the same minimum granularity. In addition, even if there are not many programs that are pseudo-shared, if there are many programs that are true-shared, the virtual machine may run slower than a single machine due to the huge overhead of network I/O.
As can be seen from the above, the existing distributed virtualization technology has a fatal problem, and when computing tasks are distributed to multiple physical devices, some of the computing tasks across nodes have frequent memory sharing or other information interaction, which results in high overhead.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a dispatching optimization method, a dispatching optimization system and a dispatching optimization terminal of a distributed virtualized client operating system, and also provides a corresponding computer readable storage medium.
According to one aspect of the invention, a scheduling optimization method for a distributed virtualized guest operating system is provided, which comprises the following steps:
distributing a physical machine CPU core to a virtual machine vCPU, binding the virtual machine vCPU with a node where the physical machine CPU is located, and transmitting information of the virtual machine vCPU to a client operating system;
modifying a scheduling strategy in a guest operating system according to the information of the virtual machine vCPU, and directly completing the allocation of the guest operating system vCPU core of the computing task through the guest operating system;
and distributing a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling strategy to realize the optimization of the scheduling strategy of the distributed virtualized client operating system.
Preferably, the binding the virtual machine vCPU and the node where the physical machine CPU is located includes:
statically binding nodes where the virtual machine vCPU and the physical machine CPU are located;
or
And temporarily binding the nodes where the virtual machine vCPU and the physical machine CPU are located.
Preferably, the information of the virtual machine vCPU includes:
the information of each vCPU node and the vCPU information contained in each node.
Preferably, the modifying the scheduling policy in the guest operating system according to the information of the virtual machine vCPU includes:
according to the information of the vCPU of the virtual machine, computing tasks with frequent information interaction are placed on the same node, and computing tasks with infrequent information interaction are placed on different nodes to form a new scheduling strategy; wherein:
the frequent information interaction means that: the communication cost caused by information interaction is larger than a set threshold; wherein the communication cost comprises: inter-node communication times and inter-node communication traffic.
Preferably, the communication cost caused by the information interaction is obtained through a thread process relation or through a Perf analysis tool for collecting cross-node memory access and information acquisition.
Preferably, the allocating the vCPU core of the guest operating system of the computing task is directly completed by the guest operating system, and comprises the following steps:
the allocation is accomplished by using accessibility, or by modifying the kernel of the guest operating system.
Preferably, the modified scheduling policy includes any one or more of the following:
-defining all threads of the same process to the same virtual machine node;
-sampling the frequency of information exchange between threads and assigning to minimize the number of cross-node sharing;
the modified scheduling strategy reduces the information interaction cost of the distributed virtual machine.
According to another aspect of the present invention, there is provided a guest operating system scheduling optimization system for distributed virtualization, comprising:
the information processing module distributes the CPU core of the physical machine to the vCPU of the virtual machine, binds the vCPU of the virtual machine with the node where the CPU of the physical machine is positioned, and transmits the information of the vCPU of the virtual machine to a client operating system;
the scheduling strategy modification module modifies the scheduling strategy in the guest operating system according to the information of the virtual machine vCPU and directly completes the kernel allocation of the guest operating system vCPU of the calculation task through the guest operating system;
and the scheduling policy optimization module distributes a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling policy to realize the scheduling policy optimization of the distributed virtualized client operating system.
According to a third aspect of the present invention, there is provided a terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor being operable to perform the method of any one of the above, or to operate the system as described above, when executing the program.
According to a fourth aspect of the invention, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, is operable to perform the method of any one of the above or to operate the system described above.
Due to the adoption of the technical scheme, compared with the prior art, the invention has the following beneficial effects:
according to the scheduling optimization method, the scheduling optimization system, the scheduling optimization terminal and the scheduling optimization medium for the distributed virtualized guest operating system, the scheduling strategy of the guest operating system is modified, and the calculation tasks with frequent information interaction are distributed to the same node, so that the aim of reducing the cost of information interaction between nodes and the cost of information interaction between nodes is fulfilled.
The invention provides a scheduling optimization method, a system, a terminal and a medium of a distributed virtualized guest operating system, which realize a novel virtualized physical resource scheduling realization technology based on virtualization.
The scheduling optimization method, the system, the terminal and the medium for the distributed virtualized client operating system can reduce the memory sharing jitter frequency of the distributed virtualization, bind the calculation tasks with frequent information interaction to the same node aiming at different application scenes and application limitations, and greatly improve the performance of the distributed virtualization.
The scheduling optimization method, the system, the terminal and the medium of the distributed virtualized client operating system modify a scheduling strategy, namely a vCPU scheduling strategy, in the client operating system, are used for scheduling CPUs of different nodes, and realize the function of arranging computing tasks which are possibly frequently shared to the same node as much as possible.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments with reference to the following drawings:
fig. 1 is a diagram illustrating a distributed virtualization technique in the prior art.
FIG. 2 is a flowchart illustrating a method for scheduling optimization of a guest operating system for distributed virtualization according to an embodiment of the present invention.
FIG. 3 is a diagram illustrating a method for scheduling optimization of a guest operating system for distributed virtualization in accordance with a preferred embodiment of the present invention.
FIG. 4 is a block diagram of a guest operating system scheduling system for distributed virtualization according to an embodiment of the present invention.
Detailed Description
The following examples illustrate the invention in detail: the embodiment is implemented on the premise of the technical scheme of the invention, and a detailed implementation mode and a specific operation process are given. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.
Fig. 2 is a flowchart of a method for scheduling and optimizing a guest operating system in distributed virtualization according to an embodiment of the present invention.
As shown in fig. 2, the method for scheduling and optimizing a guest operating system in distributed virtualization according to this embodiment may include the following steps:
s100, distributing a physical machine CPU core to a virtual machine vCPU, binding the virtual machine vCPU with a node where the physical machine CPU is located, and transmitting information of the virtual machine vCPU to a client operating system;
s200, modifying a scheduling strategy in a guest operating system according to the information of the vCPU of the virtual machine, and directly completing the vCPU core allocation of the guest operating system of a calculation task through the guest operating system;
s300, distributing a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling strategy, and realizing the scheduling strategy optimization of the distributed virtualized guest operating system.
In S100 of this embodiment, as a preferred embodiment, the binding the virtual machine vCPU and the node where the physical machine CPU is located includes:
statically binding nodes where the virtual machine vCPU and the physical machine CPU are located;
or
And temporarily binding the nodes where the virtual machine vCPU and the physical machine CPU are located.
In S100 of this embodiment, as a preferred embodiment, the information of the virtual machine vCPU includes:
the information of each vCPU node and the vCPU information contained in each node.
In S200 of this embodiment, as a preferred embodiment, modifying the scheduling policy in the guest operating system according to the information of the virtual machine vCPU includes:
according to the information of the vCPU of the virtual machine, computing tasks with frequent information interaction are placed on the same node, and computing tasks with infrequent information interaction are placed on different nodes to form a new scheduling strategy; wherein:
the frequent information interaction means that: the communication cost caused by information interaction is larger than a set threshold; wherein the communication cost comprises: inter-node communication times and inter-node communication traffic.
Further, as a preferred embodiment, the communication cost caused by information interaction is obtained through a thread process relationship or through a Perf analysis tool to acquire cross-node access to the memory and information acquisition.
In S200 of this embodiment, as a preferred embodiment, the step of directly completing the allocation of the vCPU core of the guest operating system of the computing task by the guest operating system includes:
the allocation is accomplished by using accessibility, or by modifying the kernel of the guest operating system.
In S300 of this embodiment, as a preferred embodiment, the modified scheduling policy includes any one or more of the following:
-defining all threads of the same process to the same virtual machine node;
-sampling the frequency of information exchange between threads and assigning to minimize the number of cross-node sharing;
the modified scheduling strategy reduces the information interaction cost of the distributed virtual machine.
Fig. 3 is a schematic diagram of a scheduling optimization method for a guest operating system of distributed virtualization according to a preferred embodiment of the present invention.
As shown in fig. 3, the method for scheduling and optimizing a guest operating system in distributed virtualization according to this embodiment may include: the physical machine CPU core is distributed to a virtual machine vCPU and a guest operating system vCPU core.
Wherein:
the method for distributing the CPU core of the physical machine to the vCPU of the virtual machine comprises the following steps:
and the physical machine CPU core is distributed to the vCPU, the virtual machine vCPU and the node where the physical machine CPU is positioned are statically or temporarily bound, and the information of the virtual machine vCPU is transmitted to a client operating system. Further allocation of vCPU cores is made by the guest operating system.
The method for distributing the vCPU core of the guest operating system comprises the following steps:
a scheduling policy in the guest operating system is modified. The allocation of the vCPU core of the guest operating system of the computing task is directly completed by the guest operating system. And distributing a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling strategy.
In a specific application example, the modified scheduling policy is: all threads of the same process are limited to the same virtual machine node. The scheduling strategy of the present invention is not limited to the simple implementation strategies listed above.
The scheduling optimization method for the distributed virtualized guest operating system provided in the preferred embodiment is designed based on the architecture shown in fig. 3, and classifies computing tasks according to information interaction frequency, specifically:
in the original edition distributed virtual machine, each VM virtual node is provided with a plurality of vCPUs, and each Host physical node is provided with a plurality of CPUs. The default operating system of the distributed virtual machine uses a load balancing scheduling strategy, on the operating system, the scheduler uniformly distributes the computing tasks to the vCPUs in the VMs for completion, and the vCPUs are corresponding to the CPUs in the Host nodes, so that the original computing tasks (tasks) with a lot of communication have a lot of communication but are distributed to different Host nodes, and a large communication time cost is caused.
The technical scheme provided by the embodiment of the invention is mainly an optimization aiming at the defect. After the defect that the original operating system runs on the distributed virtual machine is discovered, the embodiment of the invention provides a method for realizing acceleration of the distributed virtual machine by modifying a scheduling strategy in the operating system. The scheduling strategy is to allocate calculation tasks with close communication to vCPUs corresponding to the same Host node and allocate calculation tasks with non-close communication to vCPUs of different Host nodes, so that the number of cross-node (Host) communication and the total cost of communication time are reduced, and the performance of the distributed virtual machine is optimized by the scheme.
An interface is reserved for a programmer in a standard operating system, so that the programmer can conveniently modify a scheduling strategy; some embodiments of the present invention utilize the interface to control the scheduling in the operating system to perform "scheduling according to the information of the virtual machine vCPU", thereby achieving the purpose of acceleration. Of course, in addition to using this interface, the present invention may also use other interfaces to perform "scheduling according to information of the virtual machine vCPU", where these interfaces include cpuiset, tasksched, taskset, and so on, and these interfaces are all software-free protocols, and whatever form is adopted, belongs to the protection scope of the present invention.
The technical solutions provided by the above embodiments of the present invention are further described in detail below with reference to a specific application example. However, it should be noted that the platform for using the technical solution provided by the above embodiment of the present invention is not limited to the following example.
In this specific application example, the specific deployment is a cluster consisting of three general servers, each server being equipped with a network card supporting InfiniBand. The servers are connected to the central InfiniBand switch by fiber optics. The technical scheme provided by the above embodiment of the invention is not limited by the types, configurations and numbers of the hosts, and can be extended to any number of hosts with the number more than 1 to form a cluster. The technical solution provided by the above embodiments of the present invention is not limited by the network card and the network device, and any type of network card and network device may be used.
Each server is provided with UbuntuServer16.04.1LTS64bit and GiantVM, and is provided with 56 cores and 64GB memory in total by two CPUs. The specific development is based on the source code versions of the GiantVM, QEMU2.9.0 and the Linux kernel 4.8.10 as an illustration, and the method is also applicable to other virtual machines, virtual machine managers and Linux kernels with other versions.
The huge virtual machine has 168 vcpus, each vCPU corresponds to one physical core, 56 vcpus are operated on the local physical core, and the rest 112 vcpus are operated on the other two remote servers. The giant virtual machine has 192GB distributed shared memory, 64GB is local memory, the rest 128GB is far-end memory, and the far-end memory is accessed at high speed by RDMA. Meanwhile, the virtual machine owns and can use I/O devices, such as GPU, FPGA, etc., located on different computers. The technical solution provided by the above embodiment of the present invention is not limited by vCPU number, memory size, I/O device, and communication protocol, and other protocols other than RDMA may also be optimized by using the technical solution provided by the above embodiment of the present invention.
The client operating system is the modified UbuntuServer16.04.1LTS64bit, wherein the scheduling strategy is a strategy of allocating the same virtual node for the same process. The technical scheme provided by the above embodiment of the invention is not limited by the client operating system, and any other client operating system can be rewritten by using a similar means. The technical scheme provided by the embodiment of the invention is not limited by scheduling strategies, and the invention can realize the optimization of information interaction by using different specific strategies.
The technical solution provided by the above embodiment of the present invention includes but is not limited to a scheduling policy "the same process is bound to the same virtual node", and the rationality of the scheduling policy for accelerating distributed virtualization is as follows: if the vCPU is freely distributed by the guest operating system, the virtual machine at the bottom layer cannot arrange the mixed computing tasks on the CPU of the physical machine in a grouping way according to whether a large number of shares exist; the guest operating system, if it employs the assignment of "same process on same virtual node", can ensure that the same process does not cross nodes on the physical machine. In this way, the inter-thread communications are all at the same node. Because the address spaces are different among the processes, direct memory sharing cannot be achieved originally. The minimum granularity of the shared memory such as MMap between the processes is page, and the processes exchange information according to needs, and the condition of pseudo sharing is almost absent unless the intention is.
Fig. 4 is a schematic diagram illustrating constituent modules of a distributed virtualized guest operating system scheduling optimization system according to an embodiment of the present invention.
As shown in fig. 4, the distributed virtualized guest operating system scheduling optimization system provided in this embodiment may include the following modules:
the information processing module distributes the CPU core of the physical machine to the vCPU of the virtual machine, binds the vCPU of the virtual machine with the node where the CPU of the physical machine is positioned, and transmits the information of the vCPU of the virtual machine to the client operating system;
the scheduling strategy modification module modifies the scheduling strategy in the guest operating system according to the information of the virtual machine vCPU and directly completes the kernel allocation of the guest operating system vCPU of the calculation task through the guest operating system;
and the scheduling policy optimization module distributes a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling policy to realize the scheduling policy optimization of the distributed virtualized client operating system.
An embodiment of the present invention provides a terminal, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor is configured to execute the method according to any one of the above embodiments of the present invention when executing the computer program.
An embodiment of the invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, is operable to perform the method of any of the above embodiments.
The distributed virtualized client operating system scheduling optimization method, the distributed virtualized client operating system scheduling optimization system, the distributed virtualized client operating system scheduling optimization terminal and the distributed virtualized client operating system scheduling optimization medium distribute the calculation tasks with frequent information interaction to the same node by modifying the scheduling strategy of the client operating system, and achieve the purpose of reducing the information interaction between the nodes and the cost of the nodes; on the basis of virtualization, a novel virtualized physical resource scheduling implementation technology is realized, and the technology is based on a client operating system scheduling strategy, so that the distributed shared memory obtains better performance, and the cross-node communication overhead is reduced; the method can reduce the information interaction jitter frequency of the distributed virtualization, and bind the calculation tasks with frequent information interaction to the same node aiming at different application scenes and application limitations, so that the performance of the distributed virtualization is greatly improved; and modifying a scheduling strategy, namely a vCPU scheduling strategy, in a client operating system to schedule CPUs of different nodes, so as to realize the function of arranging the calculation tasks which are possibly frequently shared to the same node as much as possible.
Those skilled in the art will appreciate that, in addition to implementing the system and its various devices provided by the present invention in purely computer readable program code means, the method steps can be fully programmed to implement the same functions by implementing the system and its various devices in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Therefore, the system and various devices thereof provided by the present invention can be regarded as a hardware component, and the devices included in the system and various devices thereof for realizing various functions can also be regarded as structures in the hardware component; means for performing the functions may also be regarded as structures within both software modules and hardware components for performing the methods.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes and modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention.

Claims (10)

1. A method for scheduling and optimizing a guest operating system of distributed virtualization is characterized by comprising the following steps:
distributing a physical machine CPU core to a virtual machine vCPU, binding the virtual machine vCPU with a node where the physical machine CPU is located, and transmitting information of the virtual machine vCPU to a client operating system;
modifying a scheduling strategy in a guest operating system according to the information of the virtual machine vCPU, and directly completing the allocation of the guest operating system vCPU core of the computing task through the guest operating system;
and distributing a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling strategy to realize the optimization of the scheduling strategy of the distributed virtualized client operating system.
2. The distributed virtualized guest operating system scheduling optimization method of claim 1, wherein the binding the virtual machine vCPU to the node where the physical machine CPU is located comprises:
statically binding nodes where the virtual machine vCPU and the physical machine CPU are located;
or
And temporarily binding the nodes where the virtual machine vCPU and the physical machine CPU are located.
3. The distributed virtualized guest operating system scheduling optimization method of claim 1, wherein the information of the virtual machine vCPU comprises:
the information of each vCPU node and the vCPU information contained in each node.
4. The method for scheduling and optimizing the guest operating system in distributed virtualization according to claim 1, wherein the modifying the scheduling policy in the guest operating system according to the information of the virtual machine vCPU comprises:
according to the information of the vCPU of the virtual machine, computing tasks with frequent information interaction are placed on the same node, and computing tasks with infrequent information interaction are placed on different nodes to form a new scheduling strategy; wherein:
the frequent information interaction means that: the communication cost caused by information interaction is larger than a set threshold; wherein the communication cost comprises: inter-node communication times and inter-node communication traffic.
5. The method according to claim 1, wherein the communication cost caused by the information interaction is obtained through a thread process relationship or through a Perf analysis tool for collecting cross-node memory access and information acquisition.
6. The distributed virtualized guest operating system scheduling optimization method of claim 1 wherein the assignment of guest operating system vCPU cores to compute tasks is done directly through the guest operating system, comprising:
the allocation is accomplished by using accessibility, or by modifying the kernel of the guest operating system.
7. The method of claim 1, wherein the modified scheduling policy includes any one or more of the following:
-defining all threads of the same process to the same virtual machine node;
-sampling the frequency of information exchange between threads and assigning to minimize the number of cross-node sharing;
the modified scheduling strategy reduces the information interaction cost of the distributed virtual machine.
8. A distributed virtualized guest operating system schedule optimization system, comprising:
the information processing module distributes the CPU core of the physical machine to the vCPU of the virtual machine, binds the vCPU of the virtual machine with the node where the CPU of the physical machine is positioned, and transmits the information of the vCPU of the virtual machine to a client operating system;
the scheduling strategy modification module modifies the scheduling strategy in the guest operating system according to the information of the virtual machine vCPU and directly completes the kernel allocation of the guest operating system vCPU of the calculation task through the guest operating system;
and the scheduling policy optimization module distributes a group of computing tasks with frequent information interaction to the same virtual machine node through the modified scheduling policy to realize the scheduling policy optimization of the distributed virtualized client operating system.
9. A terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program is operable to perform the method of any one of claims 1 to 7 or to operate the system of claim 8.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, is adapted to carry out the method of any one of claims 1 to 7 or to carry out the system of claim 8.
CN202111508295.XA 2021-12-10 2021-12-10 Distributed virtualized client operating system scheduling optimization method, system and terminal Pending CN114281529A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111508295.XA CN114281529A (en) 2021-12-10 2021-12-10 Distributed virtualized client operating system scheduling optimization method, system and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111508295.XA CN114281529A (en) 2021-12-10 2021-12-10 Distributed virtualized client operating system scheduling optimization method, system and terminal

Publications (1)

Publication Number Publication Date
CN114281529A true CN114281529A (en) 2022-04-05

Family

ID=80871685

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111508295.XA Pending CN114281529A (en) 2021-12-10 2021-12-10 Distributed virtualized client operating system scheduling optimization method, system and terminal

Country Status (1)

Country Link
CN (1) CN114281529A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024001559A1 (en) * 2022-06-28 2024-01-04 中兴通讯股份有限公司 Service scheduling method, electronic device and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170139733A1 (en) * 2015-11-18 2017-05-18 International Business Machines Corporation Management of a virtual machine in a virtualized computing environment based on a concurrency limit
CN108932154A (en) * 2018-07-23 2018-12-04 上海交通大学 A kind of distributed virtual machine manager
US20190163512A1 (en) * 2017-11-30 2019-05-30 International Business Machines Corporation Workload manager control of dynamic thread mode switch
CN110704195A (en) * 2019-10-14 2020-01-17 腾讯云计算(北京)有限责任公司 CPU adjusting method, server and computer readable storage medium
CN111143025A (en) * 2019-11-22 2020-05-12 中国船舶工业系统工程研究院 Method for real-time virtual machine instance management
CN112256383A (en) * 2019-07-22 2021-01-22 深信服科技股份有限公司 Method, device, equipment and medium for adjusting CPU core number of virtual machine
CN112667363A (en) * 2021-01-05 2021-04-16 浪潮云信息技术股份公司 Method and device for simulating cloud physical host by using virtual machine based on cloud platform
CN113032154A (en) * 2021-04-19 2021-06-25 深信服科技股份有限公司 Virtual CPU scheduling method and device, electronic equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170139733A1 (en) * 2015-11-18 2017-05-18 International Business Machines Corporation Management of a virtual machine in a virtualized computing environment based on a concurrency limit
US20190163512A1 (en) * 2017-11-30 2019-05-30 International Business Machines Corporation Workload manager control of dynamic thread mode switch
CN108932154A (en) * 2018-07-23 2018-12-04 上海交通大学 A kind of distributed virtual machine manager
CN112256383A (en) * 2019-07-22 2021-01-22 深信服科技股份有限公司 Method, device, equipment and medium for adjusting CPU core number of virtual machine
CN110704195A (en) * 2019-10-14 2020-01-17 腾讯云计算(北京)有限责任公司 CPU adjusting method, server and computer readable storage medium
CN111143025A (en) * 2019-11-22 2020-05-12 中国船舶工业系统工程研究院 Method for real-time virtual machine instance management
CN112667363A (en) * 2021-01-05 2021-04-16 浪潮云信息技术股份公司 Method and device for simulating cloud physical host by using virtual machine based on cloud platform
CN113032154A (en) * 2021-04-19 2021-06-25 深信服科技股份有限公司 Virtual CPU scheduling method and device, electronic equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BEI GUAN: ""CIVSched: Communication-aware Inter-VM Scheduling in Virtual Machine Monitor Based on the Process"", 《2013 13TH IEEE/ACM INTERNATIONAL SYMPOSIUM ON CLUSTER, CLOUD AND GRID COMPUTING》, 24 June 2013 (2013-06-24), pages 597 - 604 *
XINGGUO JIA: ""GiantVM: A Novel Distributed Hypervisor for Resource Aggregation with DSM-aware Optimizations"", 《ACM TRANSACTIONS ON ARCHITECTURE AND CODE OPTIMIZATION》, vol. 19, no. 2, 7 March 2022 (2022-03-07), pages 1 - 27, XP058690104, DOI: 10.1145/3505251 *
姚栋杰: ""异构环境下虚拟资源一体化管理及分配机制的研究与应用"", 《中国优秀硕士学位论文全文数据库 信息科技辑》, no. 2018, 15 December 2018 (2018-12-15), pages 139 - 128 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024001559A1 (en) * 2022-06-28 2024-01-04 中兴通讯股份有限公司 Service scheduling method, electronic device and storage medium

Similar Documents

Publication Publication Date Title
US9996401B2 (en) Task processing method and virtual machine
US9519795B2 (en) Interconnect partition binding API, allocation and management of application-specific partitions
US11010053B2 (en) Memory-access-resource management
US8201170B2 (en) Operating systems are executed on common program and interrupt service routine of low priority OS is modified to response to interrupts from common program only
US9052957B2 (en) Method and system for conducting intensive multitask and multiflow calculation in real-time
US9619279B2 (en) Operating systems sharing supervisor address space with same virtual to physical mapping for supervisor address space using same translation formula with different translation tree
US20050251806A1 (en) Enhancement of real-time operating system functionality using a hypervisor
US20120054409A1 (en) Application triggered state migration via hypervisor
WO2016183028A2 (en) Methods and architecture for enhanced computer performance
CN102375761A (en) Business management method, device and equipment
US20140297775A1 (en) Method and system for providing remote direct memory access to virtual machines
KR20060071307A (en) Systems and methods for exposing processor topology for virtual machines
Cheng et al. vScale: Automatic and efficient processor scaling for SMP virtual machines
WO2007067562A2 (en) Methods and apparatus for multi-core processing with dedicated thread management
US20110219373A1 (en) Virtual machine management apparatus and virtualization method for virtualization-supporting terminal platform
CN103793255B (en) Starting method for configurable multi-main-mode multi-OS-inner-core real-time operating system structure
US20150254113A1 (en) Lock Spin Wait Operation for Multi-Threaded Applications in a Multi-Core Computing Environment
US20130054861A1 (en) Pessimistic interrupt affinity for devices
CN114168271B (en) Task scheduling method, electronic device and storage medium
CN113778612A (en) Embedded virtualization system implementation method based on microkernel mechanism
CN114281529A (en) Distributed virtualized client operating system scheduling optimization method, system and terminal
WO2019099328A1 (en) Virtualized i/o
Hetherington et al. Edge: Event-driven gpu execution
CN113568734A (en) Virtualization method and system based on multi-core processor, multi-core processor and electronic equipment
CN108845969B (en) Operation control method and operation system suitable for incompletely symmetrical multi-processing microcontroller

Legal Events

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