[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1224":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":29,"discoverSource":30},1224,"wrk","wg\u002Fwrk","wg","Modern HTTP benchmarking tool","",null,"C",40327,3031,732,146,0,2,9,66,8,45,"Other",false,"master",[],"2026-06-12 02:00:24","# wrk - a HTTP benchmarking tool\n\n  wrk is a modern HTTP benchmarking tool capable of generating significant\n  load when run on a single multi-core CPU. It combines a multithreaded\n  design with scalable event notification systems such as epoll and kqueue.\n\n  An optional LuaJIT script can perform HTTP request generation, response\n  processing, and custom reporting. Details are available in SCRIPTING and\n  several examples are located in [scripts\u002F](scripts\u002F).\n\n## Basic Usage\n\n    wrk -t12 -c400 -d30s http:\u002F\u002F127.0.0.1:8080\u002Findex.html\n\n  This runs a benchmark for 30 seconds, using 12 threads, and keeping\n  400 HTTP connections open.\n\n  Output:\n\n    Running 30s test @ http:\u002F\u002F127.0.0.1:8080\u002Findex.html\n      12 threads and 400 connections\n      Thread Stats   Avg      Stdev     Max   +\u002F- Stdev\n        Latency   635.91us    0.89ms  12.92ms   93.69%\n        Req\u002FSec    56.20k     8.07k   62.00k    86.54%\n      22464657 requests in 30.00s, 17.76GB read\n    Requests\u002Fsec: 748868.53\n    Transfer\u002Fsec:    606.33MB\n\n## Command Line Options\n\n    -c, --connections: total number of HTTP connections to keep open with\n                       each thread handling N = connections\u002Fthreads\n\n    -d, --duration:    duration of the test, e.g. 2s, 2m, 2h\n\n    -t, --threads:     total number of threads to use\n\n    -s, --script:      LuaJIT script, see SCRIPTING\n\n    -H, --header:      HTTP header to add to request, e.g. \"User-Agent: wrk\"\n\n        --latency:     print detailed latency statistics\n\n        --timeout:     record a timeout if a response is not received within\n                       this amount of time.\n\n## Benchmarking Tips\n\n  The machine running wrk must have a sufficient number of ephemeral ports\n  available and closed sockets should be recycled quickly. To handle the\n  initial connection burst the server's listen(2) backlog should be greater\n  than the number of concurrent connections being tested.\n\n  A user script that only changes the HTTP method, path, adds headers or\n  a body, will have no performance impact. Per-request actions, particularly\n  building a new HTTP request, and use of response() will necessarily reduce\n  the amount of load that can be generated.\n\n## Acknowledgements\n\n  wrk contains code from a number of open source projects including the\n  'ae' event loop from redis, the nginx\u002Fjoyent\u002Fnode.js 'http-parser',\n  and Mike Pall's LuaJIT. Please consult the NOTICE file for licensing\n  details.\n\n## Cryptography Notice\n\n  This distribution includes cryptographic software. The country in\n  which you currently reside may have restrictions on the import,\n  possession, use, and\u002For re-export to another country, of encryption\n  software. BEFORE using any encryption software, please check your\n  country's laws, regulations and policies concerning the import,\n  possession, or use, and re-export of encryption software, to see if\n  this is permitted. See \u003Chttp:\u002F\u002Fwww.wassenaar.org\u002F> for more\n  information.\n\n  The U.S. Government Department of Commerce, Bureau of Industry and\n  Security (BIS), has classified this software as Export Commodity\n  Control Number (ECCN) 5D002.C.1, which includes information security\n  software using or performing cryptographic functions with symmetric\n  algorithms. The form and manner of this distribution makes it\n  eligible for export under the License Exception ENC Technology\n  Software Unrestricted (TSU) exception (see the BIS Export\n  Administration Regulations, Section 740.13) for both object code and\n  source code.\n","wrk 是一个现代的 HTTP 基准测试工具，能够在一个多核 CPU 上运行时产生显著负载。它采用多线程设计，并结合了如 epoll 和 kqueue 等可扩展事件通知系统，以实现高效并发处理。此外，wrk 支持使用 LuaJIT 脚本来自定义请求生成、响应处理及报告输出，提供了极大的灵活性和定制能力。该工具适用于需要评估 Web 服务器性能或进行压力测试的各种场景，尤其是在模拟高并发访问情况下表现尤为出色。通过简单的命令行参数配置，用户可以轻松设置连接数、线程数以及测试时长等关键选项，从而满足不同测试需求。","2026-06-11 02:42:26","top_all"]