Search Results

Search: Posts Made By: golabi
Forum: Solaris 06-11-2012
1,645
Posted By golabi
Dtrace-counting the number of read access to a file
Hi,
I want to write a script with dtrace to count the number of read and write from and to a file. I use this for reading:
dtrace -n 'syscall::read:entry { @["myFilePath"] = count(); }'
but it...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 05:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy