cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Java NetWeaver list application java process details

11-27-2024 7:26 AM
PadminiK Explorer
662 views 2 comments
0 Likes
SAP Managed Tags
Labels
java netweaverjstartlist processprocess
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

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.