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

Topics Size 100edges

This command lists the Kafka topics on the local cluster and displays the size of the log directories for each topic. The output shows the sizes of the log directories for various system and application topics, ranging from a few kilobytes to over 1 gigabyte.

Uploaded by

Sidharth Pallai
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Topics Size 100edges

This command lists the Kafka topics on the local cluster and displays the size of the log directories for each topic. The output shows the sizes of the log directories for various system and application topics, ranging from a few kilobytes to over 1 gigabyte.

Uploaded by

Sidharth Pallai
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[2023-01-09 14:01:16 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.3341G
__debezium-heartbeat.insight -> 20.4413M
__transaction_state -> 148.3702M
_schemas -> 30.4410K
correlator_streams-AlarmStore-changelog -> 938.2948M
correlator_streams-CancelStore-changelog -> 188.3200K
correlator_streams-RulesStore-changelog -> 0.0000
correlator_streams-UnprocessedTimeBasedAlarmStore-changelog -> 0.0000
fm.active_events -> 229.1780M
fm.correlator_device_operation_event_sequencer -> 0.0000
fm.correlator_event_filter -> 171.1950M
fm.dashboard_event_correlator -> 0.0000
fm.decoder_event_sequencer -> 109.5012M
fm.exported_snmp_events -> 167.8542M
fm.exporter_profiles -> 1.1920K
fm.filter_events -> 174.0491M
fm.filter_intermediate_topic -> 168.0191M
fm.forwarding_service_profile_filter -> 2.6440K
fm.history_events -> 25.2977M
fm.node.info -> 117.3440K
fm.preprocessor_event_correlator -> 170.3929M
fm.receiver_event_converter -> 53.7335M
fm.reclassification_rule_correlator -> 0.0000
fm.sequencer_event_preprocessor -> 99.3188M
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 -> 28.5710K
insight.node.info -> 170.1790K
insight.session.change -> 0.0000
logging.common.user_action -> 580.2040K
metrics.common.node.reachability -> 10.4330K
metrics.ems.pm.last_collection_time -> 0.0000
queuing.common.auth_session_info -> 4.4235M
queuing.common.auth_user_info -> 10.9955M
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 -> 36.9140K
queuing.insight.users_info -> 355.0000
sequencer_traps-ActiveEventsStore-changelog -> 967.7219M
sequencer_traps-FailedSouthboundStore-changelog -> 0.0000
sequencer_traps-NodeStore-changelog -> 168.2440K

You might also like