Workload Overview
Definition
The workload overview displays data about the workload that is written by the SAP kernel and displayed with the workload monitor (transaction ST03). The workload overview provides system administrators with various detailed information about the most important workload data, such as the CPU time, the number of database changes, the response times, and so on.
Structure
You can display the workload overview for all task types (Dialog, Background, RFC, ALE, and Update), or only for one particular task type. The system displays the following data:
You can restrict the display to a particular task type. The task type depends on the task of the associated application process and is an identifying element of every statistics record. There are the following task types:
| Task Type | Explanation |
|---|---|
|
AUTOABAP |
Automatically-processed report (for example, for monitoring tools) |
|
B.INPUT |
Transaction step in batch input mode; it is processed by the dialog work process (update dialogs generated in batch input are always processed synchronously, they belong to the UPDATE task type). |
|
BACKGROUND |
Transaction step that was started by a background processing work process. |
|
BUFFER SYNC |
A synchronization of the local table buffers regularly requested by the SAP system (the time interval is controlled by the profile parameter rdisp/bufreftime). |
|
DIALOG |
Usually a transaction step started online by a user (for example, editor dialogs or manual postings). |
|
RFC |
Remote Function Call in the ABAP system; it is processed by the dialog work process |
|
CPIC |
Other communication using the CPIC interface; it is processed by the dialog work process |
|
SPOOL |
Transaction step of a spool work process |
|
UPDATE |
Transaction step of the SAP update task; it is automatically started by the dispatcher on a host with an active update process (update processes are usually installed on the database host) |
|
UPDATE2 |
V2 update |
|
ALE |
IDoc processing; it is processed by the dialog work process |
|
LCOM |
The Fast RFC (fRFC or LCOM-RFC) is a very fast form of data transfer that uses a shared memory pipeline. It is only used in internal communication between ABAP and Java in the SAP Web AS. |
|
HTTP, HTTPS, NNTP, SMTP, FTP |
Requests from the ICM that are based on the corresponding Internet protocols |
|
ENQUEUE |
Enqueue handler |
|
DIALOG(-)GUI |
Dialog without GUI |
|
EXT.PLUGIN AUTOTH (Auto task handler) RPCTH (Task handler remote procedure call) RFCVMC (RFC inside VMC) DDLOG CLEANUP DEL. THCALL (Delayed task handler call) AUTOJAVA HTTP/JSP, HTTPS/JSP |
The statistical evaluations of these task types are only relevant for internal SAP purposes. |
The task types therefore correspond to the work process types - with the exception of the task types RFC, CPIC, ALE, AUTOABAP, and BUFFER SYNC, which simply represent specific applications in the dialog work process. TOTAL is the total across all task types.
Generation time during the run
+ Load time for programs, screens, and graphical user interfaces+ Roll times for rolling in the work data+ ABAP processing time + Database time+ Enqueue time for logical SAP lock processes+ CPIC/RFC time+ Roll wait time (excluding task types RFC/CPIC/ALE).
The CPU time is not an additive component of the response time, but rather the total of the CPU time used by the individual components. The CPU time is therefore additional, separate information about the response time.
Workload Monitor start page