Bird
Raised Fist0

Which of the following is the correct JMX metric name to monitor the broker's outgoing bytes per second?

easy📝 Syntax Q12 of Q15
Kafka - Monitoring and Operations

Which of the following is the correct JMX metric name to monitor the broker's outgoing bytes per second?

AMessagesOutPerSec
BBytesInPerSec
CBytesOutPerSec
DBytesTotalPerSec
Step-by-Step Solution
Solution:
  1. Step 1: Identify the direction of data flow

    Outgoing bytes means data sent out from the broker, so the metric should say 'Out'.
  2. Step 2: Match the exact metric name

    The correct metric for outgoing bytes per second is BytesOutPerSec.
  3. Final Answer:

    BytesOutPerSec -> Option C
  4. Quick Check:

    Outgoing bytes = BytesOutPerSec [OK]
Quick Trick: Look for 'Out' and 'Bytes' in metric name [OK]
Common Mistakes:
MISTAKES
  • Choosing BytesInPerSec which is incoming data
  • Confusing messages with bytes
  • Using a non-existent metric name

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes