CLICommands

liveness

snug liveness <COMMAND>

Entity liveness tracking.

Subcommands

CommandWhat it does
sendSend a liveness heartbeat
statusGet entity current status and rolling summary
historyGet raw heartbeat history within a time window
uptimeGet uptime percentages for one or more windows
latencyGet latency statistics and trend
aggregationsRun a custom aggregation query
queryQuery multiple entities, optionally filtered
deleteDelete an entity's liveness data and history

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

Examples

snug liveness send -i device123 -L region=us-east -m METADATA_JSON
snug liveness status -i device123
snug liveness uptime -i device123 -w 1h,24h,7d
snug liveness latency -i device123 -r 86400 -b 3600
snug liveness history -i device123 --limit 100
snug liveness query --alive false --uptime-below 99.5
snug liveness delete -i device123

Next

On this page