>> On 06-06-17, humbert.olivie...@free.fr wrote: >> For a real-time audio context, I used to do a /etc/init.d/rtirq status which >> gave me something like with Jessie : >> >> PID CLS RTPRIO NI PRI %CPU STAT COMMAND >> 1296 FF 90 - 130 1.2 S irq/16-snd_hda_ >> 1297 FF 90 - 130 0.0 S irq/19-snd_hda_ >> ... >> >> I'm currently trying Stretch and the very same command ( /etc/init.d/rtirq >> status ) gives : >> >> • rtirq.service - LSB: Realtime IRQ thread tunning. >> Loaded: loaded (/etc/init.d/rtirq; generated; vendor preset: enabled) >> Active: active (exited) since Tue 2017-06-06 18:49:58 CEST; 40min ago >> Docs: man:systemd-sysv-generator(8) >> Process: 417 ExecStart=/etc/init.d/rtirq start (code=exited, >> status=0/SUCCESS) >> Tasks: 0 (limit: 4915) >> CGroup: /system.slice/rtirq.service >> >> >> Does any idea how I can get the same information as before ? > > De: "Dejan Jocic", le Mardi 6 Juin 2017 19:45:00 > >Something like this: > >ps -eo pid,cls,rtprio,ni,pri,%cpu,stat,command | grep irq > >If you want real time monitoring: > >watch 'ps -eo pid,cls,rtprio,ni,pri,%cpu,stat,command | grep irq'
Thank you. It does do the job. That said, the rtirq package for stretch does work as expected. I just saw that this is my *fault*. I've tried yesterday to rebuild this packaget and to follow Lintian advise : https://lintian.debian.org/tags/init.d-script-does-not-source-init-functions.html which gave the result up above. Just rebuilt it 5 minutes ago without the fix suggested by Lintian, and everything is back as normal. Olivier