system-monitor
v0.1.0
Published
Collected statistics used memory and cpu.
Downloads
3
Maintainers
Readme
system-monitor
Monitoring free memory and cpu angli time.
How To Install
git clone https://github.com/eagle7410/system-monitor.git
cd system-monitor
npm install
node server.js
Need mongodb. Have config file. Path to config file PROJECT_DIR/conf/index.json Inner text him.
{
"server": {
"port" : 3001
},
"db" : {
"type" :"mongo",
"port" : "localhost",
"name" : "systemMonitor",
"storeDays" : 12
},
"users" : [
{
"login" : "igor",
"pass" : "qwerty"
}
]
}
Example see statistics.
People
Developer is Igor Stcherbina
License
MIT License