SkillAgentSearch skills...

Nodben

Benchmark tool for any running process for Mac - Written in NodeJS

Install / Use

/learn @huytd/Nodben
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

nodben

Benchmark tool for any running process - Written in NodeJS

Installation

Install dependencies with the following command:

npm install

Add current folder to your PATH to run ben command everywhere. Or just run install.sh

How to use

First, you need to find the Process ID (pid) of the process you want to monitor:

ps -ax | grep <process name or command>

For example:

ps -ax | grep node app.js

Now, run nodben:

./ben <pid>

The monitoring page will be available at http://localhost:3030

To Do

Know issues/todo:

  • Convert M, G, T units to Megabytes to display properly on chart
  • Linux support (fix the top command to make it work on Linux)
  • Multiple screen support (currently looks crappy on small screens)
View on GitHub
GitHub Stars24
CategoryDevelopment
Updated6d ago
Forks2

Languages

JavaScript

Security Score

75/100

Audited on Apr 1, 2026

No findings