GitHub user cnZach opened a pull request: https://github.com/apache/kafka/pull/3512
KAFKA-5574: add thread.id header in show-detailed-stats report kafka-consumer-perf-test.sh report missing one header column: time, data.consumed.in.MB, MB.sec, data.consumed.in.nMsg, nMsg.sec 2017-07-09 21:40:40:369, 0, 0.1492, 2.6176, 5000, 87719.2982 2017-07-09 21:40:40:386, 0, 0.2983, 149.0479, 10000, 5000000.0000 2017-07-09 21:40:40:387, 0, 0.4473, 149.0812, 15000, 5000000.0000 there's one more column between "time" and "data.consumed.in.MB", should be thread.id . You can merge this pull request into a Git repository by running: $ git pull https://github.com/cnZach/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3512.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3512 ---- commit 7e2d8a99fe4318abf63c0fdc34f9c69824948127 Author: Yuexin Zhang <yxzh...@cloudera.com> Date: 2017-07-10T05:36:40Z KAFKA-5574; add thread.id header in show-detailed-stats report ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---