An open API service indexing awesome lists of open source software.

https://github.com/mjc-gh/psmem

CLI utility to check and print the total memory used by one or more processes
https://github.com/mjc-gh/psmem

Last synced: 4 months ago
JSON representation

CLI utility to check and print the total memory used by one or more processes

Awesome Lists containing this project

README

          

# psmem

This gem provides a small executable CLI utility to check and print the
total memory used by one or more processes.

## Usage

```bash
~$ psmem chrome bash
chrome
Total Processes: 24
Total Memory: 4138.85 MB
Memory / Process: 172.45 MB

bash
Total Processes: 25
Total Memory: 300.32 MB
Memory / Process: 12.01 MB
```