Skip to content
/ jstop Public

C++ addons of node.js which help you get the process information of application quickly.

Notifications You must be signed in to change notification settings

zhangzju/jstop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-top

C++ native addons aimed at get the information of the node application process runtime stats.

Warning: Only support *nix enviroment as we use /proc to get the stats now.

Add to your project

Download the code:

git clone <RepoURL>

Compile the addons:

cd ./addons && node-gyp configure build

Add the addons to your module path and require it:

const jstop = require("./jstop.node")

About

C++ addons of node.js which help you get the process information of application quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published