Skip to content

asmund1/shell-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

shell-scripts

Linux shell scripts

memstat.sh: From nixsavy. Script calculates memory usage for all processes on linux machine. Will use "PSS" and "Private" data from /proc//smaps. See http://stackoverflow.com/a/13754307/1619146 for more info. This version does not use paste or bc to do mathematical operations but awk instead. I do not have a lot of awk experience so the use is rather simply implemented. Big thanks to nixsavy for creating the original script.

About

Linux shell scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%