AW: Performance measurement data: find

2003-11-01 Thread Ralf Habacker
hi, > procexp: display same fields as task manager and > -see DLL's used and where loaded in memory for each program running > - See all open handles and what they point to > - See each thread, it's cpu time and what module it is executing > in and it's call stack >

Re: Performance measurement data: find

2003-11-01 Thread Linda W.
What program? find.exe is from the cygwin distribution. the Windows find is from pressiing Windows key+f (or control-f in explorer) the /filemon.exe/ program is standard filemon util from SYSINTERNALS.COM website which includes utils (FREE): procexp: display same fields as task manager and -

Re: Performance measurement data: find

2003-11-01 Thread Brian Ford
On Sat, 1 Nov 2003, Alex Vinokur wrote: > "Linda W." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Performance comparison , # system calls in "Explorer find" vs. "gnu > > find" under cygwin. Search for "foobar.txt" in directory /tmp (under > > cygwin), C:\tmp (under explorer). >

Re: Performance measurement data: find

2003-11-01 Thread Alex Vinokur
"Linda W." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Performance comparison , # system calls in "Explorer find" vs. "gnu > > find" under > cygwin. Search for "foobar.txt" in directory /tmp (under cygwin), C:\tmp > (under explorer). > > # system calls > Explorer:

Performance measurement data: find

2003-10-31 Thread Linda W.
Performance comparison , # system calls in "Explorer find" vs. "gnu find" under cygwin. Search for "foobar.txt" in directory /tmp (under cygwin), C:\tmp (under explorer). # system calls Explorer: 15 Cyg-gnu: 211 file monitor filter set to only record strings that access /tmp. Ac