0% found this document useful (0 votes)
38 views

Topics Size 50edges

This command lists Kafka topics and their sizes on a Kafka cluster running on 127.0.0.1:9092. It outputs the topic name and size in bytes for over 40 topics, with sizes ranging from 118.7360K to 1.3226G bytes. The largest topics are __consumer_offsets at 1.3226G bytes and correlator_streams-AlarmStore-changelog at 903.0374M bytes.

Uploaded by

Sidharth Pallai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Topics Size 50edges

This command lists Kafka topics and their sizes on a Kafka cluster running on 127.0.0.1:9092. It outputs the topic name and size in bytes for over 40 topics, with sizes ranging from 118.7360K to 1.3226G bytes. The largest topics are __consumer_offsets at 1.3226G bytes and correlator_streams-AlarmStore-changelog at 903.0374M bytes.

Uploaded by

Sidharth Pallai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[2023-01-09 13:40:56 root@Ramp2212Upgrade: /opt/sonus/ems/conf/kafka ]#

/opt/sonus/ems/kafka/confluent-5.3.1/bin/kafka-topics --bootstrap-server
127.0.0.1:9092 --list | xargs -I{} sh -c "echo -n '{} -> ' &&
/opt/sonus/ems/kafka/confluent-5.3.1/bin/kafka-log-dirs --bootstrap-server
127.0.0.1:9092 --topic-list {} --describe | grep '^{' | jq '[ ..|.size? | numbers
] | add' | numfmt --to iec --format '%8.4f'"
__consumer_offsets -> 1.3226G
__debezium-heartbeat.insight -> 20.4187M
__transaction_state -> 218.6570M
_schemas -> 30.4410K
correlator_streams-AlarmStore-changelog -> 903.0374M
correlator_streams-CancelStore-changelog -> 152.2020K
correlator_streams-RulesStore-changelog -> 0.0000
correlator_streams-UnprocessedTimeBasedAlarmStore-changelog -> 0.0000
fm.active_events -> 182.7874M
fm.correlator_device_operation_event_sequencer -> 0.0000
fm.correlator_event_filter -> 136.4945M
fm.dashboard_event_correlator -> 0.0000
fm.decoder_event_sequencer -> 87.5465M
fm.exported_snmp_events -> 133.3645M
fm.exporter_profiles -> 1.1920K
fm.filter_events -> 138.9840M
fm.filter_intermediate_topic -> 133.4757M
fm.forwarding_service_profile_filter -> 2.6440K
fm.history_events -> 20.2113M
fm.node.info -> 118.7360K
fm.preprocessor_event_correlator -> 135.2834M
fm.receiver_event_converter -> 43.3345M
fm.reclassification_rule_correlator -> 0.0000
fm.sequencer_event_preprocessor -> 79.1515M
fm.trip_events -> 0.0000
fm.views -> 0.0000
insight.config_app.clustergroup -> 0.0000
insight.config_app.rp_role -> 1.4710K
insight.config_app.rp_user -> 2.2030K
insight.config_common.config_properties -> 1021.9170K
insight.config_node.node -> 0.0000
insight.config_node.node_alt_ip -> 0.0000
insight.config_node.node_ds -> 0.0000
insight.config_node.node_dsc -> 0.0000
insight.config_node.node_dsm -> 0.0000
insight.config_node.node_gsx9000 -> 0.0000
insight.config_node.node_idh -> 0.0000
insight.config_node.node_insight -> 0.0000
insight.config_node.node_psx6000 -> 0.0000
insight.config_node.node_sbcedge -> 0.0000
insight.config_node.node_sbx5k -> 0.0000
insight.config_node.node_sgx4000 -> 0.0000
insight.config_node.node_solaris -> 0.0000
insight.config_node.node_sti -> 0.0000
insight.config_node.nodeassociation -> 0.0000
insight.fm.fm_config_properties -> 11.1100K
insight.fm.oss_usm_parameters -> 0.0000
insight.node.change -> 17.2150K
insight.node.info -> 120.9540K
insight.session.change -> 0.0000
logging.common.user_action -> 512.1780K
metrics.common.node.reachability -> 6.3550K
metrics.ems.pm.last_collection_time -> 0.0000
queuing.common.auth_session_info -> 4.3318M
queuing.common.auth_user_info -> 8.7548M
queuing.common.config_info -> 0.0000
queuing.common.file_scp_transfer -> 0.0000
queuing.ems.pm.backlog_interval -> 0.0000
queuing.ems.pm.profile_data_ftp -> 0.0000
queuing.ems.pm.profile_data_jmx -> 0.0000
queuing.ems.pm.profile_data_snmp -> 0.0000
queuing.insight.resource_group_node_map -> 20.8670K
queuing.insight.users_info -> 355.0000
sequencer_traps-ActiveEventsStore-changelog -> 871.8937M
sequencer_traps-FailedSouthboundStore-changelog -> 0.0000
sequencer_traps-NodeStore-changelog -> 118.5050K

You might also like