0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 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
feature: dump the Host request header. More... over 11 years ago
dump more upstream buffer data. More... over 11 years ago
feature: added more upstream info like "upstream headers in", "upstream pipe", and "upstream buffer". More... over 11 years ago
ngx.active-reqs: feature: added new option -u to dump out nginx upstream information (if any). also specified the --skip-badvars option to systemtap to suppress the "kernel invalid read" errors. More... over 11 years ago
now we require at least systemtap 2.0. More... over 11 years ago
feature: ngx-pcrejit can now report when the JIT support is missing in the PCRE build. More... over 11 years ago
docs: ngx-pcrejit: still recommend -O1 or below for dynamically linked PCRE. More... over 11 years ago
bugfix: ngx-pcrejit: worked around the uinitialized fields in pcre_extra when pcre is built without --enable-jit. More... over 11 years ago
bugfix: ngx-pcrejit: fixed compatibility with old versions of PCRE. More... over 11 years ago
docs: added a note regarding statically-linked and dynamically-linked PCRE libraries for ngx-pcrejit. More... over 11 years ago
docs: wording tweaks. More... over 11 years ago
feature: added new tool ngx-pcrejit to aggregate JIT'd PCRE regex executation. More... over 11 years ago
docs: minor tweaks in the sample code. More... over 11 years ago
feature: added new script ngx-header-filters to print out the list of nginx output header filters in the order that they actually run. More... over 11 years ago
ngx-body-filters: now we also include the "ngx_http_write_filter" in the list. More... over 11 years ago
feature: new script ngx-body-filters for printing out the output body filter chain in a running nginx worker process. More... over 11 years ago
ngx-leaked-pools: removed hacks for working around a bug in systemtap 1.8. now we require at least systemtap 2.0 (or the latest git master). More... over 11 years ago
documented that ngx-leaked-pools requires the latest dtrace patch for the nginx core. More... over 11 years ago
fixed the ngx-leaked-pools name in README. More... over 11 years ago
documented ngx-leaked-pools and ngx-backtrace. More... over 11 years ago
ngx-leaked-pools: added --ldd option to the stap command line by default. More... over 11 years ago
ngx-leaked-pools: print out leaked pool locations in descending order of their count. More... over 11 years ago
feature: added new tools ngx-leaked-pools and ngx-backtrace. More... over 11 years ago
docs: updated the Status section. More... over 11 years ago
minor fixes in source comments. More... over 11 years ago
added a link to the systemtap wiki home. More... over 11 years ago
optimize: made the systemtap scripts generated by ngx-shm, ngx-active-reqs, and ngx-cycle-pool more likely to be cached across different runs for different nginx worker processes. More... over 11 years ago
docs: fixed the sample output for "./ngx-active-reqs -m ...". More... over 11 years ago
feature: added -m option to ngx-active-reqs to analyze the request memory pools for each active request. More... over 11 years ago
docs: added new sections Community, Bugs and Patches, and TODO. More... over 11 years ago