serverless-artillery
Version:
A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers [sic]
68 lines (67 loc) • 1.62 kB
JSON
{
"_args": [
[
"pidusage@1.2.0",
"/Users/a09y/serverless-artillery/lib/lambda"
]
],
"_from": "pidusage@1.2.0",
"_id": "pidusage@1.2.0",
"_inBundle": false,
"_integrity": "sha512-OGo+iSOk44HRJ8q15AyG570UYxcm5u+R99DI8Khu8P3tKGkVu5EZX4ywHglWSTMNNXQ274oeGpYrvFEhDIFGPg==",
"_location": "/pidusage",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pidusage@1.2.0",
"name": "pidusage",
"escapedName": "pidusage",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/artillery"
],
"_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/a09y/serverless-artillery/lib/lambda",
"author": {
"name": "soyuka"
},
"bugs": {
"url": "https://github.com/soyuka/pidusage/issues"
},
"dependencies": {},
"description": "Cross-platform process cpu % and memory usage of a PID — Edit",
"devDependencies": {
"chai": "~3.4.1",
"mocha": "~2.3.4",
"mockery": "1.4.0",
"standard": "^10.0.3"
},
"engines": {
"node": ">=0.12"
},
"homepage": "https://github.com/soyuka/pidusage",
"keywords": [
"pid",
"usage",
"ps",
"cpu",
"memory",
"proc"
],
"license": "MIT",
"main": "index.js",
"name": "pidusage",
"repository": {
"type": "git",
"url": "git+https://github.com/soyuka/pidusage.git"
},
"scripts": {
"test": "standard index.js lib/*.js test/*.js && mocha test/test.js --reporter min && node test/stresstest.js"
},
"version": "1.2.0"
}