Commit 84019468 authored by 段英荣's avatar 段英荣

modify

parent 8c8052a5
...@@ -223,7 +223,7 @@ class ESPerform(object): ...@@ -223,7 +223,7 @@ class ESPerform(object):
try: try:
item_list = item.split(" ") item_list = item.split(" ")
if len(item_list)>4: if len(item_list)>4:
cpu_load = item_list[3] cpu_load = item_list[4]
int_cpu_load = int(cpu_load) int_cpu_load = int(cpu_load)
if int_cpu_load > 60: if int_cpu_load > 60:
high_num += 1 high_num += 1
......
Markdown is supported
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