Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Compare memory usage for jobs (SM37)

Former Member
0 Kudos

Hi,

Is there a way to compare memory usage for two jobs, like which one is taking more memory?

Regards,

Arun Mohan

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

Hi,

gotó transaction sm04 - goto - memory

A.

5 REPLIES 5

andreas_mann3
Active Contributor
0 Kudos

Hi,

gotó transaction sm04 - goto - memory

A.

0 Kudos

Hi Andraes,

I feel sm04 displays the whole memory used by a user. I need to compare the memory of 2 jobs in SM37.

Arun Mohan

Message was edited by: Arun Mohan

0 Kudos

Hi Arun,

GO to SM50 (Pocess overview). select one job at a time and go to menu Process --> Details. it will give details of the job Roles/Memory at the down. Compare two jobs individually.

Hope this will help you.

Regards,

Vivek

PS: Award points if helpful

0 Kudos

You can get the memory usage from SM50 when the jobs are active.

Double click on the active job in SM37, click on Job details, Get the work process id (WP Number/PID).

Goto SM50, double click on the work process id number from SM37, you can find the memory usage in Roll/Memory area.

Clicking on refresh updates the memory usage display.

Regards

Sridahr

Former Member
0 Kudos

Try with TRACE - Trx ST22

Regards!

Andrea.-