baobab-ram

RAM visualizer, inspired by baobab, the Gnome Disk Usage Analyzer

Stars
4

baobab-ram

This is the monorepo that produces the ram-usage-analyzer.

A lightweight alternative to the linux package, smem.

A sunburst-style chart representing ram usage, inspired by Gnome's Disk Usage Analyzer (also shipped by default with Ubuntu).


This tool is inspired by this AskUbuntu Question.

Installation & Usage

Requirements

  • Node 16+
  • A web browser

With npm

npx ram-usage-analyzer

With pnpm

pnpx ram-usage-analyzer

An address will be printed which you can open your browser to for viewing the visualization.

To have a browser tab opened for you, run:

npx ram-usage-analyzer --open
# or pnpx

Contributing

wip