Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs
This commit is contained in:
commit
4e3235046f
Binary file not shown.
BIN
config/Pet.xlsx
BIN
config/Pet.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3250,8 +3250,23 @@ message ResUserDetailInfo {
|
||||
repeated UserDetailOrderInfo Order = 23;
|
||||
}
|
||||
|
||||
message ResServerInfo{
|
||||
int32 PlayerNum = 1; // 玩家数量
|
||||
uint64 FreeMem = 2; // 空闲内存
|
||||
double CPU = 3; // Cpu使用率
|
||||
int32 StartTime = 4; // 启动时间
|
||||
string TotalAlloc = 5; // 总内存分配
|
||||
string Alloc = 6; // 当前内存分配
|
||||
uint64 Sys = 7; // 系统内存分配
|
||||
uint32 NumGC = 8; // GC次数
|
||||
int32 NumGoroutine = 9; // 协程数量
|
||||
uint64 UsageMem = 10; // 内存使用率
|
||||
string Version = 11; // 服务器版本
|
||||
}
|
||||
|
||||
service Backend {
|
||||
rpc ReloadActivity(ReqActivityCfgReload) returns (ResActivityCfgReload);
|
||||
rpc OrderShipping(ReqOrderShipping) returns (ResOrderShipping);
|
||||
rpc UserDetail(UserDetailParam) returns (ResUserDetail);
|
||||
rpc ServerInfo(ReqServerInfo) returns (ResServerInfo);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user