Execute following command :
----
#touch /tmp/strace_op
#strace -s 128 -fvTttto /tmp/strace_op command
----
Now analysis the file /tmp/strace_op. Note that time stamp has been captured here. So, you can check which system call took much time. If any command takes much time to response you can do strace to that command and analysis the output.
Thanks.
Sunday, 7 August 2011
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment