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

SAP Java NetWeaver list application java process details

PadminiK
Explorer
0 Kudos
339

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 ?

Accepted Solutions (0)

Answers (2)

Answers (2)

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

junwu
SAP Champion
SAP Champion

I think java app using thread, not process.