CLICommands

websocket

snug websocket <COMMAND>

WebSocket admin operations (stats, cleanup).

Subcommands

CommandWhat it does
statsShow WebSocket connection health, per-user counts, and rate limit configuration (admin only)
cleanupForce cleanup of stale, unhealthy, or unresponsive WebSocket connections (admin only)

Run snug websocket <command> --help for that command's own options. The global options apply everywhere.

Examples

snug websocket stats
snug websocket stats --output json
snug websocket cleanup

Next

On this page