Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created October 28, 2019 14:58
Show Gist options
  • Save Unitech/e02e23d17fd16f237df0fb07b040f0fd to your computer and use it in GitHub Desktop.
Save Unitech/e02e23d17fd16f237df0fb07b040f0fd to your computer and use it in GitHub Desktop.
function stats() {
echo "$1"
echo "XLEN $1" | redis-cli
}
stats "status"
stats "application:dependencies"
stats "mediator-reset:last"
stats "axm:reply"
stats "metrics"
stats "axm:transaction"
stats "process:event"
stats "mediator:buckets"
stats "digesters:proceeded"
stats "trigger:action:failure"
stats "realtime-status"
stats "notifications"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment