Skip to content

通用模型

class CpuMemChart(BaseModel)

资源使用率信息

字段名类型描述
cpufloatcpu 使用率
memfloat内存使用率

class ProcessInfo(BaseModel)

进程详细信息

字段名类型描述
cpuintCPU 使用率(百分比)
memoryint内存使用量(MB)
cwdstr工作路径

class InstanceStat(BaseModel)

实例统计信息

字段名类型描述
runningint运行中实例数量
totalint全部实例数量

Released under the MIT License.