mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-30 06:22:00 +01:00
Sometimes when debugging haproxy, it is important to take a full snapshot of all sessions and their respective states. Till now it was complicated to do because we had to use scripts and sessions would vanish between two runs. Now with this command we have the same output as "show sess $id" but for all sessions in the table. This is a debugging command only, it should only be used by developers as it is never guaranteed to perfectly work !