[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Read-tuning



On 2001/12/10 19:25, Klaus Knopper <knopper@linuxtag.org> wrote:
> Anybody knows of a way to trace and log open()-calls to a logfile from
> the kernel?
[...]
> 
> Ideas? I don't think strace would work well for this (too much output
> and no good place where to start from).

what about the obvious:

strace xxx 2>&1 |grep ^open\(


Reply to: