shoothzj commented on code in PR #4246:
URL: https://github.com/apache/bookkeeper/pull/4246#discussion_r1675006169
##########
bookkeeper-proto/src/main/proto/BookkeeperProtocol.proto:
##########
@@ -220,6 +220,10 @@ message GetBookieInfoResponse {
required StatusCode status = 1;
optional int64 totalDiskCapacity = 2;
optional int64 freeDiskSpace = 3;
+ optional int32 journalIoUtil = 4;
+ optional int32 ledgerIoUtil = 5;
+ optional int32 cpuUsedRate = 6;
+ optional int64 writeBytePerSecond = 7;
Review Comment:
shall we name it `writeBytesPerSecond`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]