Pages tagged with ps

I'm still in the process of tagging pages that were migrated from the old site, so for now you're best off using the search engine rather than relying on the tags.

  • Get total memory usage of a program - You can use ps to list details of the processes running on your system and awk to filter for a particular program and total the values. In this case we’ll total the RSS, which is awk’s 6th token hence the $6 in the command. If you wanted to total the ...

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top