温度
- {{ it.temperature }}%
+ {{ it.temperature }}℃
@@ -130,14 +130,14 @@
]);
let devInfos = reactive([
- { id: 1001, name: 'NPU-TC-01', netType: 'network001', modelName: '模型名称', state: 'offline', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1002, name: 'GPU-B101', netType: 'network001', modelName: '模型名称', state: 'compile', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1003, name: 'CPU-SW-02', netType: 'network001', modelName: '模型名称', state: 'free', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1004, name: 'CPU-SW-01', netType: 'network001', modelName: '模型名称', state: 'inferencing', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1005, name: 'FPGA-FD-01', netType: 'network001', modelName: '模型名称', state: 'noreg', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1006, name: 'GPU-MR-01', netType: 'network001', modelName: '模型名称', state: 'publish', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1007, name: 'FPGA-FD-02', netType: 'network001', modelName: '模型名称', state: 'training', temperature: rd3(), memory: rd3(), cpu: rd3(), },
- { id: 1008, name: 'CPU-SW-03', netType: 'network001', modelName: '模型名称', state: 'updating',temperature: rd3(), memory: rd3(), cpu: rd3(), },
+ { id: 1001, name: 'NPU-TC-01', netType: 'network001', modelName: 'N/A', state: 'offline', temperature: '31', memory: rd3(), cpu: rd3(), },
+ { id: 1002, name: 'GPU-B101', netType: 'network001', modelName: 'N/A', state: 'compile', temperature: '46', memory: rd3(), cpu: rd3(), },
+ { id: 1003, name: 'CPU-SW-02', netType: 'network001', modelName: 'N/A', state: 'free', temperature: '37', memory: rd3(), cpu: rd3(), },
+ { id: 1004, name: 'CPU-SW-01', netType: 'network001', modelName: 'pagerank_01', state: 'inferencing', temperature: '34', memory: rd3(), cpu: rd3(), },
+ { id: 1005, name: 'FPGA-FD-01', netType: 'network001', modelName: 'Obj_detect_01', state: 'noreg', temperature: '42', memory: rd3(), cpu: rd3(), },
+ { id: 1006, name: 'GPU-MR-01', netType: 'network001', modelName: 'llm_01', state: 'publish', temperature: '40', memory: rd3(), cpu: rd3(), },
+ { id: 1007, name: 'FPGA-FD-02', netType: 'network001', modelName: 'Obj_detect_01', state: 'training', temperature: '39', memory: rd3(), cpu: rd3(), },
+ { id: 1008, name: 'CPU-SW-03', netType: 'network001', modelName: 'pagerank_01', state: 'updating',temperature: '38', memory: rd3(), cpu: rd3(), },
])
const winWidth=ref(0)
const isSmallScreen=computed(()=>{