Re: benchmarking a process

2004-10-08 Thread Chuck Swiger
Andrew Moran wrote: This isn't specific to freebsd I suppose.. but does anyone know any good programs to measure how long a process took, how much memory it requested, and how much network traffic it send/received? See man getrusage and man gprof for the first two questions. Measuring how much

benchmarking a process

2004-10-07 Thread Andrew Moran
This isn't specific to freebsd I suppose.. but does anyone know any good programs to measure how long a process took, how much memory it requested, and how much network traffic it send/received? I know for the time we can use 'time', but I'd like a utility that can tell me more than the time