Created
February 24, 2017 14:55
-
-
Save salekseev/58fbd00f3155a439a7040b87d0425156 to your computer and use it in GitHub Desktop.
Show incoming message rate for a Kafka topic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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