nanosecond: fiologparser_hist set default --group_nr to 29 to match stat.h FIO_IO_U_P...
authorVincent Fu <Vincent.Fu@sandisk.com>
Wed, 22 Mar 2017 15:01:16 +0000 (11:01 -0400)
committerVincent Fu <vincent.fu@sandisk.com>
Wed, 21 Jun 2017 15:50:23 +0000 (11:50 -0400)
tools/hist/fiologparser_hist.py

index ead5e543eff1a835195bf67422fe428a0ffff013..ad97a54d3ab001912e5b197dc68004d9151ac79e 100755 (executable)
@@ -373,7 +373,7 @@ if __name__ == '__main__':
         help='print warning messages to stderr')
 
     arg('--group_nr',
-        default=19,
+        default=29,
         type=int,
         help='FIO_IO_U_PLAT_GROUP_NR as defined in stat.h')