cancel
Showing results for 
Search instead for 
Did you mean: 

How to get values of Dialog Overview node in RZ20

Former Member
0 Kudos

Hello,

In ECC 6.0.

In T-code RZ20 when i clicked on node EC6

it showed me a tree structure with following nodes below EC6.0

System Configuration

\System Buffers

Change & Transport System

File System

Operating System

Performance Overview

System Errors

Now when i expand the tree node of "Performance Overview" another subnode comes up

"Dialog Overview " inside this node i can see

EC6\IGATESAP07_EC6_02\...\Dialog\ResponseTime 6585 msec, Red 03.11.2009 , 21:00:03

EC6\IGATESAP07_EC6_02\...\Dialog\QueueTime 0 msec , Green 03.11.2009 , 20:59:03

EC6\IGATESAP07_EC6_02\...\Dialog\Load+GenTime 19 msec , Green 03.11.2009 , 21:00:05

EC6\IGATESAP07_EC6_02\...\Dialog\DBRequestTime 108 msec , Green 03.11.2009 , 21:00:03

EC6\IGATESAP07_EC6_02\...\Dialog\UsersLoggedIn 8 , Red 03.11.2009 , 20:57:03

I want to know from which table or cache value 6585 is coming against EC6\IGATESAP07_EC6_02\...\Dialog\ResponseTime...

Is there any function module, or table or anything from where i can get this value since when ever we refresh ,value changes which indicates might be coming from cache.

how to get this value...

Regards,

Mayank

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Dialog\ResponseTime 6585

"The dialog response time consists of the period of time from the request of the dialog to the dispatcher through the processing, to the ending of the dialog in the dispatcher and the transfer of the data to the presentation layer"

This is not buffered as far as I know is measured on demand

Read,

http://help.sap.com/saphelp_nw70/helpdata/en/31/d7843b43c8e937e10000000a11402f/content.htm

Regards

Juan

Former Member
0 Kudos

Hello Juan,

Thanks for your reply..

I saw your link and i agree what you have said..

I am interested in knowing the value which it display how do i get this value ?

Is there any backend table or do you know any program name/function module name

from where i can find out..

I tried debugging it but i couldnt find out excat location where it is calcultaing this value..

Regards,

Mayank

Answers (0)