Re: [LAU] system monitor (conky) and jack

From: Benjamin Freitag <benjamin@email-addr-hidden-guten-partei.de>
Date: Mon Nov 29 2010 - 00:04:39 EET

 23.11.2010 17:32, rosea.grammostola:
> Hi,
>
>
> Does anyone has JACK status info in his conky system monitor? Would be
> geeky and handy to have.
>
>
> http://conky.sourceforge.net/
>
>
> \r
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> http://lists.linuxaudio.org/listinfo/linux-audio-user
You may easily script it (bash is enough),
i may , but actually have no time,
little tip:
u just need the following commands

jack_cpu_load #prints out your jack DSP load

jack_cpu
              [ --name OR -n client_name ]
              [ --time OR -t time_to_run (in seconds) ]
              [ --delay OR -d delay_before_cpuload__is_applied (in
seconds) ]
                --cpu OR -c percent_cpu_load (1-99)

jack_lsp #lists client ports, including midi

jack_lsp -c #lists connections,including midi

jack_lsp -A # lists aliases,including midi

and sed or awk,
e.g. using it like

jack_cpu_load|cut -d" " -f2

gives just the DSP load value, implementing in conky is done with help
from google, i remember it was simple

regards
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Mon Nov 29 00:15:06 2010

This archive was generated by hypermail 2.1.8 : Mon Nov 29 2010 - 00:15:06 EET