mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
This commit is contained in:
parent
5de0388891
commit
bbb163c5ad
|
@ -363,6 +363,8 @@ message DiskStatus {
|
|||
uint64 all = 2;
|
||||
uint64 used = 3;
|
||||
uint64 free = 4;
|
||||
float percent_free = 5;
|
||||
float percent_used = 6;
|
||||
}
|
||||
|
||||
message MemStatus {
|
||||
|
|
Loading…
Reference in a new issue