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
0492d468
Commit
0492d468
authored
Dec 09, 2020
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dc148da8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
es_status.py
celery_stats/es_status.py
+4
-0
No files found.
celery_stats/es_status.py
View file @
0492d468
...
@@ -102,6 +102,8 @@ def parse_cluster_stats(data):
...
@@ -102,6 +102,8 @@ def parse_cluster_stats(data):
res_str
+=
"
%
s集群内存使用率超过
%
s 目前为
%
s
\n
"
%
(
ip
,
str
(
round
(
memory_used_rate_top
*
100
,
2
))
+
'
%
'
,
str
(
round
(
memory_used_rate
*
100
,
2
))
+
'
%
'
)
res_str
+=
"
%
s集群内存使用率超过
%
s 目前为
%
s
\n
"
%
(
ip
,
str
(
round
(
memory_used_rate_top
*
100
,
2
))
+
'
%
'
,
str
(
round
(
memory_used_rate
*
100
,
2
))
+
'
%
'
)
if
fs_free_rate
>=
fs_free_rate_top
:
if
fs_free_rate
>=
fs_free_rate_top
:
res_str
+=
"
%
s集群硬盘占用超过
%
s 目前为
%
s
\n
"
%
(
ip
,
str
(
round
(
fs_free_rate_top
*
100
,
2
))
+
'
%
'
,
str
(
round
(
fs_free_rate
*
100
,
2
))
+
'
%
'
)
res_str
+=
"
%
s集群硬盘占用超过
%
s 目前为
%
s
\n
"
%
(
ip
,
str
(
round
(
fs_free_rate_top
*
100
,
2
))
+
'
%
'
,
str
(
round
(
fs_free_rate
*
100
,
2
))
+
'
%
'
)
if
res_str
:
res_str
=
datetime
.
datetime
.
now
()
.
strftime
(
"
%
Y-
%
m-
%
d
%
H:
%
M:
%
S"
)
+
" "
+
res_str
return
res_str
return
res_str
...
@@ -136,6 +138,8 @@ def parse_node_stats(data):
...
@@ -136,6 +138,8 @@ def parse_node_stats(data):
data_dict
[
node_name
][
'old_gc'
]
=
old_gc
data_dict
[
node_name
][
'old_gc'
]
=
old_gc
data_dict
[
node_name
][
'old_gc_ms_last'
]
=
old_gc_ms_last
data_dict
[
node_name
][
'old_gc_ms_last'
]
=
old_gc_ms_last
data_dict
[
node_name
]
.
update
(
search_thread_pool
)
data_dict
[
node_name
]
.
update
(
search_thread_pool
)
if
res_str
:
res_str
=
datetime
.
datetime
.
now
()
.
strftime
(
"
%
Y-
%
m-
%
d
%
H:
%
M:
%
S"
)
+
" "
+
res_str
return
res_str
return
res_str
...
...
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