0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ngx-shm: skip bad vars only when the -n <zone> option is specified, because read fault is common after a fresh nginx reload. More... almost 11 years ago
ngx-shm: fixed the "shm zone blah is corrupted: pool != pool->addr" error for the case when nginx is HUP reloaded. thanks Dane Knecht for reporting it. More... almost 11 years ago
ngx-shm: fixed compatibility with nginx 1.4.x+. thanks Dane Knecht for reporting this issue. More... almost 11 years ago
ngx-shm: skip bad vars to suppress the read fault errors. thanks Dane Knecht for reporting it. More... almost 11 years ago
bugfix: ngx-lua-conn-pools: cTValue was having issues with older versions of systemtap. switched to TValue instead. More... almost 11 years ago
feature: added new tool ngx-lua-conn-pools More... almost 11 years ago
ngx-sample-lua-bt: minor coding style fixes. thanks Guanlan Dai for the patch. More... almost 11 years ago
docs: more explanation for ngx-accept-queue. More... almost 11 years ago
added more explanation. More... almost 11 years ago
docs: made it clear that ngx-sample-bt can work on any user process, not just nginx. More... almost 11 years ago
Merge pull request #5 from guanlan/master More... almost 11 years ago
fix a usage typo on ngx-backtrace More... almost 11 years ago
bugfix: ngx-sample-bt: only croak on 0 backtrackes. thanks Sri Rao for reporting this issue. More... almost 11 years ago
docs: mentioned my Perl Systemtap Toolkit. More... almost 11 years ago
docs: fixed the path to nginx in samples. More... almost 11 years ago
feature: ngx-accessed-files: documented the -l option and also tweaked the wording in docs a bit. More... almost 11 years ago
feature: added new tool ngx-accessed-files for finding file names that are being read or written. More... almost 11 years ago
typo fixes in the usage text for ngx-sample-bt-vfs and ngx-sample-bt-off-cpu. More... almost 11 years ago
added copyright notices to all the tools' source. More... almost 11 years ago
added docs for ngx-accept-queue and ngx-recv-queue regarding the requirement of compiling the linux kernel with gcc 4.5+ and DWARF 3+. More... almost 11 years ago
ngx-recv-queue: attempted to support older kernels (as old as 2.6.37); also added source port to the keys for the associative array recording the queueing latency. More... almost 11 years ago
docs: minor wording fixes for ngx-recv-queue. More... almost 11 years ago
feature: added new tool ngx-recv-queue for analyzing TCP receive queueing latencies. More... almost 11 years ago
feature: added -u and -k options to ngx-sample-bt-off-cpu for sampling either the userland or kernel space backtraces or even both. More... almost 11 years ago
docs: made it clear that ngx-sample-bt-off-cpu can work on any user processes. More... almost 11 years ago
ngx-sample-bt-off-cpu: documented the meaning of "1 sample of backtraces". More... almost 11 years ago
feature: added new tool ngx-sample-bt-off-cpu which can be used to render "off-CPU time flamegraphs" and analyze the distribution of off-CPU time intervals for any user processes. thanks Brendan Gregg for giving me the inspiration. More... almost 11 years ago
feature: added new tool ngx-sample-bt-off-cpu which can be used to render "off-CPU time flamegraphs". More... almost 11 years ago
ngx-sample-bt-vfs: removed a legacy comment. More... almost 11 years ago
docs: minor formatting fixes. More... almost 11 years ago