https://github.com/nullvoxpopuli/baobab-ram
RAM visualizer, inspired by baobab, the Gnome Disk Usage Analyzer
https://github.com/nullvoxpopuli/baobab-ram
Last synced: over 1 year ago
JSON representation
RAM visualizer, inspired by baobab, the Gnome Disk Usage Analyzer
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/baobab-ram
- Owner: NullVoxPopuli
- Created: 2022-09-11T03:16:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T21:19:30.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T11:58:14.356Z (almost 2 years ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# baobab-ram
This is the monorepo that produces the `ram-usage-analyzer`.
_A lightweight alternative to the linux package, [smem][ubuntu-smem]_.
[ubuntu-smem]: https://manpages.ubuntu.com/manpages/trusty/man8/smem.8.html
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][ask-ubuntu-inspiration].
[ask-ubuntu-inspiration]: https://askubuntu.com/questions/1428703/is-there-a-utility-like-baobab-but-for-memory-ram/1428705?noredirect=1#comment2488516_1428705
## Installation & Usage
**Requirements**
- Node 16+
- A web browser
With `npm`
```bash
npx ram-usage-analyzer
```
With `pnpm`
```bash
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:
```bash
npx ram-usage-analyzer --open
# or pnpx
```
## Contributing
wip