Guest User

Untitled

a guest
May 20th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. {
  2. while true;
  3. do
  4. # sleep 1;
  5. cat /proc/aaa > /tmp/memLoadStats
  6. {
  7. ps aux;
  8. }
  9. done
  10. } >&1 | gzip > $DIR/$HOSTNAME
Add Comment
Please, Sign In to add comment