Guest User

Untitled

a guest
Jun 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ./myprogram
  2. ps axf | grep szMyProgram | grep -v grep | awk '{print "ionice -c 3 " $1}' | sh
  3. ps axf | grep szMyProgram | grep -v grep | awk '{print "cpulimit -l 25 " $1}' | sh
Add Comment
Please, Sign In to add comment