Compare commits
No commits in common. "0683eba527ff54869b5e8872d06d07af6b56f908" and "f09c8fb24492d99245119dae9e723fb609b19606" have entirely different histories.
0683eba527
...
f09c8fb244
@ -1,27 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package simulation_manage;
|
||||
|
||||
// 仿真服务器状态
|
||||
message SimulationServerInfo {
|
||||
// 服务id
|
||||
string serviceId = 1;
|
||||
// 服务器当前cpu使用率
|
||||
float cpuUsage = 2;
|
||||
// 服务器总内存
|
||||
uint64 totalMemory = 3;
|
||||
// 使用内存
|
||||
uint64 usedMemory = 4;
|
||||
}
|
||||
|
||||
// 启动仿真请求
|
||||
message StartSimulationRequest {
|
||||
// 功能id
|
||||
string functionId = 1;
|
||||
}
|
||||
|
||||
// 启动仿真响应
|
||||
message StartSimulationResponse {
|
||||
// 仿真id
|
||||
string simulationId = 1;
|
||||
}
|
Loading…
Reference in New Issue
Block a user