v2 in progress
diff --git a/wally/config.py b/wally/config.py
index abc6bb0..332dc5e 100644
--- a/wally/config.py
+++ b/wally/config.py
@@ -85,6 +85,7 @@
cfg.update(raw_cfg)
results_storage = cfg.settings.get('results_storage', '/tmp')
+ print results_storage
results_storage = os.path.abspath(results_storage)
existing = file_name.startswith(results_storage)
diff --git a/wally/main.py b/wally/main.py
index 7851ee5..da144dd 100644
--- a/wally/main.py
+++ b/wally/main.py
@@ -164,7 +164,7 @@
# ---------------------------------------------------------------------
report_help = 'run report on previously obtained results'
report_parser = subparsers.add_parser('report', help=report_help)
- report_parser.add_argument('--load_report', action='store_true')
+ report_parser.add_argument('--load_report', action='store_true')
report_parser.add_argument("data_dir", help="folder with rest results")
# ---------------------------------------------------------------------
diff --git a/wally/suits/io/defaults.cfg b/wally/suits/io/defaults.cfg
index 8c8644b..873e6b7 100644
--- a/wally/suits/io/defaults.cfg
+++ b/wally/suits/io/defaults.cfg
@@ -1,10 +1,11 @@
buffered=0
+direct=1
+ioengine=libaio
+
group_reporting=1
-iodepth=1
unified_rw_reporting=1
-
norandommap=1
-
+numjobs=1
thread=1
time_based=1
wait_for_previous=1
@@ -13,12 +14,11 @@
randrepeat=0
filename={FILENAME}
-
size={TEST_FILE_SIZE}
+iodepth={QD}
-write_lat_log=fio_log
-write_iops_log=fio_log
-write_bw_log=fio_log
-log_avg_msec=500
-
-
+write_iops_log=fio_iops_log
+log_avg_msec=1000
+write_hist_log=fio_log_h
+log_hist_msec=1000
+log_unix_epoch=1
diff --git a/wally/suits/io/rrd.cfg b/wally/suits/io/rrd.cfg
index 131688f..f42dff6 100644
--- a/wally/suits/io/rrd.cfg
+++ b/wally/suits/io/rrd.cfg
@@ -1,18 +1,9 @@
-[test]
-buffered=0
-group_reporting=1
-iodepth=16
-unified_rw_reporting=1
-norandommap=1
-thread=1
-time_based=1
-wait_for_previous=1
-filename=/dev/rbd1
-size=4G
-ramp_time=15
-runtime=3600
-numjobs=30
-direct=1
+[global]
+include defaults.cfg
+QD={% 1, 5 %}
+ramp_time=5
+runtime=5
+
+[test_{TEST_SUMM}]
blocksize=60k
-rw=randwrite
-direct=1
+rw=randread