ketmon
v1.0.0
Published
A package for just nothing for now. But we'll be using it for monitoring nad managing processes.
Readme
Ketmon
A package for just nothing for now. But we'll be using it for monitoring nad managing processes.
Installation
npm install ketmonUsage
const ketmon = require('ketmon');
// Start monitoring
ketmon.start();Features
- Process monitoring
- Resource tracking
- Event logging
- Performance metrics
API
start()
Begins monitoring processes.
stop()
Stops the monitoring service.
getStats()
Returns current statistics.
License
MIT
