Re: [LAU] rtirq for Arch 64 ?

From: Robin Gareus <robin@email-addr-hidden>
Date: Sat Nov 17 2012 - 01:05:30 EET

On 11/16/2012 11:53 PM, Dave Phillips wrote:
> Greetings,
>
> Perhaps a fellow Archer can point me in the right direction. I have
> Rui's latest script installed at /etc/rc.d/rtirq, its config file is at
> /etc/conf.d/rtirq, and the rtirq.service script is at
> /usr/lib/systemd/system/rtirq.service. I can start and stop the service
> without complaint from the system but when I check its status I get only
> this message :
>
> [dlphilp@email-addr-hidden ~]$ rtirq restart
> [dlphilp@email-addr-hidden ~]$ rtirq status
>
> PID CLS RTPRIO NI PRI %CPU STAT COMMAND
> 3 TS - 0 19 0.0 S ksoftirqd/0
>
> 64-bit system, up to date, with kernel 3.6.6 SMP PREEMPT. Any suggestions ?

Hi Dace,

Not an arch user here.. but it could be awk related -- gawk / mawk or
even egrep or bash. The "if () {} else {}" part at the end (without
'test' nor 'then') is some bashism. Try it in steps. see the rtirq source.

ps -eo pid,class,rtprio,ni,pri,pcpu,stat,comm --sort -rtprio

ps -eo pid,class,rtprio,ni,pri,pcpu,stat,comm --sort -rtprio \
| egrep '(^[ |\t]*PID|IRQ|softirq|sirq|irq\/)'

HTH,
robin
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Nov 17 04:15:01 2012

This archive was generated by hypermail 2.1.8 : Sat Nov 17 2012 - 04:15:01 EET