update conf and fix code style

This commit is contained in:
Alexey Avramov
2019-12-14 18:33:38 +09:00
parent f071b341bd
commit 795dd13474
4 changed files with 100 additions and 392 deletions

View File

@@ -13,7 +13,7 @@ def psi_path_to_metrics(psi_path):
psi_list = f.readlines()
# print(psi_list)
some_list, full_list = psi_list[0].split(' '), psi_list[1].split(' ')
#print(some_list, full_list)
# print(some_list, full_list)
some_avg10 = some_list[1].split('=')[1]
some_avg60 = some_list[2].split('=')[1]
some_avg300 = some_list[3].split('=')[1]