* [PULL REQUEST] Man page updates @ 2013-10-01 21:09 Sitsofe Wheeler 2013-10-02 5:48 ` Ruvinsky, Konstantin 2013-10-04 15:49 ` Jens Axboe 0 siblings, 2 replies; 6+ messages in thread From: Sitsofe Wheeler @ 2013-10-01 21:09 UTC (permalink / raw) To: fio@vger.kernel.org Hi, This branch updates the man page to better match recent versions of fio. The following changes since commit de8f6de97438d5664cd8765e60102b9109a273e2: � Fix misspellings using 'codespell' tool (2013-09-27 08:28:55 -0600) are available in the git repository at: � https://github.com/sitsofe/fio.git manpage for you to fetch changes up to fa769d44024be720f5775ea361d55b91e2fcc14e: � Update man page (2013-09-30 11:54:10 +0100) ---------------------------------------------------------------- Sitsofe Wheeler (2): � � � Update man page � � � Update man page �fio.1 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- �1 file changed, 52 insertions(+), 3 deletions(-) � Sitsofe ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PULL REQUEST] Man page updates 2013-10-01 21:09 [PULL REQUEST] Man page updates Sitsofe Wheeler @ 2013-10-02 5:48 ` Ruvinsky, Konstantin 2013-10-02 14:11 ` Ruvinsky, Konstantin 2013-10-02 14:18 ` Sitsofe Wheeler 2013-10-04 15:49 ` Jens Axboe 1 sibling, 2 replies; 6+ messages in thread From: Ruvinsky, Konstantin @ 2013-10-02 5:48 UTC (permalink / raw) To: Sitsofe Wheeler, fio@vger.kernel.org, Jens Axboe (axboe@kernel.dk) (axboe@kernel.dk) Hi Sitsofe and Jens, If you correct the man pages, please remove the second redundant definition of write_bw_log: write_bw_log=str If given, write an IOPS log of the jobs in this job file. See write_bw_log. Regards Konstantin -----Original Message----- From: fio-owner@vger.kernel.org [mailto:fio-owner@vger.kernel.org] On Behalf Of Sitsofe Wheeler Sent: Wednesday, October 02, 2013 12:10 AM To: fio@vger.kernel.org Subject: [PULL REQUEST] Man page updates Hi, This branch updates the man page to better match recent versions of fio. The following changes since commit de8f6de97438d5664cd8765e60102b9109a273e2: Fix misspellings using 'codespell' tool (2013-09-27 08:28:55 -0600) are available in the git repository at: https://github.com/sitsofe/fio.git manpage for you to fetch changes up to fa769d44024be720f5775ea361d55b91e2fcc14e: Update man page (2013-09-30 11:54:10 +0100) ---------------------------------------------------------------- Sitsofe Wheeler (2): Update man page Update man page fio.1 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 52 insertions(+), 3 deletions(-) Sitsofe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PULL REQUEST] Man page updates 2013-10-02 5:48 ` Ruvinsky, Konstantin @ 2013-10-02 14:11 ` Ruvinsky, Konstantin 2013-10-02 14:18 ` Sitsofe Wheeler 1 sibling, 0 replies; 6+ messages in thread From: Ruvinsky, Konstantin @ 2013-10-02 14:11 UTC (permalink / raw) To: Sitsofe Wheeler, fio@vger.kernel.org, Jens Axboe (axboe@kernel.dk) (axboe@kernel.dk) Hi, One more fix in the latest HowTo - the last 2 lines are redundant: verify_backlog=int Fio will normally verify the written contents of a job that utilizes verify once that job has completed. In other words, everything is written then everything is read back and verified. You may want to verify continually instead for a variety of reasons. Fio stores the meta data associated with an IO block in memory, so for large verify workloads, quite a bit of memory would be used up holding this meta data. If this option is enabled, fio will write only N blocks before verifying these blocks. will verify the previously written blocks before continuing to write new ones. Regards Konstantin -----Original Message----- From: fio-owner@vger.kernel.org [mailto:fio-owner@vger.kernel.org] On Behalf Of Ruvinsky, Konstantin Sent: Wednesday, October 02, 2013 8:48 AM To: Sitsofe Wheeler; fio@vger.kernel.org; Jens Axboe (axboe@kernel.dk) (axboe@kernel.dk) Subject: RE: [PULL REQUEST] Man page updates Hi Sitsofe and Jens, If you correct the man pages, please remove the second redundant definition of write_bw_log: write_bw_log=str If given, write an IOPS log of the jobs in this job file. See write_bw_log. Regards Konstantin -----Original Message----- From: fio-owner@vger.kernel.org [mailto:fio-owner@vger.kernel.org] On Behalf Of Sitsofe Wheeler Sent: Wednesday, October 02, 2013 12:10 AM To: fio@vger.kernel.org Subject: [PULL REQUEST] Man page updates Hi, This branch updates the man page to better match recent versions of fio. The following changes since commit de8f6de97438d5664cd8765e60102b9109a273e2: Fix misspellings using 'codespell' tool (2013-09-27 08:28:55 -0600) are available in the git repository at: https://github.com/sitsofe/fio.git manpage for you to fetch changes up to fa769d44024be720f5775ea361d55b91e2fcc14e: Update man page (2013-09-30 11:54:10 +0100) ---------------------------------------------------------------- Sitsofe Wheeler (2): Update man page Update man page fio.1 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 52 insertions(+), 3 deletions(-) Sitsofe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL REQUEST] Man page updates 2013-10-02 5:48 ` Ruvinsky, Konstantin 2013-10-02 14:11 ` Ruvinsky, Konstantin @ 2013-10-02 14:18 ` Sitsofe Wheeler 2013-10-02 14:40 ` Ruvinsky, Konstantin 1 sibling, 1 reply; 6+ messages in thread From: Sitsofe Wheeler @ 2013-10-02 14:18 UTC (permalink / raw) To: Ruvinsky, Konstantin Cc: fio@vger.kernel.org, Jens Axboe (axboe@kernel.dk) (axboe@kernel.dk) Hi Konstantin, On Wed, Oct 02, 2013 at 01:48:25AM -0400, Ruvinsky, Konstantin wrote: > > If you correct the man pages, please remove the second redundant definition of write_bw_log: > > write_bw_log=str If given, write an IOPS log of the jobs in this job > file. See write_bw_log. I can't see where that is in http://git.kernel.dk/?p=fio.git;a=blob_plain;f=fio.1;hb=HEAD - are you sure you're looking at HEAD? -- Sitsofe | http://sucs.org/~sits/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PULL REQUEST] Man page updates 2013-10-02 14:18 ` Sitsofe Wheeler @ 2013-10-02 14:40 ` Ruvinsky, Konstantin 0 siblings, 0 replies; 6+ messages in thread From: Ruvinsky, Konstantin @ 2013-10-02 14:40 UTC (permalink / raw) To: Sitsofe Wheeler Cc: fio@vger.kernel.org, "axboe@kernel.dk axboe@kernel.dk" <Jens Hi Sitsof, I did the following: entered the link https://github.com/sitsofe/fio.git and opened HowTo file Did the same for http://git.kernel.dk/?p=fio.git;a=tree;hb=HEAD In the both opened HowTo files you can find "write_bw_log" twice. The second one is redundant Regards Konstantin -----Original Message----- From: Sitsofe Wheeler [mailto:sitsofe@yahoo.com] Sent: Wednesday, October 02, 2013 5:19 PM To: Ruvinsky, Konstantin Cc: fio@vger.kernel.org; Jens Axboe (axboe@kernel.dk) (axboe@kernel.dk) Subject: Re: [PULL REQUEST] Man page updates Hi Konstantin, On Wed, Oct 02, 2013 at 01:48:25AM -0400, Ruvinsky, Konstantin wrote: > > If you correct the man pages, please remove the second redundant definition of write_bw_log: > > write_bw_log=str If given, write an IOPS log of the jobs in this job > file. See write_bw_log. I can't see where that is in http://git.kernel.dk/?p=fio.git;a=blob_plain;f=fio.1;hb=HEAD - are you sure you're looking at HEAD? -- Sitsofe | http://sucs.org/~sits/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL REQUEST] Man page updates 2013-10-01 21:09 [PULL REQUEST] Man page updates Sitsofe Wheeler 2013-10-02 5:48 ` Ruvinsky, Konstantin @ 2013-10-04 15:49 ` Jens Axboe 1 sibling, 0 replies; 6+ messages in thread From: Jens Axboe @ 2013-10-04 15:49 UTC (permalink / raw) To: Sitsofe Wheeler; +Cc: fio@vger.kernel.org On 10/01/2013 03:09 PM, Sitsofe Wheeler wrote: > Hi, > > This branch updates the man page to better match recent versions of fio. > > The following changes since commit de8f6de97438d5664cd8765e60102b9109a273e2: > > Fix misspellings using 'codespell' tool (2013-09-27 08:28:55 -0600) > > are available in the git repository at: > > https://github.com/sitsofe/fio.git manpage I've pulled this in, thanks. If you could double check Konstantins stuff too, that'd be great. -- Jens Axboe ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-04 15:50 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-10-01 21:09 [PULL REQUEST] Man page updates Sitsofe Wheeler 2013-10-02 5:48 ` Ruvinsky, Konstantin 2013-10-02 14:11 ` Ruvinsky, Konstantin 2013-10-02 14:18 ` Sitsofe Wheeler 2013-10-02 14:40 ` Ruvinsky, Konstantin 2013-10-04 15:49 ` Jens Axboe
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox