dhth / mem

Quickly peek at the memory usage of child processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

go install github.com/dhth/mem@latest

⚡️ Usage

mem 'nvim,Code Helper (Plugin)'

About

Quickly peek at the memory usage of child processes


Languages

Language:Go 100.0%