benchmark-server

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i benchmark-server

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • iamdenny