cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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 ?

0 Likes
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