cancel
Showing results for 
Search instead for 
Did you mean: 

Re: SAP Java NetWeaver list application java process details

11-27-2024 3:32 PM
prithvirajr Contributor
484 views 0 comments
0 Likes
SAP Managed Tags
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