lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 14 Apr 2009 16:53:41 +0800
From:	Li Zefan <lizf@...fujitsu.com>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Steven Rostedt <rostedt@...dmis.org>,
	Tom Zanussi <tzanussi@...il.com>,
	Jens Axboe <jens.axboe@...cle.com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	"Theodore Ts'o" <tytso@....edu>, Shawn Du <duyuyang@...il.com>,
	LKML <linux-kernel@...r.kernel.org>, linux-btrace@...r.kernel.org
Subject: Re: PATCH 1/3] blktrace: support per-partition tracing

>>> Lets note that this approach still has the (long existing) 
>>> limitation that only one device can be block-traced at a time.
>>>
>> No, both userspace blktrace and ftrace-plugin trace can trace
>> more than one device at a time.
>>
>>  # btrace /dev/sda /dev/dm-0
>>
>> or
>>
>>  # echo 1 > /sys/block/sda/trace/enable
>>  # echo 1 > /sys/block/dm-0/trace/enable
> 
> When they are independent - but not multiple partitions at a time:
> 

The only way to trace multipl partitions is to trace the whole
sda, or set trace/start_lsa and trace/end_lsa properly.

>  [root@...ebaran ~]# echo 1 > /sys/block/sda/sda1/trace/enable 
>  [root@...ebaran ~]# echo 1 > /sys/block/sda/sda2/trace/enable 
>  -bash: echo: write error: Device or resource busy

That's because struct blk_trace is attached to struct request_queue,
sda1 and sda2 share the same rq:

  # echo 1 > /sys/block/sda/sda1/trace/enable 
  # cat /sys/block/sda/sda1/trace/enable 
  1
  # cat /sys/block/sda/sda2/trace/enable 
  1

>  [root@...ebaran ~]#
> 
> Nor did i see any "trace all block IO in the system" kind of 
> functionality in blktrace. (or maybe there's one that i missed?)
> 

Right, and the only way to do this is 'blktrace sda sdb sdc ...'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ