From 4a4a7ffb7092561387485786c629a6ff760f4aae Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 14 May 2010 12:42:19 +0200 Subject: [PATCH] Add watch-ps script This is used to monitor the running casestudy --- build/watch-ps | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build/watch-ps diff --git a/build/watch-ps b/build/watch-ps new file mode 100755 index 0000000..a3a5601 --- /dev/null +++ b/build/watch-ps @@ -0,0 +1,3 @@ +#!/bin/sh + +watch -d ps -m -o pid,%cpu,%mem,cls,args -p '`pidof recorder streamer fcb frm_aqcpu frm_fwp frm_diskbfq`' -- 2.39.2