linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] blktrace: disallow -o when using multiple devices
@ 2010-09-16 14:20 Brett Russ
  2010-09-16 21:17 ` Brett Russ
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Brett Russ @ 2010-09-16 14:20 UTC (permalink / raw)
  To: linux-btrace

On 09/16/2010 08:33 AM, Alan D. Brunelle wrote:
> Document that "-o" does not work when specyfing multiple devices to
> blktrace, also: enforce this by stopping blktrace when one tries do
> do this.
>
> The technical reason why "-o" doesn't work with multiple devices is
> because we use multiple threads of execution - one per device/CPU pair -
> and each of them opens a file named "<prefix>.blktrace.<cpu>". With the
> "-o" all of the"<prefix>" values are the same - so multiple threads
> open the same file and try to do output. Not good. Without the "-o"
> we get unique files named: "<device>.blktrace.<cpu>"  - as the tuple
> (<device>,<cpu>) is unique.

Alan,

-Wouldn't it be a good idea to just add <prefix> before the filename(s) 
that would have been created in either the single or multiple device 
case?  I.e. in the multiple device case, how about 
"<prefix>.<device>.blktrace.<cpu>"?  That way the program always does 
what the user wants, no special case documentation required.

-I just tested that the blktrace "-D" option (output dir, create if 
doesn't exist) works for the multiple device case as long as the -o 
option isn't also used.  So, this is another alternative.

-I found the following inconsistencies between the doc and the command 
line help, these would probably be a separate patch:
--blktrace
---doc is missing -[Dhlps]
---doc still contains deprecated option -k
--blkparse
---doc is missing -[aAD]
---doc still contains deprecated option -m


Thanks,
Brett

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-20 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 14:20 [PATCH] blktrace: disallow -o when using multiple devices Brett Russ
2010-09-16 21:17 ` Brett Russ
2010-09-20 14:35 ` Alan D. Brunelle
2010-09-20 14:39 ` Brett Russ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).