Quick Q on kernel threads and RT thread priorities

From: Jim Duchek (jduchek@caseta.com)
Date: Tue Jul 30 2002 - 13:34:30 EST


Hello. I'm using kernel 2.4.18 in a semi-RT application. I'm using the
SCHED_RR scheduler with a number of processes, priorities running from 5
up through 90. Default processes, of course, run under SCHED_OTHER at
priority 0. There are a number of kernel threads running, quick example
from busybox's ps (modified to show scheduling prios), see bottom of
email. I have tested and the priorities do work correctly -- a prio 50
process can completely starve a prio 49 process, as it should be. My
question is: Do I need to worry about kernel processes, such as
[keventd], [eth0], etc, running at 0 priority? Should I run them at
99? I have experienced no problems seeing ethernet traffic with process
53 in the list below at prio 0 and a CPU-starving test process running
at prio 50. I am worried that the kernel may lock up if it's processes
get starved. I am also worried that some of these processes may depend
on the fact that everyone can get equal scheduling and setting them to
99 will starve my application. Any advice?

Thanks in advance,
Jim Duchek
Caseta Technologies, inc.

sample PS output:

 PID Uid Pri VmSize Stat Command
    1 root 0 1724 S init
    2 root 0 S [keventd]
    3 root 0 S [ksoftirqd_CPU0]
    4 root 0 S [kswapd]
    5 root 0 S [bdflush]
    6 root 0 S [kupdated]
    7 root 0 S [mtdblockd]
   20 root 0 1700 S syslogd -m 0
   22 root 0 1708 S klogd
   53 root 0 S [eth0]
   63 root 50 1676 S /usr/sbin/inetd /etc/inetd.conf
   64 root 0 1724 S init
   65 root 0 1728 S init
   66 root 50 2112 S telnetd
   67 root 50 1784 S -sh
  142 root 50 2112 R telnetd
  143 root 50 1784 S -sh
  871 root 50 1844 R ps

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:38 EST