phanos
Version:
Simple human like stress test tool. This tools doesn't provide any stat info, or special logging functionality. This tool just walking on yours site as true user.
39 lines • 878 B
JSON
{
"name": "phanos",
"version": "0.1.4",
"description": "Simple human like stress test tool.\nThis tools doesn't provide any stat info, or special logging functionality.\n This tool just walking on yours site as true user.",
"main": "lib/phanos",
"bin": {
"phanos": "bin/phanos"
},
"repository": {
"type": "git",
"url": "git@github.com:citius/phanos.git"
},
"keywords": [
"stresstest",
"stress-test",
"stress",
"stresslogs",
"stress-logs",
"load-test",
"load",
"test",
"performance",
"site crawler",
"spider"
],
"author": "Dmitry Taynov",
"license": "MIT",
"bugs": {
"url": "https://github.com/citius/phanos/issues"
},
"homepage": "https://github.com/citius/phanos",
"dependencies": {
"phantomjs": "*",
"nopt": "*",
"libxmljs": "*",
"request": "*",
"async": "*"
}
}