Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想计算一下现有的 kudu 表实际上有多大(以 GB 为单位)。有人知道怎么做这个吗 ?
我知道这样做的唯一方法是通过 http 针对各个平板电脑服务器收集所述指标。
示例调用:curl -s 'http://tserver.host:8050/metrics?include_schema=1&metrics=on_disk_size'
curl -s 'http://tserver.host:8050/metrics?include_schema=1&metrics=on_disk_size'
您可以提取这些指标并从那里开始工作。