apfel2kuchen

Memory watch rsyslog

Apr 20th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. while [ true ]
  2. do
  3. rm tmp
  4. ps -vax| cut -b 41-80 |cut -f 2- -d " " > tmp
  5. grep rsyslogd < tmp
  6. sleep 1
  7. done
Add Comment
Please, Sign In to add comment