This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Printing all opened files


Is it possible to probe where the files are read from disk, when they are not in the cache?

Michael Grundy wrote:
I try to print all the files that are opened. This will be useful to
have a pictures of which files get opened during the boot process.

I did:
probe.function("sys_open")
{
   print ("Called\n");
}
which is called often. But how do I get the file name that was opened to
print it out?

probe syscall.open { printf("open: %s", filename) }

Thanks
Mike

=========================================
Michael Grundy - grundym@us.ibm.com


-- Best regards / Salutations.

Jean-Eric Cuendet
Senior developer / Technical support
Riskpro Technologies SA
Av. Louis-Ruchonnet 2
CH-1003 Lausanne
Switzerland

Direct    : +41 21 637 0123
Principal : +41 21 637 0110
Fax       : +41 21 637 0111
Skype     : jec.rptec
Web       : http://www.rptec.ch
--------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]