Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
XuHaoJie
3 years ago
Commit
095fbeb6fe1ba6df152862d49c48da11bbf45b11
1 parent
1216ff3e
杭州-电子税务局-cpu监控优化
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/declareCpu/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/documentCpu/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/declareCpu/index.js
View file @
095fbeb
...
...
@@ -13,12 +13,12 @@ export default {
allData
:
{
polyline
:
{
title
:
"申报库CPU监控"
,
unit
:
"cpu%"
,
unit
:
"cpu
使用率
%"
,
data
:
[{
name
:
"80.12.97.
2
"
,
name
:
"80.12.97.
3
"
,
datas
:
[
"12"
,
"15"
,
"21"
,
"18"
,
"20"
,
"37"
,
"45"
,
"23"
,
"12"
,
"5"
,
"7"
,
"14"
]
},
{
name
:
"80.12.
77.3
"
,
name
:
"80.12.
97.2
"
,
datas
:
[
"22"
,
"35"
,
"41"
,
"68"
,
"70"
,
"57"
,
"45"
,
"33"
,
"24"
,
"15"
,
"7"
,
"10"
]
}]
},
...
...
@@ -33,8 +33,8 @@ export default {
names
:[
'20:10'
,
'21:10'
,
'22:15'
,
'23:15'
],
series
:[
{
name
:
'80.12.77.3'
,
datas
:[
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
],
name
:
'80.12.97.3'
,
datas
:[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
],
flag
:
'cpu'
}
]
...
...
@@ -47,8 +47,8 @@ export default {
names
:[
'20:10'
,
'21:10'
,
'22:15'
,
'23:15'
],
series
:[
{
name
:
'80.12.77.2'
,
datas
:[
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
],
name
:
'80.12.97.2'
,
datas
:[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
],
flag
:
'cpu'
}
]
...
...
@@ -143,7 +143,7 @@ export default {
that
.
allData
=
{
polyline
:
{
title
:
"申报库CPU监控"
,
unit
:
"cpu%"
,
unit
:
"cpu
使用率
%"
,
data
:
seriesData1
},
xAxis
:
{
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/documentCpu/index.js
View file @
095fbeb
...
...
@@ -12,12 +12,12 @@ export default {
allData
:
{
polyline
:
{
title
:
"文书库CPU监控"
,
unit
:
"cpu%"
,
unit
:
"cpu
使用率
%"
,
data
:
[{
name
:
"80.12.97.7"
,
data
:
[
"12"
,
"15"
,
"21"
,
"18"
,
"20"
,
"37"
,
"45"
,
"23"
,
"12"
,
"5"
,
"7"
,
"14"
]
},
{
name
:
"80.12.
7
7.8"
,
name
:
"80.12.
9
7.8"
,
data
:
[
"22"
,
"35"
,
"41"
,
"68"
,
"70"
,
"57"
,
"45"
,
"33"
,
"24"
,
"15"
,
"7"
,
"10"
]
}]
},
...
...
@@ -33,7 +33,7 @@ export default {
series
:[
{
name
:
'80.12.97.7'
,
datas
:[
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
],
datas
:[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
],
flag
:
'cpu'
}
]
...
...
@@ -47,7 +47,7 @@ export default {
series
:[
{
name
:
'80.12.97.8'
,
datas
:[
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
],
datas
:[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
],
flag
:
'cpu'
}
]
...
...
@@ -135,7 +135,7 @@ export default {
that
.
allData
=
{
polyline
:
{
title
:
"文书库CPU监控"
,
unit
:
"cpu%"
,
unit
:
"cpu
使用率
%"
,
data
:
seriesData1
},
xAxis
:
{
...
...
Please
register
or
login
to post a comment