From: David <sig...@hy...> - 2010-02-28 00:51:02
|
There are 5 java processes running on a Solaris 10 box that I have to monitor in Hyperic. The problem is that when doing a ps the command line gets cut off at 80 characters and the first 80 characters are all the same. When looking at the processes within sigar I see the same problem. IE sigar> pargs 2967 pid=2967 exe= cwd= 0=>/usr/jdk/instances/jdk1.5.0/bin/sparcv9/java<= 1=>-Xms3500M<= 2=>-Xmx3500M<= 3=>-classpath<= 4=>/op<= At the moment we cannot change the way these get run becasue they belong to someone else and we cannot get them changed. My job is just to monitor them in hyperic, long term we might be able to get them changed but for now we need to be able to distinguish these 5 processes yet they all say the same thing is sigar becasue the rest of the command line arguments are missing. Any Ideas? |