lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 24 Mar 2012 17:25:41 +0530
From:	"B.Vinai Kumar" <vinaibangala2001@...il.com>
To:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Query on Linux process sheduling

Hi Guys,

I have embedded box running 2.6.28.9 linux kernel and running 6 Real
time task threads (With SCHED_RR as scheduling policy).
Together all the 6 threads running is consuming around 85% of CPU,
which is expected.

All the threads have a 10ms of cycle.

The issue is for every second I have observed that for 50ms these Real
time task threads are not scheduling at all. During this 50ms
the process swapper/idle task is being scheduled(pid 0).

Is this the behaviour is due to these values?

# cat /proc/sys/kernel/sched_rt_period_us
1000000
# cat /proc/sys/kernel/sched_rt_runtime_us
950000

What changes can be done to the kernel so that the Real time task
threads get scheduled in that 50ms interval too?

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ