scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 62 forks source link

scylla_node: add ScyllaNode.dump_sstable_stats() #497

Closed tchaikov closed 11 months ago

tchaikov commented 11 months ago

ScyllaNode.dump_sstables() is a wrapper around ScyllaNode.run_scylla_sstable(). it provides a more user friendly interface than the latter. it is introduced so that tests can use it with less pain when migrating from node.run_sstablemetadata() to node.run_scylla_sstable().