From: Michal Sojka Date: Mon, 17 May 2010 14:14:00 +0000 (+0200) Subject: Watch also aquosa state X-Git-Tag: jsa-paper-casestudy-v2~30^2~6 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/demo.git/commitdiff_plain/97f19c68d2f0e8fea896b7992e1e3475cf0025ea?hp=85da390a0515c6ab69fd15e4aa94da871e9e58d1 Watch also aquosa state --- diff --git a/build/watch-ps b/build/watch-ps index bc42788..e9aabd0 100755 --- a/build/watch-ps +++ b/build/watch-ps @@ -1,3 +1,5 @@ #!/bin/sh -watch -d -n 1 ps -m -o pid,%cpu,%mem,cls,args -p '`pidof recorder streamer fcb frm_aqcpu frm_fwp frm_diskbfq`' +AQSTAT=/proc/aquosa/qres/scheduler + +watch -d -n 1 "test -f $AQSTAT && cat $AQSTAT; ps -m -o pid,euser,%cpu,%mem,cls,args -p '`pidof recorder streamer fcb frm_aqcpu frm_fwp frm_diskbfq dd`'"