Skip to content

Instantly share code, notes, and snippets.

@salekseev
Created February 24, 2017 14:55
Show Gist options
  • Save salekseev/58fbd00f3155a439a7040b87d0425156 to your computer and use it in GitHub Desktop.
Save salekseev/58fbd00f3155a439a7040b87d0425156 to your computer and use it in GitHub Desktop.
Show incoming message rate for a Kafka topic
#!/bin/sh
kafkacat -t test -b localhost -u -q | pv -l > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment