cancel
Showing results for 
Search instead for 
Did you mean: 

How to monitor the work processes in a Java instance?

Former Member
0 Kudos

Dear Experts,

In an abap system, we can use sm50 to check the processes of the user, and also the memory consumption of each user, but how do we do that in an JAVA only instance?

I was told by one of my colleagues that i could enter a command to generate thread dumps and from there i could analyze which class is giving the trouble, but he cannot recall what command is that, anyone have any idea for that?

Replies are very much appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You could also try via visual administrator.

server0->services->monitoring->performance

There you can monitor active session, threads ,applications, users etc.

JPReyes
Active Contributor
0 Kudos

The equivalent of SM50 (dpmon) is jcmon, you can also monitor your engine from NWA.

Read

http://help.sap.com/saphelp_nw04s/helpdata/EN/d3/4d074147c1f06fe10000000a1550b0/frameset.htm

Regards

Juan