CN113688053A - Queuing use method and system for cloud testing tool - Google Patents

Queuing use method and system for cloud testing tool Download PDF

Info

Publication number
CN113688053A
CN113688053A CN202111017596.2A CN202111017596A CN113688053A CN 113688053 A CN113688053 A CN 113688053A CN 202111017596 A CN202111017596 A CN 202111017596A CN 113688053 A CN113688053 A CN 113688053A
Authority
CN
China
Prior art keywords
task
test
priority
tasks
waiting time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111017596.2A
Other languages
Chinese (zh)
Other versions
CN113688053B (en
Inventor
赵国亮
刘雯
周启平
李尚杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Space Cqc Associate Software Testing And Evaluating Technology Beijing Co ltd
Beijing Institute of Computer Technology and Applications
Original Assignee
Space Cqc Associate Software Testing And Evaluating Technology Beijing Co ltd
Beijing Institute of Computer Technology and Applications
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 Space Cqc Associate Software Testing And Evaluating Technology Beijing Co ltd, Beijing Institute of Computer Technology and Applications filed Critical Space Cqc Associate Software Testing And Evaluating Technology Beijing Co ltd
Priority to CN202111017596.2A priority Critical patent/CN113688053B/en
Publication of CN113688053A publication Critical patent/CN113688053A/en
Application granted granted Critical
Publication of CN113688053B publication Critical patent/CN113688053B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention relates to a queuing use method and a queuing use system of a cloud test tool, and belongs to the field of cloud test. Task information is obtained, wherein the task information comprises test task priority, basic information of a task and task submission time; according to the obtained task priorities, performing ascending sequencing on the tasks, and performing secondary descending sequencing on the tasks with the same priorities according to the task waiting time; the system continuously updates the waiting time of each task according to a certain frequency, and updates the task queue and the waiting time when a new task arrives or the task execution is finished; and comparing the priority level and the waiting time of the task arranged at the first position of the task queue with the priority level and the waiting time of the task which is being executed by the cloud testing tool, and adopting different tool using methods according to different priority level and waiting time. The invention reduces the time cost of waiting for using the test tool by an important user, reduces the average waiting time of the test task, increases the task fairness and improves the efficiency of cloud test and mass test.

Description

Queuing use method and system for cloud testing tool
Technical Field
The invention belongs to the field of cloud testing, and particularly relates to a queuing use method and system of a cloud testing tool.
Background
By taking modern information science and technology as a support, the cloud test and the mass test utilize a new business model, a new service mode and a new management method to test a demand party and test resources in a coordinated manner, so that the traditional software testing industry is energized. However, as a new service state, the supporting method, technology and service mode of cloud testing and public testing are not mature, and especially the mechanism for multi-user cooperative use of the testing tool is not perfect. The existing cloud testing tool using scheme is that tasks are often sorted according to priority, and the same queuing scheduling scheme or time-sharing using scheme is adopted for the tasks with different priorities, so that the execution cycle of the task with high priority is too long, and the waiting response time of the testing task with the same priority is also greatly different. With the increasing demand of testing, the problem of improving the service experience of multiple users while improving the use efficiency of the testing tool is urgently needed to be solved.
Disclosure of Invention
Technical problem to be solved
The technical problem to be solved by the invention is how to provide a queuing method and a queuing system for a cloud testing tool, so as to solve the problems that the existing cloud testing tool causes the task with high priority to have too long execution period and the waiting response time of the testing tasks with the same priority has great difference.
(II) technical scheme
In order to solve the technical problem, the invention provides a queuing use method of a cloud test tool, which comprises the following steps:
s1, acquiring task information including the priority of the test task, the basic information of the task and the task submission time;
s2, sorting the tasks in an ascending order according to the obtained task priorities, and sorting the tasks with the same priorities in a secondary descending order according to the task waiting time; the system continuously updates the waiting time of each task according to a certain frequency, and updates the task queue and the waiting time when a new task arrives or the task execution is finished;
s3, acquiring the priority p of the task arranged at the first position of the task queue1And task latency t1
S4, acquiring priority p of task being executed by cloud testing tool in platform0And system average latency t0
S5, comparing the priority level and the waiting time of the task arranged at the first position of the task queue with the task being executed by the cloud testing tool, and adopting different tool using methods according to different priority level and waiting time;
s6, the system updates the waiting time of each task according to a certain frequency and every time when a new task arrives and the task ends, and repeats the steps S3-S5 after each update.
Further, in step S1, a minimum task execution time slice is estimated in which each task satisfies the execution condition according to the acquired task basic information.
Furthermore, the preset test task priority p is divided into 1-3 levels, the total level is 3, a user selects the test task according to needs when submitting the task, the smaller the numerical value is, the higher the priority is, and the system adopts different tool using methods according to different priorities.
Further, for the test tasks with the priority p =1, a method of independently using the cloud test tools according to the sequence of the task submission time is adopted;
for the test tasks with the priority p =2, a time-sharing use mode with the same waiting time is adopted, and each task is allocated with a time slice which is not less than the minimum task execution time;
for the test tasks with the priority p =3, a method of independently using the cloud test tools according to the sequence of the task submission time is adopted.
Further, the step S5 specifically includes:
when p is1>p0The method comprises the following steps:
if p is1=1, stop all executing tasks, re-queue according to priority and latency, update respective latency, run onlyThe test task with high priority is executed after the task with high priority is executed;
if p is1=2, stopping all executing tasks, re-queuing them in queue according to priority and waiting time, updating their respective waiting time, running only the test task with high priority, updating the average waiting time t of system0After the task with high priority is executed, the task with low priority is executed;
when p is1<p0If so, the task queue is kept unchanged, the cloud testing tool still executes the current task, and after the current task is completed, the testing task with low priority in the queue is executed;
when p is1=p0The method comprises the following steps:
if p is1=p0=1 or p1=p0If the priority is not less than 3, the task queue is kept unchanged, and test tasks with the same priority in the queue are executed after the current task is completed;
if p is1=p0=2, continue to compare the waiting time t of the task queued at the first position in the task queue1And system average latency t0
The method of claim 5, wherein the system average latency t is updated0The following formula is adopted:
Figure 200125DEST_PATH_IMAGE001
(1)。
further, the waiting time t of the task arranged at the first position of the task queue is continuously compared1And system average latency t0The method specifically comprises the following steps:
if t is1≥t0If the task is the first task in the task queue, the cloud testing tool is used in a time-sharing mode with all the tasks currently executed by the cloud testing tool, all the testing tasks are distributed with equal time slices which are not less than the minimum task execution time of all the tasks, and then the average waiting time of the system is updated according to the formula (1);
if t is1<t0And if so, continuing to wait in the task queue for the task arranged at the first position of the task queue, waiting for the next judgment period, updating the priority and the waiting time of the tasks in the queue, and judging the priority and the waiting time of the tasks again.
The invention also provides a cloud test tool queuing and using system for realizing the cloud test tool queuing and using method, the system comprises a test task management module, a test queue management module and a test tool using module,
the test task management module is used for acquiring test task information, including test task priority, basic information of tasks and task submission time;
the test queue management module is used for sequencing according to the priority of the test tasks and the waiting time of the tasks and updating the waiting time of the tasks in the queue according to a certain frequency; when a new task arrives and the task execution is finished, dynamically updating the task queue;
and the test tool using module is used for monitoring the use condition of the test tool, judging the priority level and the waiting time of the currently executed task and the tasks in the queue, and adopting different tool using methods according to different priority level and waiting time.
Further, the test task management module estimates a minimum task execution time slice that each task meets the execution condition according to the task basic information.
Furthermore, the preset test task priority p is divided into 1-3 levels, the total number of the levels is 3, a user selects the test task according to needs when submitting the task, the smaller the numerical value is, the higher the priority is, and the system adopts different tool using methods according to different priorities;
for the test tasks with the priority p =1, a method of independently using the cloud test tools according to the sequence of task submission time is adopted;
for the test tasks with the priority p =2, a time-sharing use mode with the same waiting time is adopted, and each task is allocated with a time slice which is not less than the minimum task execution time;
for the test tasks with the priority p =3, a method of independently using the cloud test tools according to the sequence of the task submission time is adopted.
(III) advantageous effects
The invention provides a queuing use method and a queuing use system for a cloud test tool, which are used for improving the use efficiency of the cloud test tool and improving the service experience of a user. The test tasks are firstly sorted according to the priority, the tasks with the same priority are secondly sorted according to the waiting time, different tool scheduling and using schemes are adopted for the test tasks with different priorities, and the method with the same waiting time is adopted for the test tasks with the common priority, so that the time cost of waiting for using the test tools by important users is reduced, the average waiting time of the test tasks is reduced, the task fairness is increased, and the cloud test and mass test efficiency is improved.
Drawings
FIG. 1 is a flow chart of a method for using a cloud testing tool queue according to the present invention;
FIG. 2 is a cloud test tool queuing system of the present invention.
Detailed Description
In order to make the objects, contents and advantages of the present invention clearer, the following detailed description of the embodiments of the present invention will be made in conjunction with the accompanying drawings and examples.
As shown in fig. 1, the queuing using method of the cloud testing tool provided by the present invention specifically includes the following steps:
and S1, acquiring task information including the priority of the test task, the basic information of the task and the task submission time. And estimating the minimum task execution time slice of each task meeting the execution condition according to the acquired task basic information.
The priority p of the testing task preset by the system is divided into 1-3 levels, the total level is 3, a user selects according to needs when submitting the task, the smaller the numerical value is, the higher the priority is, and the system adopts different tool using methods according to different priorities.
For the test tasks with the priority p =1, a method of independently using the cloud test tool according to the sequence of the task submission time is adopted to ensure the timeliness of the task with the highest priority.
For the test tasks with the priority p =2, a time-sharing use mode with the same waiting time is adopted, and each task is allocated with a time slice which is not less than the minimum task execution time so as to ensure the fairness of the common test tasks.
For the test tasks with the priority p =3, a method of independently using the cloud test tool according to the sequence of the task submission time is adopted, so that the time cost caused by frequent switching of the test tasks is reduced.
S2, sorting the tasks in an ascending order according to the obtained task priorities, and sorting the tasks with the same priorities in a secondary descending order according to the task waiting time; the system continuously updates the waiting time of each task according to a certain frequency, and updates the task queue and the waiting time every time a new task arrives or the task execution is finished.
S3, acquiring the priority p of the task arranged at the first position of the task queue1And task latency t1
S4, acquiring priority p of task being executed by cloud testing tool in platform0And system average latency t0
S5, comparing the priority level and the waiting time of the task arranged at the first position of the task queue and the task being executed by the cloud testing tool, and adopting different tool using methods according to different priority level and waiting time.
a. When p is1>p0The method comprises the following steps:
if p is1And =1, stopping all executing tasks, re-queuing the tasks in the queue according to the priority and the waiting time, updating the respective waiting time, running only the test tasks with high priority, and executing the tasks with low priority after the tasks with high priority are executed.
If p is1=2, stopping all executing tasks, re-queuing them in queue according to priority and waiting time, updating their respective waiting time, running only the test task with high priority, updating the average waiting time t of system0As follows
Figure 731074DEST_PATH_IMAGE001
(1)
And after the task with the high priority is executed, executing the task with the low priority.
b. When p is1<p0And when the task queue is not changed, the cloud testing tool still executes the current task, and executes the testing task with low priority in the queue after the current task is finished.
c. When p is1=p0The method comprises the following steps:
if p is1=p0=1 or p1=p0And if the priority is not less than 3, the task queue is kept unchanged, and the test tasks with the same priority in the queue are executed after the current task is completed.
If p is1=p0=2, continue to compare the waiting time t of the task queued at the first position in the task queue1And system average latency t0
If t1≥t0If the task is the first task in the task queue, the cloud testing tool is used in a time-sharing mode with all the tasks currently executed by the cloud testing tool, the testing tasks are distributed with equal time slices which are not less than the minimum task execution time of the tasks, and then the average waiting time of the system is updated according to the formula (1).
If t1<t0And if so, continuing to wait in the task queue for the task arranged at the first position of the task queue, waiting for the next judgment period, updating the priority and the waiting time of the tasks in the queue, and judging the priority and the waiting time of the tasks again.
S6, the system updates the waiting time of each task according to a certain frequency and every time when a new task arrives and the task ends, and repeats the steps after each update (S3-S5).
As shown in fig. 2, the cloud testing tool queuing system provided by the present invention includes:
(1) the test task management module is used for acquiring test task information, including test task priority, basic information of tasks and task submission time; and estimating the minimum task execution time slice of each task meeting the execution condition according to the task basic information.
(2) The test queue management module is used for sequencing according to the priority of the test tasks and the waiting time of the tasks and updating the waiting time of the tasks in the queue according to a certain frequency; and when a new task arrives and the task execution is finished, dynamically updating the task queue.
(3) And the test tool using module is used for monitoring the use condition of the test tool, judging the priority level and the waiting time of the currently executed task and the tasks in the queue, and adopting different tool using methods according to different priority level and waiting time.
The preset test task priority p is divided into 1-3 grades, 3 grades are provided, a user selects according to needs when submitting a task, the smaller the numerical value is, the higher the priority is, and the system adopts different tool using methods according to different priorities;
for the test tasks with the priority p =1, a method of independently using the cloud test tools according to the sequence of task submission time is adopted;
for the test tasks with the priority p =2, a time-sharing use mode with the same waiting time is adopted, and each task is allocated with a time slice which is not less than the minimum task execution time;
for the test tasks with the priority p =3, a method of independently using the cloud test tools according to the sequence of the task submission time is adopted.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A queuing use method of a cloud test tool is characterized by comprising the following steps:
s1, acquiring task information including the priority of the test task, the basic information of the task and the task submission time;
s2, sorting the tasks in an ascending order according to the obtained task priorities, and sorting the tasks with the same priorities in a secondary descending order according to the task waiting time; the system continuously updates the waiting time of each task according to a certain frequency, and updates the task queue and the waiting time when a new task arrives or the task execution is finished;
s3, acquiring the priority p of the task arranged at the first position of the task queue1And task latency t1
S4, acquiring priority p of task being executed by cloud testing tool in platform0And system average latency t0
S5, comparing the priority level and the waiting time of the task arranged at the first position of the task queue with the task being executed by the cloud testing tool, and adopting different tool using methods according to different priority level and waiting time;
s6, the system updates the waiting time of each task according to a certain frequency and every time when a new task arrives and the task ends, and repeats the steps S3-S5 after each update.
2. The queuing use method of the clouded test tool as claimed in claim 1, wherein in the step S1, a minimum task execution time slice in which each task satisfies the execution condition is estimated according to the acquired task basic information.
3. The queuing use method of the cloud test tool as claimed in claim 2, wherein the preset test task priority p is divided into 1-3, 3 levels in total, the user selects according to the need when submitting the task, the smaller the value, the higher the priority, the system adopts different tool use methods according to different priorities.
4. The method for queuing use of a clouded test tool as claimed in claim 3,
for the test tasks with the priority p =1, a method of independently using the cloud test tools according to the sequence of task submission time is adopted;
for the test tasks with the priority p =2, a time-sharing use mode with the same waiting time is adopted, and each task is allocated with a time slice which is not less than the minimum task execution time;
for the test tasks with the priority p =3, a method of independently using the cloud test tools according to the sequence of the task submission time is adopted.
5. The method for queuing use of the clouded test tool according to any one of claims 1 to 4, wherein the step S5 specifically includes:
when p is1>p0The method comprises the following steps:
if p is1=1, stopping all executing tasks, re-queuing the tasks in the queue according to the priority and the waiting time, updating the respective waiting time, running only the test task with high priority, and executing the task with low priority after the task with high priority is executed;
if p is1=2, stopping all executing tasks, re-queuing them in queue according to priority and waiting time, updating their respective waiting time, running only the test task with high priority, updating the average waiting time t of system0After the task with high priority is executed, the task with low priority is executed;
when p is1<p0If so, the task queue is kept unchanged, the cloud testing tool still executes the current task, and after the current task is completed, the testing task with low priority in the queue is executed;
when p is1=p0The method comprises the following steps:
if p is1=p0=1 or p1=p0If the priority is not less than 3, the task queue is kept unchanged, and test tasks with the same priority in the queue are executed after the current task is completed;
if p is1=p0=2, continue to compare the waiting time t of the task queued at the first position in the task queue1And system average latency t0
6. The method of claim 5, wherein the system average latency t is updated0The following formula is adopted:
Figure DEST_PATH_IMAGE002
(1)。
7. the method of claim 6, wherein the waiting time t of the task queued at the first position in the task queue is continuously compared1And system average latency t0The method specifically comprises the following steps:
if t is1≥t0If the task is the first task in the task queue, the cloud testing tool is used in a time-sharing mode with all the tasks currently executed by the cloud testing tool, all the testing tasks are distributed with equal time slices which are not less than the minimum task execution time of all the tasks, and then the average waiting time of the system is updated according to the formula (1);
if t is1<t0And if so, continuing to wait in the task queue for the task arranged at the first position of the task queue, waiting for the next judgment period, updating the priority and the waiting time of the tasks in the queue, and judging the priority and the waiting time of the tasks again.
8. A cloud test tool queue usage system for implementing the cloud test tool queue usage method of any one of claims 1 to 7, the system comprising a test task management module, a test queue management module, and a test tool usage module,
the test task management module is used for acquiring test task information, including test task priority, basic information of tasks and task submission time;
the test queue management module is used for sequencing according to the priority of the test tasks and the waiting time of the tasks and updating the waiting time of the tasks in the queue according to a certain frequency; when a new task arrives and the task execution is finished, dynamically updating the task queue;
and the test tool using module is used for monitoring the use condition of the test tool, judging the priority level and the waiting time of the currently executed task and the tasks in the queue, and adopting different tool using methods according to different priority level and waiting time.
9. The cloud testing tool queuing system of claim 8, wherein the testing task management module further estimates a minimum task execution time slice for each task to satisfy the execution condition according to the task basic information.
10. The clouded test tool queuing use system of claim 9,
the preset test task priority p is divided into 1-3 grades, 3 grades are provided, a user selects according to needs when submitting a task, the smaller the numerical value is, the higher the priority is, and the system adopts different tool using methods according to different priorities;
for the test tasks with the priority p =1, a method of independently using the cloud test tools according to the sequence of task submission time is adopted;
for the test tasks with the priority p =2, a time-sharing use mode with the same waiting time is adopted, and each task is allocated with a time slice which is not less than the minimum task execution time;
for the test tasks with the priority p =3, a method of independently using the cloud test tools according to the sequence of the task submission time is adopted.
CN202111017596.2A 2021-09-01 2021-09-01 Queuing using method and queuing using system for cloud testing tool Active CN113688053B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111017596.2A CN113688053B (en) 2021-09-01 2021-09-01 Queuing using method and queuing using system for cloud testing tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111017596.2A CN113688053B (en) 2021-09-01 2021-09-01 Queuing using method and queuing using system for cloud testing tool

Publications (2)

Publication Number Publication Date
CN113688053A true CN113688053A (en) 2021-11-23
CN113688053B CN113688053B (en) 2023-07-28

Family

ID=78585070

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111017596.2A Active CN113688053B (en) 2021-09-01 2021-09-01 Queuing using method and queuing using system for cloud testing tool

Country Status (1)

Country Link
CN (1) CN113688053B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117032993A (en) * 2023-10-08 2023-11-10 麒麟软件有限公司 Task scheduling method

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102834807A (en) * 2011-04-18 2012-12-19 华为技术有限公司 Method and device for balancing load of multiprocessor system
CN103324525A (en) * 2013-07-03 2013-09-25 东南大学 Task scheduling method in cloud computing environment
CN103885881A (en) * 2014-04-03 2014-06-25 北京航空航天大学 High-real-time concurrent testing method based on multi-task mechanism of VxWorks system
CN105893263A (en) * 2016-04-25 2016-08-24 北京智能综电信息技术有限责任公司 Dispatching method for test tasks
CN107608770A (en) * 2017-08-08 2018-01-19 西安交大捷普网络科技有限公司 Multi-task Concurrency performs processing method
CN108037983A (en) * 2017-11-22 2018-05-15 链家网(北京)科技有限公司 Method for scheduling task and distributed scheduling system in distributed scheduling system
US20180365062A1 (en) * 2015-12-18 2018-12-20 Imagination Technologies Limited Controlling scheduling of a gpu
CN109117244A (en) * 2018-06-13 2019-01-01 成都颠峰科创信息技术有限公司 A kind of implementation method of resources of virtual machine application queuing mechanism
CN110825506A (en) * 2019-10-31 2020-02-21 湖南智领通信科技有限公司 Task scheduling method and device of embedded operating system and storage medium
JP2020091540A (en) * 2018-12-03 2020-06-11 株式会社デンソー Information processing device
CN112579271A (en) * 2020-12-07 2021-03-30 联创汽车电子有限公司 Real-time task scheduling method, module, terminal and storage medium for non-real-time operating system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102834807A (en) * 2011-04-18 2012-12-19 华为技术有限公司 Method and device for balancing load of multiprocessor system
CN103324525A (en) * 2013-07-03 2013-09-25 东南大学 Task scheduling method in cloud computing environment
CN103885881A (en) * 2014-04-03 2014-06-25 北京航空航天大学 High-real-time concurrent testing method based on multi-task mechanism of VxWorks system
US20180365062A1 (en) * 2015-12-18 2018-12-20 Imagination Technologies Limited Controlling scheduling of a gpu
CN105893263A (en) * 2016-04-25 2016-08-24 北京智能综电信息技术有限责任公司 Dispatching method for test tasks
CN107608770A (en) * 2017-08-08 2018-01-19 西安交大捷普网络科技有限公司 Multi-task Concurrency performs processing method
CN108037983A (en) * 2017-11-22 2018-05-15 链家网(北京)科技有限公司 Method for scheduling task and distributed scheduling system in distributed scheduling system
CN109117244A (en) * 2018-06-13 2019-01-01 成都颠峰科创信息技术有限公司 A kind of implementation method of resources of virtual machine application queuing mechanism
JP2020091540A (en) * 2018-12-03 2020-06-11 株式会社デンソー Information processing device
CN110825506A (en) * 2019-10-31 2020-02-21 湖南智领通信科技有限公司 Task scheduling method and device of embedded operating system and storage medium
CN112579271A (en) * 2020-12-07 2021-03-30 联创汽车电子有限公司 Real-time task scheduling method, module, terminal and storage medium for non-real-time operating system

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
JASPREETSINGHPAL18: "CPU Scheduling in Operating Systems using priority queue with gantt chart", pages 1 - 7, Retrieved from the Internet <URL:《https://www.geeksforgeeks.org/cpu-scheduling-in-operating-systems-using-priority-queue-with-gantt-chart/》> *
MAHANTESH G. KAMBALIMATH等: "Pre Emptive Multitasking Algorithm based Resource Sharing Controller in Vehicular Cloud Networks", 《2020 5TH INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATION AND SECURITY (ICCCS)》, pages 1 - 5 *
WRT: "从任务调度机制分析操作系统的实时性", pages 1 - 6, Retrieved from the Internet <URL:《https://www.xiaopingtou.net/article-74116.html》> *
王珊珊: "基于Hadoop集群作业调度性能优化技术的研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 760 *
许峰唯: "抢占式操作系统内核验证框架的设计和实现", 《中国博士学位论文全文数据库 信息科技辑》, pages 138 - 49 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117032993A (en) * 2023-10-08 2023-11-10 麒麟软件有限公司 Task scheduling method
CN117032993B (en) * 2023-10-08 2024-04-05 麒麟软件有限公司 Task scheduling method

Also Published As

Publication number Publication date
CN113688053B (en) 2023-07-28

Similar Documents

Publication Publication Date Title
EP3335119B1 (en) Multi-priority service instance allocation within cloud computing platforms
JP5041805B2 (en) Service quality controller and service quality method for data storage system
CN109561148A (en) Distributed task dispatching method in edge calculations network based on directed acyclic graph
CN107357652B (en) Cloud computing task scheduling method based on segmentation ordering and standard deviation adjustment factor
CN104199739B (en) A kind of speculating type Hadoop dispatching methods based on load balancing
CN106874112B (en) Workflow backfilling method combined with load balancing
EP2256632B1 (en) Multi-processor scheduling
CN104239154B (en) Job scheduling method and job scheduler in a kind of Hadoop clusters
CN110362391B (en) Resource scheduling method and device, electronic equipment and storage medium
Squillante et al. Threshold-based priority policies for parallel-server systems with affinity scheduling
CN109861850A (en) A method of the stateless cloud workflow load balance scheduling based on SLA
CN113688053A (en) Queuing use method and system for cloud testing tool
CN112148454A (en) Edge computing method supporting serial and parallel and electronic equipment
CN112015549A (en) Method and system for selectively preempting scheduling nodes based on server cluster
CN109491775B (en) Task processing and scheduling method used in edge computing environment
WO2012159488A1 (en) Power sharing method and device
CN112416520B (en) Intelligent resource scheduling method based on vSphere
CN102186248B (en) Scheduling method and device used for interference coordination
CN104731662B (en) A kind of resource allocation methods of variable concurrent job
CN105873128B (en) A kind of LTE fairness dispatching method based on delay sensitive
CN104010374B (en) A kind of method and device carrying out traffic scheduling
CN110955527B (en) Method and system for realizing parallel task scheduling based on CPU (Central processing Unit) core number prediction
CN111444183B (en) Distributed self-adaptive user request scheduling method in key value storage system
CN110941493A (en) Task scheduling method and device
CN104317653A (en) Scheduling method and device for accelerating short rum-time job processing

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Ye Dongsheng

Inventor after: Zhao Guoliang

Inventor after: Wang Yan

Inventor after: Liu Wen

Inventor after: Zhou Qiping

Inventor after: Li Shangjie

Inventor before: Zhao Guoliang

Inventor before: Liu Wen

Inventor before: Zhou Qiping

Inventor before: Li Shangjie

GR01 Patent grant
GR01 Patent grant