Skip to content

Node.js process memory and CPU usage data visualization

License

Notifications You must be signed in to change notification settings

tWinE-xx/visualv8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualV8

This module provides node.js process memory and CPU usage data.

Installation

npm install visualv8

Features

  • Socket.io api for consuming memory and CPU usage data
  • Web UI for visualizing memory and CPU process usage

Install & run the sample application (usage demo)

cd example
npm install
node index.js

Then access http://localhost:1919

How to use?

Just add the module to your code base and the UI will be by default on: http://localhost:1919

const visualV8 = require('visualv8')();

Configure host and port your self:

const visualV8 = require('visualv8')({
   host: 'localhost',
   port: 8081,
   interval: 6000 // Time to push usage data to client
});

About

Node.js process memory and CPU usage data visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published