Re: [perf-discuss] What does "/0" mean in thread name/id column in prstat -mL output ?

2008-02-14 Thread johansen
> To capture the resources used by short lived processes, you need to > use accounting You can use accounting, but you don't need to. It's also possible to do this with DTrace. DTrace has the benefit that it can be enabled only when needed, and the scripts allow it to be easily customized. Bren

[perf-discuss] New FileBench code review requested

2008-02-14 Thread Andrew Wilson
FileBench Users, I have modified FileBench so that it now features a couple of "run to completion" modes of operation. This is useful for benchmarks that do a specified amount of work and then quit rather than running for a specified time. Currently with the finishonbytes and finishoncount f