Reference

clear counters

Clear the Max counters on the Stats page.

Description Jump to heading

On the Stats page, Max counters display the peak that a counter has reached. For example, max session rate shows the highest rate of concurrent sessions that was recorded. Use clear counters to reset the max counters to zero.

Examples Jump to heading

This resets all max counters to zero:

nix
echo "clear counters" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "clear counters" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?