...
|
...
|
@@ -76,7 +76,7 @@ layui.define(['commonDetail','common','sessions'], function (exports) { |
|
|
//内存使用率走势(12小时)
|
|
|
commonDetail.renderLineCharat('hostminicomputerpartition_memoryrun',resId,memoryRunKpiId,'内存使用率','mem');
|
|
|
//虚拟内存使用率走势(12小时)
|
|
|
commonDetail.renderLineCharat('hostminicomputerpartition_vmemoryrun',resId,vmemoryRunKpiId,'虚拟内存使用率','vmem');
|
|
|
commonDetail.renderLineCharat('hostminicomputerpartition_vmemoryrun',resId,vmemoryRunKpiId,'虚拟内存使用率','mem');
|
|
|
//文件系统
|
|
|
commonDetail.renderTable('hostminicomputerpartition_sysfile',false,resId,sysfileKpiId,'文件系统','fs');
|
|
|
//网卡信息
|
...
|
...
|
|