]> git.ipfire.org Git - thirdparty/squid.git/commit
Added a debugging tool: scripts/trace-context.pl (#1039)
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 9 May 2022 13:20:26 +0000 (13:20 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 9 May 2022 18:03:56 +0000 (18:03 +0000)
commita0f5ead6fc4591b52dc14ee5d9ea3a1eaf28ba39
treeeb56345ce41d82600888c78796b44c501e8f8b0c
parent1d1457f2ff9b0c8e7951e0fc87b1eb9805d770d6
Added a debugging tool: scripts/trace-context.pl (#1039)

This debugging script finds cache.log lines that belong to the given
CodeContext, identified by its gist (e.g., "conn123" or "master42").

Like other debugging scripts added in commit e83fd25, this one requires
maintenance as the cache.log format changes.
scripts/Makefile.am
scripts/trace-context.pl [new file with mode: 0755]