Re: proc 'process name' max min problem

2013-07-25 Thread Martin Bagge
On 2013-07-16 19:20, Martin Bagge wrote: > Getting the space into the process list works but the meaning of "0 1" > changes it seems. I get prMin 0, prMax 0 and prCount 1 and thus a > prErrorFlag. I did expect it to be prMin 1, prMax 0 and prCount 1 just > as postmaster, sshd and syslog-ng does. An

proc 'process name' max min problem

2013-07-24 Thread Martin Bagge
I found it very hard to find other reports about this problem. Apologies for duplicates or what not as I haven't been subscribed before. Tried searching the archives and bug tracker without finding something close to this. I am using net snmp 5.7.2 on Linux 3.4.18 and have a slight config headache

How to compile with kvm for process name for Solaris 10

2008-01-07 Thread Zhong, Ping
Hi, The /proc/pid/psinfo for oracle 10g contains the following: oracle ora_pmon_edixtst The prCount will only have oracle but not the real process. How can I compile it to pick up the ora_pmon_edixtst? Thanks! Ping, -- IMPORTANT

Re: Process name

2004-08-02 Thread Wes Hardaker
> On Mon, 2 Aug 2004 12:19:18 +0800, Kelvin Wu <[EMAIL PROTECTED]> said: Kelvin> same program but different paraments, how can i monitor these Kelvin> processes? snmp/snmpd.conf only allows me to monitor test.pl. Currently, no... Future versions of Net-SNMP may support better process regexp

Process name

2004-08-01 Thread Kelvin Wu
hello, i am new to snmp, i am trying to monitor processes, snmp works fine with those of processes have unique name, but for the processes like: ./test.pl var=a ./test.pl var=b ./test.pl var=c same program but different paraments, how can i monitor these processes? snmp/snmp