PDA

View Full Version : new CPU graph


kjkoster
08-01-2011, 22:49
Dear All,

Java-monitor has been updated to also show your CPU utilization.

Like most popular CPU utilization tools, we show the CPU load as a percentage, where 100% is one fully loaded processor. Thus, if your system has 4 processors, you can expect to see up to 400% CPU load.

The CPU graph is best used in conjunction with the UNIX load graph, which is shown for all UNIX systems that support this graph (if your Linux version does not show UNIX load, upgrade your OS and your JVM). Essentially, if the graphs are closely correlated, this shows you that your JVM is the main pig on your processors. If, on the other hand, the UNIX load is high at times that the CPU load from the JVM is low, there are other processes running on the server, potentially slowing down your JVM.

We also round off some of the values here and there, for easier reading.

Kees Jan

dkumar2
12-01-2011, 18:56
Hello Sir,

To have this updated new feature, do i need to download latest war file?

Thanks.

kjkoster
12-01-2011, 19:49
Dear dkumar2,

You do not need to download the new probe. It will just work.

Are you having any luck with monitoring through Java-monitor?

Kees Jan

dkumar2
12-01-2011, 19:56
Thanks for update sir.
Not yet, i need to deploy it. Waiting for some authorizations.

The app login is getting slow, i am predicting that it could be due to heap memory, but not sure exactly.
Also i was thinking about finding out some way to have info at class level or method level. Could you suggest something? Thanks.