Skip to content

It's show up the status of the server such as cpu, mem and load average's usage per second, and provide you can check TPS(tranjaction per second)

Notifications You must be signed in to change notification settings

iamdenny/benchmark-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark-Server

================

It's show up the status of the server such as cpu, mem and load average's usage per second, and provide you can check TPS(tranjaction per second)

How to Install

NPM

npm install benchmark-server

GIT

git clone https://github.com/iamdenny/benchmark-server.git

How to use

The port number shouldn't be same as the other HTTP which is your web server. Because It utilize express.js. It can be conflict.

var BenchmarkServer = require('benchmark-server');
BenchmarkServer.listen(15030);

Output

http://your-host:15030

Preview

preview

About

It's show up the status of the server such as cpu, mem and load average's usage per second, and provide you can check TPS(tranjaction per second)

Resources

Stars

Watchers

Forks

Packages

No packages published