Lisandro Pin
6a1b9ce8cd
Give cluster.status detailed file metrics for regular volumes (#7791)
* Implement a `weed shell` command to return a status overview of the cluster.
Detailed file information will be implemented in a follow-up MR. Note also
that masters are currently not reporting back EC shard sizes correctly, via
`master_pb.VolumeEcShardInformationMessage.shard_sizes`.
F.ex:
```
> status
cluster:
id: topo
status: LOCKED
nodes: 10
topology: 1 DC(s)s, 1 disk(s) on 1 rack(s)
volumes:
total: 3 volumes on 1 collections
max size: 31457280000 bytes
regular: 2/80 volumes on 6 replicas, 6 writable (100.00%), 0 read-only (0.00%)
EC: 1 EC volumes on 14 shards (14.00 shards/volume)
storage:
total: 186024424 bytes
regular volumes: 186024424 bytes
EC volumes: 0 bytes
raw: 558073152 bytes on volume replicas, 0 bytes on EC shard files
```
* Humanize output for `weed.server` by default.
Makes things more readable :)
```
> cluster.status
cluster:
id: topo
status: LOCKED
nodes: 10
topology: 1 DC, 10 disks on 1 rack
volumes:
total: 3 volumes, 1 collection
max size: 32 GB
regular: 2/80 volumes on 6 replicas, 6 writable (100%), 0 read-only (0%)
EC: 1 EC volume on 14 shards (14 shards/volume)
storage:
total: 172 MB
regular volumes: 172 MB
EC volumes: 0 B
raw: 516 MB on volume replicas, 0 B on EC shards
```
```
> cluster.status --humanize=false
cluster:
id: topo
status: LOCKED
nodes: 10
topology: 1 DC(s), 10 disk(s) on 1 rack(s)
volumes:
total: 3 volume(s), 1 collection(s)
max size: 31457280000 byte(s)
regular: 2/80 volume(s) on 6 replica(s), 5 writable (83.33%), 1 read-only (16.67%)
EC: 1 EC volume(s) on 14 shard(s) (14.00 shards/volume)
storage:
total: 172128072 byte(s)
regular volumes: 172128072 byte(s)
EC volumes: 0 byte(s)
raw: 516384216 byte(s) on volume replicas, 0 byte(s) on EC shards
```
Also adds unit tests, and reshuffles test files handling for clarity.
* `cluster.status`: Add detailed file metrics for regular volumes.
2025-12-17 16:40:27 -08:00
..
2024-12-10 08:43:59 -08:00
2024-09-29 10:38:22 -07:00
2025-07-16 23:39:27 -07:00
2025-07-16 23:39:27 -07:00
2025-07-16 23:39:27 -07:00
2025-12-17 16:40:27 -08:00
2025-12-17 16:40:27 -08:00
2025-11-09 19:58:38 -08:00
2024-09-29 10:38:22 -07:00
2025-12-10 22:42:52 -08:00
2025-12-15 11:18:45 -08:00
2025-12-16 23:16:07 -08:00
2025-12-14 17:06:13 -08:00
2025-12-16 23:16:07 -08:00
2025-11-21 17:58:37 -08:00
2025-12-10 22:42:52 -08:00
2025-12-10 22:42:52 -08:00
2025-10-24 20:21:35 -07:00
2025-10-24 20:21:35 -07:00
2025-11-09 19:58:38 -08:00
2025-10-24 20:21:35 -07:00
2025-05-22 09:46:49 -07:00
2025-10-24 20:21:35 -07:00
2025-05-28 11:34:02 -07:00
2025-10-24 20:21:35 -07:00
2025-11-09 19:58:38 -08:00
2025-11-18 07:45:12 -08:00
2025-10-24 20:21:35 -07:00
2025-11-18 07:45:12 -08:00
2025-10-24 20:21:35 -07:00
2025-10-24 20:21:35 -07:00
2025-10-24 20:21:35 -07:00
2025-10-24 20:21:35 -07:00
2025-10-24 20:21:35 -07:00
2025-05-28 11:34:02 -07:00
2024-09-29 10:38:22 -07:00
2025-10-17 22:11:50 -07:00
2024-09-29 10:38:22 -07:00
2025-10-13 18:05:17 -07:00
2025-01-20 22:19:27 -08:00
2025-01-20 22:19:27 -08:00
2025-07-16 23:39:27 -07:00
2025-09-09 01:01:03 -07:00
2025-12-16 12:41:04 -08:00
2025-05-22 09:46:49 -07:00
2025-07-16 23:39:27 -07:00
2025-07-16 23:39:27 -07:00
2025-07-16 23:39:27 -07:00
2025-07-16 23:39:27 -07:00
2025-07-16 23:39:27 -07:00
2025-12-12 18:06:13 -08:00
2025-12-13 13:41:25 -08:00
2025-12-12 18:06:13 -08:00
2025-12-12 18:06:13 -08:00
2025-12-12 12:51:48 -08:00
2025-07-16 23:39:27 -07:00
2022-09-16 02:43:49 -07:00
2025-03-31 21:42:54 -07:00
2025-07-16 23:39:27 -07:00
2025-11-19 20:34:38 -08:00
2025-08-23 11:04:24 -07:00
2025-11-09 19:58:38 -08:00
2025-12-02 10:14:24 -08:00
2025-12-03 11:33:35 -08:00
2025-07-16 23:39:27 -07:00
2025-06-16 07:39:19 -07:00
2025-11-09 19:58:38 -08:00
2024-09-29 10:38:22 -07:00
2024-09-26 08:34:13 -07:00
2025-11-27 00:04:45 -08:00
2025-12-12 23:42:27 -08:00
2024-09-29 10:38:22 -07:00
2025-12-15 11:18:45 -08:00
2025-08-02 02:16:49 -07:00
2024-09-29 10:38:22 -07:00
2024-09-29 10:38:22 -07:00
2024-12-18 11:59:48 -08:00
2025-12-16 23:16:07 -08:00
2025-12-16 23:16:07 -08:00
2023-03-13 10:00:27 -07:00
2025-12-10 22:42:52 -08:00
2025-11-09 19:58:38 -08:00
2025-08-23 11:04:24 -07:00
2025-12-16 23:16:07 -08:00
2025-08-23 11:04:24 -07:00
2024-09-29 10:38:22 -07:00
2024-09-29 10:38:22 -07:00
2024-09-29 10:38:22 -07:00
2024-09-29 10:38:22 -07:00
2024-09-29 10:38:22 -07:00
2025-10-30 23:36:06 -07:00
2025-12-15 11:18:45 -08:00
2025-12-02 09:29:27 -08:00
2025-10-24 19:02:44 -07:00
2025-12-15 11:18:45 -08:00
2025-12-15 11:18:45 -08:00
2025-12-15 11:18:45 -08:00