unix-mem-monitor
Version:
Provides tools to monitor memory usage on UNIX systems without ps for Lambda
23 lines (22 loc) • 448 B
JSON
{
"name": "unix-mem-monitor",
"version": "1.0.4",
"description": "Provides tools to monitor memory usage on UNIX systems without ps for Lambda",
"main": "lib/mem-monitor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lambda",
"unix",
"memory",
"proc",
"mem",
"monitor",
"process",
"pid",
"pids"
],
"author": "Klaas-Jan Boon",
"license": "ISC"
}