node-wrk:wrk负载测试工具节点包装器

时间:2024-06-13 01:20:05
【文件属性】:

文件名称:node-wrk:wrk负载测试工具节点包装器

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-13 01:20:05

JavaScript

节点工作 准备命令行参数并解析负载测试工具的输出 例子 var wrk = require ( 'wrk' ) ; var conns = 1 ; var results = [ ] ; function benchmark ( ) { if ( conns === 100 ) { return console . log ( results ) ; } conns ++ ; wrk ( { threads : 1 , connections : conns , duration : '10s' , printLatency : true , headers : { cookie : 'JSESSIONID=abcd' } , url : 'http://localhost:3000/' } , function


【文件预览】:
node-wrk-master
----example()
--------example.js(255B)
----index.js(1KB)
----package.json(767B)
----test()
--------parseWrk.tap.js(4KB)
----LICENSE(1KB)
----.gitignore(104B)
----lib()
--------parseWrk.js(2KB)
----README.md(2KB)

网友评论