7083d812f53afa2367a45b5cfcf8730000022a24
[khatus.git] / bin / khatus_sensor_procs
1 #! /bin/sh
2
3 set -e
4
5 dir_bin="$1"
6
7 ps -eo pid,state,rss,command ww --no-headers | "$dir_bin"/khatus_parse_ps
This page took 0.061947 seconds and 3 git commands to generate.