https://github.com/dhth/mem
Quickly peek at the memory usage of child processes
https://github.com/dhth/mem
Last synced: over 1 year ago
JSON representation
Quickly peek at the memory usage of child processes
- Host: GitHub
- URL: https://github.com/dhth/mem
- Owner: dhth
- Created: 2024-04-10T22:26:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T22:27:05.000Z (about 2 years ago)
- Last Synced: 2024-04-17T02:08:22.666Z (about 2 years ago)
- Language: Go
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mem
✨ Overview
---
`mem` gives you a high level overview of the memory used by the children of
processes you're interested in. I primarily wrote it to quickly peek at the
amount of memory being used by LSPs running in multiple instances of neovim on
my computer.
💾 Installation
---
**go**:
```sh
go install github.com/dhth/mem@latest
```
⚡️ Usage
---
```bash
mem 'nvim,Code Helper (Plugin)'
```