@ebots/pulse
v1.0.11
Published
Simple node cpu monitoring tool
Maintainers
Readme
Pulse
A simple Node.js CPU and system monitoring tool, inspired by htop.
Installation
npm install -g @ebots/pulseOr run directly with npx:
npx @ebots/pulseUsage
After installation, run:
pulseOr with npx:
npx @ebots/pulseThe tool displays real-time CPU usage, memory usage, network statistics, and process information in a terminal interface.
Features
- Real-time CPU usage monitoring (per-core and summary modes)
- Memory usage statistics
- Network interface monitoring
- Process list with resource usage
- Color-coded bars for easy visualization
Controls
- Press
Pto toggle top processes - Press
Oto switch CPU display mode (vertical/horizontal) - Press
Sto toggle summarized CPU usage view - Press
Cto sort top processes by CPU usage,Mto sort by memory usage, orNto sort by process name (when the process list is visible) - Press
Ctrl+CorF10to exit
Hidden Feature
- Press
Ctrl+Uto trigger a self-update (if available)
Controls
- Press
Ctrl+CorF10to exit
License
ISC
