Commit a2bbaf00 authored by HuangBingGui's avatar HuangBingGui
Browse files

no commit message

parent a7a537e8
......@@ -479,7 +479,7 @@ $(function() {
$.ajax({
type : "POST",
url : locat + '/monitor/usage',
async : false,
/*async : false,*/
dataType : 'json',
success : function(json) {
$("#td_jvmUsage").html(json.jvmUsage);
......@@ -535,7 +535,7 @@ $(function() {
main_three.setOption(one_option, true);
}
});
}, 3000);
}, 10000);
var timeTicketMin = setInterval(function() {
now=new Date();
axisData = now.getHours()+":"+now.getMinutes();
......@@ -545,7 +545,7 @@ $(function() {
$.ajax({
type : "POST",
url : locat + '/monitor/usage',
async : false,
/*async : false,*/
dataType : 'json',
success : function(json) {
jvm.push(json.jvmUsage);
......@@ -578,7 +578,7 @@ $(function() {
$.ajax({
type : "POST",
url : locat + '/monitor/usage',
async : false,
/*async : false,*/
dataType : 'json',
success : function(json) {
jvm.push(json.jvmUsage);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment