Advertisement
stefanos90

find PC lag

May 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. while :
  3. do
  4.     date '+%A %W %Y %X' >> ~/Desktop/monitor.txt
  5.     ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%cpu | head >> ~/Desktop/monitor.txt
  6.     echo "#################### NEW BLOCK ####################" >> ~/Desktop/monitor.txt
  7.     sleep 60
  8. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement