nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [nmh-workers] strace show # pauses/takes 5+ sec | network issue? ( n


From: Ken Hornstein
Subject: Re: [nmh-workers] strace show # pauses/takes 5+ sec | network issue? ( not nmh )
Date: Sun, 08 Sep 2019 18:09:18 -0400

>So what should I be asking my vps provider?  Is this some network issue?

Almost certainly "yes".  If I had to guess I would think it was a DNS
timeout on something somewhere.

But unfortunately these system call traces are not very helpful.  This
is because you are tracing the command "command", and all that shows is
you execute a nmh command and it waits 5 seconds for it to complete.

If this happens in the future you should probably use the -f option to
trace all children of the specified process/command, and the -t option
to print the system call timestamps (that would let you see exactly
where the delay is).  I also like using -o to direct the trace output to
a file rather than having it mixed in with the output of a process.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]