Improve overview and experiment naming
[khatus.git] / x2 / src / bash / exe / khatus_sensor_procs.sh
diff --git a/x2/src/bash/exe/khatus_sensor_procs.sh b/x2/src/bash/exe/khatus_sensor_procs.sh
new file mode 100644 (file)
index 0000000..5a3c631
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+
+ps -eo pid,state ww --no-headers | "$dir_bin"/khatus_parse_ps
This page took 0.022147 seconds and 4 git commands to generate.