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
- Host: GitHub
- URL: https://github.com/mjc-gh/psmem
- Owner: mjc-gh
- License: mit
- Created: 2017-08-10T21:25:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T19:38:54.000Z (about 8 years ago)
- Last Synced: 2025-06-21T04:55:32.476Z (4 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 MBbash
Total Processes: 25
Total Memory: 300.32 MB
Memory / Process: 12.01 MB
```