]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Fix pidof in watch script
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 May 2010 14:35:02 +0000 (16:35 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 May 2010 14:35:02 +0000 (16:35 +0200)
build/watch-ps

index e9aabd042b5ddcff809c2762782f9cc2b16be60b..4fbb631941869423a8d814656cc6739e2c7dc075 100755 (executable)
@@ -2,4 +2,4 @@
 
 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`'"
+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\`"