Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
a2bbaf00
Commit
a2bbaf00
authored
Oct 23, 2018
by
HuangBingGui
Browse files
no commit message
parent
a7a537e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/src/main/webapp/static/common/systemInfo.js
View file @
a2bbaf00
...
@@ -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
);
}
}
});
});
},
3
000
);
},
10
000
);
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment