> How do I find out why df -k is taking soo long to respond only
> sometimes?
> 

truss df -k

and watch for where the delay happens.  If the "pause" is pronounced,
you should see a system call where it hangs for a moment.  Then break it
down from there.

Chip

_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to