mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-07 15:41:56 +00:00
update
This commit is contained in:
parent
8bd85029d5
commit
c19ccf5d69
@ -107,6 +107,8 @@ function summary_render() {
|
|||||||
gpu_mem_total.push(item['gpu_mem_total']);
|
gpu_mem_total.push(item['gpu_mem_total']);
|
||||||
gpu_mem_using.push(item['gpu_mem_total'] - item['gpu_mem_available']);
|
gpu_mem_using.push(item['gpu_mem_total'] - item['gpu_mem_available']);
|
||||||
timestamps.push(item['ts']);
|
timestamps.push(item['ts']);
|
||||||
|
|
||||||
|
console.log(moment(item['ts'],'mm/dd/yyyy'));
|
||||||
});
|
});
|
||||||
|
|
||||||
/* CPU Load */
|
/* CPU Load */
|
||||||
@ -162,7 +164,7 @@ function summary_render() {
|
|||||||
text: 'MEM Using'
|
text: 'MEM Using'
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
display: true
|
display: false
|
||||||
},
|
},
|
||||||
maintainAspectRatio: false
|
maintainAspectRatio: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user