Fixed issue with proc list
This commit is contained in:
parent
0a112d0068
commit
3469940cd0
1 changed files with 3 additions and 3 deletions
|
|
@ -37,8 +37,8 @@
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
//updateCpuChart();
|
updateCpuChart();
|
||||||
//updateMemChart();
|
updateMemChart();
|
||||||
updateProcTable();
|
updateProcTable();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -79,7 +79,7 @@ function updateCpuChart(){
|
||||||
cpu_chart.addData(data['cpu'], "");
|
cpu_chart.addData(data['cpu'], "");
|
||||||
cpu_chart.removeData();
|
cpu_chart.removeData();
|
||||||
});
|
});
|
||||||
setTimeout(updateCpuChart, 1000);
|
setTimeout(updateCpuChart, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue