[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:[rtl] processor/system load caused by RT-Linux
Peter wrote:
> Hello,
>
> i'm looking for some methods/tools measuring the system/processor load, caused
> by RT-Linux itself and the RT-Linux Tasks. TOP or PS only shows the real Linux
> process/system-information.
>
> The information i'm looking for is "How much processor perfomance will be available
> for Standard Linux Applikation, if RT-Linux is running?"
>
Hi all,
I wrote the rtl_sysload module (see attachment) that gives processor
load spent
in each Real-Time thread and the remaining CPU load available for Linux.
These statistics are displayed into the proc file system
/proc/rtlinux/sysload.
The rtl_sysload module reuses tracer events. So, you don't have to patch
RTLinux.
You just have to enable the CONFIG_RTL_TRACER option in RTLinux and
recompile it.
I hope this tool will help you.
Greetings,
Joel.
rtl_sysload-0.05.tar.gz