Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黎涛
meta_base_code
Commits
4b474f40
Commit
4b474f40
authored
Dec 09, 2020
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9dce1a53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
es_status.py
celery_stats/es_status.py
+2
-2
No files found.
celery_stats/es_status.py
View file @
4b474f40
...
...
@@ -28,7 +28,7 @@ from meta_base_code.send_msg_to_dingding.send_msg import send_msg_to_dingtalk
data_dict
=
{}
memory_used_rate_top
=
0.8
fs_free_rate_top
=
0.8
cpu_top
=
0.
75
cpu_top
=
75
search_queue_max
=
0
secret
=
'SECbbfd6b7403869cf8a31e63e2d623378bd8a55b5a31083fad6421ee817794f485'
...
...
@@ -130,7 +130,7 @@ def parse_node_stats(data):
if
cpu_1m
>=
cpu_top
:
res_str
+=
"{name}节点CPU使用率预警 1m {cpu_1m}
\n
"
\
"目前 query_current为{query_current} fetch_current为{fetch_current} young_gc为{young_gc}ms"
.
format
(
cpu_1m
=
str
(
int
(
cpu_1m
*
100
))
+
"
%
"
,
name
=
node_name
,
"目前 query_current为{query_current} fetch_current为{fetch_current} young_gc为{young_gc}ms"
.
format
(
cpu_1m
=
str
(
int
(
cpu_1m
))
+
"
%
"
,
name
=
node_name
,
query_current
=
str
(
query_current
),
fetch_current
=
str
(
fetch_current
),
young_gc
=
str
(
young_gc
))
data_dict
[
node_name
][
'old_gc'
]
=
old_gc
...
...
Write
Preview
Markdown
is supported
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