mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 05:39:55 +08:00
add timing info during ping operation
This commit is contained in:
@@ -319,6 +319,9 @@ message PingRequest {
|
||||
string target_type = 2;
|
||||
}
|
||||
message PingResponse {
|
||||
int64 start_time_ns = 1;
|
||||
int64 remote_time_ns = 2;
|
||||
int64 stop_time_ns = 3;
|
||||
}
|
||||
|
||||
message GetFilerConfigurationRequest {
|
||||
|
Reference in New Issue
Block a user