export interface NdmServerDiagInfo { [key: string]: any; commInfo?: { CPU使用率?: string; 内存使用率?: string; 磁盘使用率?: string; 系统运行时间?: string; }; }