Commit a2bbaf00 authored by HuangBingGui's avatar HuangBingGui
Browse files

no commit message

parent a7a537e8
...@@ -479,7 +479,7 @@ $(function() { ...@@ -479,7 +479,7 @@ $(function() {
$.ajax({ $.ajax({
type : "POST", type : "POST",
url : locat + '/monitor/usage', url : locat + '/monitor/usage',
async : false, /*async : false,*/
dataType : 'json', dataType : 'json',
success : function(json) { success : function(json) {
$("#td_jvmUsage").html(json.jvmUsage); $("#td_jvmUsage").html(json.jvmUsage);
...@@ -535,7 +535,7 @@ $(function() { ...@@ -535,7 +535,7 @@ $(function() {
main_three.setOption(one_option, true); main_three.setOption(one_option, true);
} }
}); });
}, 3000); }, 10000);
var timeTicketMin = setInterval(function() { var timeTicketMin = setInterval(function() {
now=new Date(); now=new Date();
axisData = now.getHours()+":"+now.getMinutes(); axisData = now.getHours()+":"+now.getMinutes();
...@@ -545,7 +545,7 @@ $(function() { ...@@ -545,7 +545,7 @@ $(function() {
$.ajax({ $.ajax({
type : "POST", type : "POST",
url : locat + '/monitor/usage', url : locat + '/monitor/usage',
async : false, /*async : false,*/
dataType : 'json', dataType : 'json',
success : function(json) { success : function(json) {
jvm.push(json.jvmUsage); jvm.push(json.jvmUsage);
...@@ -578,7 +578,7 @@ $(function() { ...@@ -578,7 +578,7 @@ $(function() {
$.ajax({ $.ajax({
type : "POST", type : "POST",
url : locat + '/monitor/usage', url : locat + '/monitor/usage',
async : false, /*async : false,*/
dataType : 'json', dataType : 'json',
success : function(json) { success : function(json) {
jvm.push(json.jvmUsage); 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