commit | 2e92802c78b6070a75ae4009f6ad1834eec1aff2 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed Apr 08 13:47:15 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed Apr 08 13:47:22 2015 +0300 |
tree | 85a3c9ef7b0109dd1e6ce2823d965dced093eed9 | |
parent | cd256d613249c892bb69422e88740303d9ece18f [diff] [blame] |
fix multythreaded bugs in disk_test_agent, add linearity data and script
diff --git a/scripts/postprocessing/stat.py b/scripts/postprocessing/stat.py index 893c0fc..c1368e8 100644 --- a/scripts/postprocessing/stat.py +++ b/scripts/postprocessing/stat.py
@@ -15,6 +15,7 @@ colors = ['red', 'green', 'blue', 'cyan', 'magenta', 'black', 'yellow', 'burlywood'] + def get_key(x, no): """ x = (), no = key_pos key """ keys = deepcopy(key_pos)