Greg Ames wrote: >truss doesn't measure time on FreeBSD according to the man page. But >maybe there are a lot more syscalls in the failing case, so I'll try it. >
I just took a closer look at the vmstat data, and the syscalls/second value does indeed spike at the same time as the system CPU utilization. So even a plain old truss might show what's going on. --Brian