Hi!

I'm trying to make some sense out of the output from

        strace -m 0x00000010 -f [...]

The output is on the form:

  355   42325 [main] bash 1628 fhandler_disk_file::fstat: 0 = fstat (, 0x22EED0) 
st_atime=3BA7C3E0 st_size=371, st_mode=0x81A4, st_ino=152010744,
sizeof=64

And if I interpret the user-guide correctly; the fields are

355     The time (in microsecs) taken by the fhandler_disk_file::fstat() system call.
42325   The time (in microsecs) from the start of the program
[main]  ??
bash    Process name
1628    Process ID

- Are the time figures wall time or CPU-time?
- What is field 3 for ("[main]")?

/Jesper
-------------------------------------------------------------------------
Jesper Eskilson                                         [EMAIL PROTECTED]
Virtutech                                         http://www.virtutech.se
-------------------------------------------------------------------------


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to