Skip to content

Commit

Permalink
proto file attr style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Jul 1, 2024
1 parent 4f88a05 commit 8d4fd62
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bigtop-manager-grpc/src/main/resources/proto/host_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ message HostInfoReply {
string os = 4;
string version = 5;
string arch = 6;
string cpuLoad = 7;
int32 availableProcessors = 8;
string processCpuLoad = 9;
int64 processCpuTime = 10;
int64 totalMemorySize = 11;
int64 freeMemorySize = 12;
int64 totalSwapSpaceSize = 13;
int64 freeSwapSpaceSize = 14;
int64 committedVirtualMemorySize = 15;
string systemLoadAverage = 16;
int64 freeDisk = 17;
int64 totalDisk = 18;
string cpu_load = 7;
int32 available_processors = 8;
string process_cpu_load = 9;
int64 process_cpu_time = 10;
int64 total_memory_size = 11;
int64 free_memory_size = 12;
int64 total_swap_space_size = 13;
int64 free_swap_space_size = 14;
int64 committed_virtual_memory_size = 15;
string system_load_average = 16;
int64 free_disk = 17;
int64 total_disk = 18;
}

0 comments on commit 8d4fd62

Please sign in to comment.