Advertisement
Guest User

gavunixlab10.1

a guest
Jul 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Your report must include the following functions
  2.  
  3. Using the iostat command show ONLY CPU statistics
  4. iostat -c
  5. Using the iostat command show ONLY SDA statistics
  6. iostat -p sda
  7. Using the mvstat command show Active and Inactive memory statistics
  8. mvstat -a
  9. Using the ps command, show the programs with high memory consumption in the system
  10. ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
  11. Using the ps command, show the programs with high CPU consumption in the system
  12. ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%cpu| head
  13. Deliverable
  14. Yuo will upload two files to iLearn.
  15.  
  16. source code file
  17. HTML report generated by your script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement