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

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

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.


Usage

💾 Installation
---

**go**:

```sh
go install github.com/dhth/mem@latest
```

⚡️ Usage
---

```bash
mem 'nvim,Code Helper (Plugin)'
```