https://github.com/nning/memmax
Small tool to print out maximum memory usage of a process it starts
https://github.com/nning/memmax
Last synced: 10 months ago
JSON representation
Small tool to print out maximum memory usage of a process it starts
- Host: GitHub
- URL: https://github.com/nning/memmax
- Owner: nning
- Created: 2023-06-16T10:20:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T10:56:36.000Z (about 3 years ago)
- Last Synced: 2025-08-01T18:07:28.869Z (12 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memmax
Small tool to print out maximum memory usage of a process it starts
## Usage
```
Usage: ./memmax
```
## Example
```
$ ./memmax sleep 1
Max memory usage: 141 kB
```