Re: QMQPD question

2000-04-10 Thread Henrik Öhman
Hrm, s/qmtp/qmqp/g. Sorry. Henrik. Henrik Öhman wrote: > Try.. > > strace -f -o qmtp.out -p `pidof qmtpd` > > Henrik. > > "Benjamin de los Angeles Jr ." wrote: > > > What I didn't mention is that 'truss' seems to me, a command-line utility, > > unlike ptrace which is a C function. Is there a

Re: QMQPD question

2000-04-10 Thread Henrik Öhman
Try.. strace -f -o qmtp.out -p `pidof qmtpd` Henrik. "Benjamin de los Angeles Jr ." wrote: > What I didn't mention is that 'truss' seems to me, a command-line utility, > unlike ptrace which is a C function. Is there a command-line equivalent > for ptrace? I would not ask anyone to search fo

Re: QMQPD question

2000-04-06 Thread Benjamin de los Angeles Jr .
What I didn't mention is that 'truss' seems to me, a command-line utility, unlike ptrace which is a C function. Is there a command-line equivalent for ptrace? I would not ask anyone to search for man pages for this, but if you know anything that is equivalent, _offhand_ is definitely ok. Besi

Re: QMQPD question

2000-04-06 Thread markd
On Fri, Apr 07, 2000 at 12:42:05PM +0800, Benjamin de los Angeles Jr . wrote: > I'm using Linux, what's the equivalent of truss for this platform? As a System Administrator, did you bother searching the man pages first? Or are you asking us to search the man pages for you? Try man -k trace > >

Re: QMQPD question

2000-04-06 Thread Benjamin de los Angeles Jr .
I'm using Linux, what's the equivalent of truss for this platform? On Thu, Apr 06, 2000 at 07:59:31PM -0700, [EMAIL PROTECTED] wrote: > On Fri, Apr 07, 2000 at 09:12:26AM +0800, Benjamin de los Angeles Jr. wrote: > > > > How would you do that in a production server? > > > If you want to trace

Re: QMQPD question

2000-04-06 Thread markd
On Fri, Apr 07, 2000 at 09:12:26AM +0800, Benjamin de los Angeles Jr. wrote: > > How would you do that in a production server? If you want to trace the system calls, on something like Solaris you go truss -p. That may cause additional load to the CPU, but it doesn't impact functionality. Simila

Re: QMQPD question

2000-04-06 Thread Benjamin de los Angeles Jr.
How would you do that in a production server? On Thu, 6 Apr 2000, Dave Sill wrote: > "Benjamin de los Angeles Jr." <[EMAIL PROTECTED]> wrote: > > >Is Qmqpd known to consume a lot CPU? > > No. Try tracing it to see what it's doing. > > -Dave >

Re: QMQPD question

2000-04-06 Thread Dave Sill
"Benjamin de los Angeles Jr." <[EMAIL PROTECTED]> wrote: >Is Qmqpd known to consume a lot CPU? No. Try tracing it to see what it's doing. -Dave

QMQPD question

2000-04-05 Thread Benjamin de los Angeles Jr.
Is Qmqpd known to consume a lot CPU? My Qmqpd is getting a lot of share of CPU.