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

bec9562 · Jul 4, 2018

History

28 Commits
Jul 4, 2018
Nov 18, 2016
Jul 4, 2018
Mar 29, 2017
Apr 11, 2017
Apr 11, 2017
Dec 26, 2016
Mar 29, 2017
Dec 26, 2016

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