Printing all opened files

Jean-Eric Cuendet jec@rptec.ch
Wed Aug 16 13:16:00 GMT 2006


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
--------------------------------------------------------



More information about the Systemtap mailing list