Re: [CentOS] Naming of a Java Process in Linux

2010-05-24 Thread Agile Aspect
On Sun, May 23, 2010 at 10:06 PM, Jatin Davey wrote: > Hi > > Not a specific question on CentOS but in general about java processes > running on Linux boxes. > > I have a couple of java processes running on my linux boxes , They > basically form a component of a bigger application. My point of int

Re: [CentOS] Naming of a Java Process in Linux

2010-05-24 Thread Hakan Koseoglu
Jatin, On 24 May 2010 06:06, Jatin Davey wrote: > show up as "java" in the ps -A command. I dont know for sure as to which > java process belongs to which component of my appliacation. Hence what i > do is add up all the resource utilization values for all java processes Add a -Darbitrary_string

Re: [CentOS] Naming of a Java Process in Linux

2010-05-24 Thread Pascal Robert
Le 2010-05-24 à 06:21, Mathieu Baudier a écrit : >> linux box. So currently when i have these procs running on my box they >> show up as "java" in the ps -A command. I dont know for sure as to which > > if you can use the 'f' option in your ps command, you will get the > arguments used to start

Re: [CentOS] Naming of a Java Process in Linux

2010-05-24 Thread Mathieu Baudier
> linux box. So currently when i have these procs running on my box they > show up as "java" in the ps -A command. I dont know for sure as to which if you can use the 'f' option in your ps command, you will get the arguments used to start the JVM. This may provide you with enough information to di

Re: [CentOS] Naming of a Java Process in Linux

2010-05-23 Thread Waleed Harbi
*Try htop, it might help you.* *http://htop.sourceforge.net/index.php?page=main *-- Best Wishes, Waleed Harbi Dream | Do | Be On Mon, May 24, 2010 at 9:20 AM, Mr Gabriel wrote: > You might want to jump on the nagios list, and ask about monitoring a > process on a box. >

Re: [CentOS] Naming of a Java Process in Linux

2010-05-23 Thread Mr Gabriel
You might want to jump on the nagios list, and ask about monitoring a process on a box. --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "Jatin Davey" Date: Mon, 24 May 2010 10:36:38 To: Subject: [CentOS] Naming of a Java Process in Linux Hi Not a specific questio