0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added more docs for the ngx-pcre-stats tool. More... almost 11 years ago
ngx-accept-queue: use the term "ACK backlog queue" instead of the vague "accept queue". also documented the new "--latency" option for analyzing the accept queueing latency. More... almost 11 years ago
feature: added new option "--latency" to the tool ngx-accept-queue to measure accept queueing latency distribution; also fixed a typo in ngx-accept-queue. More... almost 11 years ago
feature: added new tool ngx-accept-queue to track the length of the SYN queue and accept queue of a listening socket. More... almost 11 years ago
more documentation tweaks for ngx-sample-bt-vfs. More... almost 11 years ago
added more docs for the ngx-sample-bt-vfs tool. More... almost 11 years ago
docs: fixed the formating of links. More... almost 11 years ago
feature: added new tool ngx-sample-bt-vfs for sampling file I/O on the virtual file system level. More... almost 11 years ago
docs: updated the copyright years. More... about 11 years ago
ngx-lua-bt: hooked up ngx_http_lua_*, lua_*, and luaL_* for better coverage; also fixed the line number in the backtraces for std Lua 5.1 interpreter; updated docs a bit. More... about 11 years ago
ngx-lua-bt: use "currentline" instead of "firstline" in the Lua-land backtraces when the --luajit20 option is specified. More... about 11 years ago
ngx-sample-lua-bt: fixed a small bug when initializing the "nextframe" variable. More... about 11 years ago
ngx-lua-bt: use the line number of "currentline" instead of "linedefined" in the Lua backtrace when the --lua51 option is specified. More... about 11 years ago
feature: added the ngx-lua-bt tool to dump the current Lua backtrace in the current running Lua thread in a specified nginx worker process. More... about 11 years ago
ngx-pcre-stats: no longer quote the regex text because there is seldom or never special chars in regexes. More... about 11 years ago
feature: added the "-t <seconds>" command-line option to the ngx-pcre-stats tool to allow specifying the sampling period explicitly. thanks Dane Knecht for requesting this. More... about 11 years ago
ngx-pcre-stats: fixed a misleading error message. thanks Dane Knecht for reporting it. More... about 11 years ago
minor doc tweaks for ngx-pcre-stats. More... about 11 years ago
feature: added new tool ngx-pcre-stats to analyze PCRE regex runtime performance statistically. thanks Dane Knecht for requesting this. More... about 11 years ago
ngx-sample-lua-bt: removed an unused variable. More... about 11 years ago
bugfix: when special chars appear in the nginx path, ngx-sample-bt, ngx-sample-lua-bt and ngx-pcrejit will run bad shell commands. thanks Dane Knecht for reporting the issue in #2. More... about 11 years ago
docs: typo fixes. More... about 11 years ago
bugfix: we incorrectly reported "process <pid> is not running" when the current user actually had no permissions to check the exec file for the running process. thanks Tony Dai for reporting this issue. More... about 11 years ago
bugfix: ngx-req-distr: -p <pid> option was incorrectly used in the "usage" output. thanks Tony Dai for reporting it. More... about 11 years ago
bugfix: the 0 line number might crash the fix-lua-bt script. thanks Xu Jian for reporting it. More... about 11 years ago
feature: added http keepalive information for each active request in ngx-active-reqs. More... about 11 years ago
feature: added the -k option to ngx-active-reqs which will make the tool keep probing when there is no active reqeusts found yet in the current event cycle. More... about 11 years ago
feature: ngx-active-reqs now accepts nginx master process pid as the value of its -p option, in which case, all the worker processes under that master will be monitored. More... about 11 years ago
ngx-pcrejit: fixed a typo in the output. More... about 11 years ago
documented the kernel support for userspace tracing that is required by this toolkit. More... about 11 years ago