0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs: fixed the docs regarding enabling PCRE debuginfo. More... over 10 years ago
ngx-lua-conn-pools: various fixes from Guanlan Dai and me. More... over 10 years ago
Merge branch 'master' of github.com:agentzh/nginx-systemtap-toolkit More... over 10 years ago
feature: added new tool ngx-lua-shdict for inspecting ngx_lua's shared dictionaries. More... over 10 years ago
feature: added new tool ngx-lua-shdict for inspecting ngx_lua's shared dictionaries. thanks Guanlan Dai for the patch. More... over 10 years ago
ngx-lua-conn-pools: fixed the case that the standard lua 5.1 interpreter is linked as a DSO. More... over 10 years ago
ngx-lua-conn-pools: fixed the "out-of-pool connections" metric. More... over 10 years ago
docs: added a link to the stap++ project which contains more tools. More... over 10 years ago
docs: mentioned when the ngx-phase-handlers tool is very useful. More... over 10 years ago
docs: fixed a typo in the sample for ngx-phase-handlers. More... over 10 years ago
made ngx-phase-handlers executable. More... over 10 years ago
feature: added new tool ngx-phase-handlers for inspecting all the nginx phase handlers in their running order. thanks Guanlan Dai for the patch in #11. More... over 10 years ago
ngx-sample-bt-off-cpu: automatically load unwind/symbol data for the DSO loaded by the target process. More... over 10 years ago
ngx-sample-bt-off-cpu: now we allocate less map entries by default. More... over 10 years ago
Merge pull request #9 from flygoast/master More... almost 11 years ago
bugfix: ngx-accept-queue: fix max accept queue limit More... almost 11 years ago
README: fixed a typo. More... almost 11 years ago
documented the check-debug-info tool. More... almost 11 years ago
feature: added new tool check-debug-info to check availability of debug info in a running process (included all the DSO loaded into it). More... almost 11 years ago
ngx-sample-lua-bt: pass -x <pid> to stap when there is only one process to probe. More... almost 11 years ago
ngx-sample-lua-bt: fixed some typos in the program outputs; also added support for automatic loaded DSO finding. More... almost 11 years ago
feature: ngx-sample-bt can now automatically ask stap to load debug symbols in all the DSO already loaded in the target user process. More... almost 11 years ago
ngx-lua-bt: fixed the module name for 3 @cast ops. More... almost 11 years ago
ngx-lua-bt: removed the support for children processes. always specify the -x option when calling stap. More... almost 11 years ago
Merge branch 'master' of github.com:agentzh/nginx-systemtap-toolkit More... almost 11 years ago
ngx-lua-bt: fix a potential operator precedence issue. More... almost 11 years ago
Merge pull request #7 from guanlan/lua-bt More... almost 11 years ago
bugfix: ngx-lua-bt: check stack wheter empty or not before exit More... almost 11 years ago
ngx-lua-conn-pools: minor output format tweaks: put "avg" in the middle of "max" and "min". More... almost 11 years ago
docs: ngx-lua-conn-pools: fixed the output format. More... almost 11 years ago