简体   繁体   English

流程的实时优先级是什么

[英]What is real time priority of a process

ps o/p gives rtprio and prio as well. ps o / p也会给出rtprio和prio。 Whats the difference ? 有什么不同 ?

if you are using the realtime scheduler (that means if an process runs controlled by the realtime scheduler), so the rtprio could be relevant. 如果您使用的是实时调度程序(这意味着如果进程由实时调度程序控制运行),那么rtprio可能是相关的。 Prio is relevant for the default scheduler sched Prio与默认的调度程序调度有关

Normally RT processes has system-wide the highest priority by default. 通常,默认情况下,RT进程在系统范围内具有最高优先级。 If you need to tune/coordinate RT processes and non-RT processes, so rtprio and prio have to be tuned. 如果您需要调整/协调RT流程和非RT流程,则必须调整rtprio和prio。

http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=rtprio http://linux.die.net/man/2/sched_setscheduler http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=rtprio http://linux.die.net/man/2/sched_setscheduler

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM