Tcode
Tcode
Tcode
Wait time, roll-in time, load and generation time, enqueue time, database request,
and (optionally) roll-wait time contribute to the dialog response time. Thus,
processing time is calculated by subtracting these components from the dialog response time.
Memory Allocation Sequence for Dialog Workprocesses in Detail, Avoiding PRIV mode
Roll Memory up to ztta/roll_first
EM up to ztta/roll_extension or EM exhausted (shared memory)
Roll memory reminder of ztta/roll_area
Heap memory up to abap/heap_area_dia or HM exhausted
Memory Allocation Sequence for non-Dialog Workprocesses on all platforms except windows
Roll memory reminder of ztta/roll_area
Heap memory up to abap/heap_area_dia or HM exhausted
EM up to ztta/roll_extension or EM exhausted (shared memory)
, heap memory (allocated on demand)
ging buffer (page file)
ms except windows
Report Frequency Recomm. Jobname, add. Notes
RSBTCDEL daily SAP_REORG_JOBS, RSBTCDEL2 w/ note 525933
use master;
select * from sys.configurations;
select @@version;
go
DB memory
Before increasing SQL Server memory, you must check if there is sufficient main memory available.
Operating system paging is a sign of insufficient main memory; especially on the database server.
Call Transaction ST06 and choose Detail analysis menu → F2 00 Previous hours → F2 00 Memory. The amount
of page in per hour should not exceed 20% of the available physical memory. For optimal
performance, the value should be 0.
DB cache
average percentage of requested data pages found in the cache. This is the average value since
startup. The value should always be above 98 (even during heavy workload). If it is significantly
below 98, the data cache could be too small. To check the history of these values, use Transaction
ST04 and choose Detail analysis menu → 2F 00 Performance database. A snapshot is collected every 2
hours.
DB CPU
The value for CPU busy (2) should always be approximately < 70%, that is, CPU idle > CPU busy / 2
Memory. The amount