commit | 4e9f3ed8f8b0be7b138c0384d4cff453b84706d6 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 14 11:26:12 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 14 11:26:12 2015 +0300 |
tree | 08130b24dc2dcaf860311a62c19c6cd3a07a88c5 | |
parent | 652cd80930a80a98676efce37d5999b16825513e [diff] [blame] |
rename bw_mean to bw, other fixes
diff --git a/scripts/postprocessing/stat.py b/scripts/postprocessing/stat.py index c1368e8..39b9d99 100644 --- a/scripts/postprocessing/stat.py +++ b/scripts/postprocessing/stat.py
@@ -9,7 +9,7 @@ import io_py_result_processor as io_test -key_pos = {'blocksize': 0, 'direct_io': 1, 'name': 2} +key_pos = {'blocksize': 0, 'direct': 1, 'name': 2} actions = ['randwrite', 'randread', 'read', 'write'] types = ['s', 'd'] colors = ['red', 'green', 'blue', 'cyan',