cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Java NetWeaver list application java process details

PadminiK
Explorer
0 Likes
633

Hi, 
I have installed SAP Java NetWeaver and when i run ps aux | grep java , it shows only the jstart process. There are many java applications running in the AS Java , how do i get the process details of those applications ?

View Entire Topic
prithvirajr
Contributor

Hi

ps -ef| grep -i sidadm should list all the process

Or

As sidadm 

jsmon pf=<instance_profilename> 

next give process view

or 

You can check the same in NWA at portal end

Regards,

Prithviraj