Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Performance information displayed in this tab can be used to identify and analyze the cause of a performance problem and serves as the main source of input for future tuning decisions. Use the Activity tab to analyze various aspects of your SAP system’s system's activities. For example:

  • Check which organization had the highest average response time.
  • Check the average response time of a user over time and observe the elements that constitute his response time.
  • View the overtime SLA compliance of a transaction.
  • View an over time graph that displays the number of steps executed with respect to their average response time.
  • Determine which transactions in your system experienced the highest response time.

...

The Main area shows comprehensive information on the selected entity. You can choose from several views in the Main area to examine the entity from different angles. You can, for example, focus exclusively on your system’s system's Performance data (default), or SLA Compliance, over the selected time period.

...

For example, when you want to drill down to an associated entity, such as a specific organization, to view additional information, choose Locales from the Association controls. Note that the Tab heading and the Main area remain unchanged. Click the row of the locale entity you want to view detailed information for. The Tab heading indicates the newly selected entity; the Main area displays information on the locale you drilled down to, and the Association area shows information on the applications associated with selected locale. See “About About Precise for SAP tabs” on page 12, “How tabs, How most tabs are structured” on page 13structured, and “Tasks Tasks common to all tabs” on page 17tabs.

Anchor
AbouttheentitiesyoucanexamineintheActivitytab
AbouttheentitiesyoucanexamineintheActivitytab
About the entities you can examine in the Activity tab

...

  • Business-Oriented entities. Includes organizations, Locales, Applications, Application Servers, Users, Transactions. Information is displayed in context of the business transaction activities.
  • RFC (Remote function calls) entities. Includes RFC Functions and RFC Programs. Whenever one of these entities is selected, the information displayed is in context to RFC transactions.
  • Step entities. Whenever a step entity is selected, the information is displayed in context of the steps and not of business transaction activities.

Anchor
BusinessOrientedEntities
BusinessOrientedEntities
Business-oriented entities

The Business-Oriented category includes the following entities:

...

Each Business-oriented category has six views organized as tabs in the Association area. The following table describes each of these tabs.

Table 4- 1 Association area tabs

TabDescription
GeneralShows the basic information about the activity for the entity (transactions and response time) along with SLA information.
Response TimeDisplays the breakdown of the total response time to the different operations it does in the activity.
ClientDisplays the breakdown of the client time spent in the activity.
ApplicationShows the breakdown of the SAP application server processing time.
DatabaseShows the breakdown of the database processing time.
ResourcesShows information about resources consumption for the activity.

All of the above tabs display information on the following entities:

...

The following table describes the information displayed in the General tab.

Table 4- 2 General tab

ColumnDescription
Response Time (Avg)Displays the average time of the activity. The response time is the sum of the client time, the queue time, the application time and the database time.
Backend Response Time (Avg)Displays the average time of the activity in the Back End. The Backend response time is the sum of the queue time, the application time and the database time.
TransactionsIndicates the number of transactions run.
Response Times (Summed)Displays the total response times of all activities, performed for the specific entity displayed.
Backend Response Time (Summed)Displays the total Back End response times of all activities, performed for the specific entity displayed.
RFC TimeIndicates the percentage of time the activity was caused by RFCs.
SLA ComplianceIndicates the SLA compliance of the activity.

The following table describes the information displayed in the Response Time tab.

Table 4- 3 Response Time tab

ColumnDescription
TransactionsIndicates the number of transactions run.
Response Times (Summed)Displays the total response times of activities, performed for the specific entity displayed.
Backend Response Time (Summed)Displays the total Back End response times of all activities, performed for the specific entity displayed.
Client Times (Summed)Indicates the total client time of the activity. The client time is the time the activity spent on the way to or back from the SAP application server plus the time it spent in the client machine.
Queue Times (Summed)Indicates the total queue time of the activity. The queue time is the time the activity spent in the SAP application server waiting for a work process to process it.
Application Times (Summed)Indicates the total application time of the activity. The application time is the time the activity spent being processed by the SAP application server.
DB Times (Summed)Indicates the total database time of the activity. The database time is the time the activity spent in the SAP database.

The following table describes the information displayed in the Client tab.

Table 4-4 Client tab

ColumnDescription
TransactionsIndicates the number of transactions run.
GUI Time (Sum)The time spent for the first round-trip to pass from the SAP application server to the client, including the time spent in the client machine.
Work time (Sum)Total time spent in the network while processing the transactions.
Roundtrips (Sum)Number or interactions necessary in a transaction step to complete a round-trip from the SAP application server to the client machine.
GUI Time (Avg)The average time spent for the first round-trip to pass from the SAP application server to the client, including the time spent in the client machine.
Work Time (Avg)Average time spent in the network while processing the transactions.
Roundtrips (Avg)Average number or interactions necessary in a transaction step to complete a round-trip from the SAP application server to the client machine.

The following table describes the information displayed in the Application tab.

Table 4- 5 Application tab

ColumnDescription
TransactionsIndicates the number of transactions run.
Load + Generate Time (Sum)Total time spent on loading from the database and generating objects, such as, ABAP source code, CUA and screen information.
Enqueue Time (Sum)Time spent waiting for a resource protected by a SAP lock, in seconds.
Roll (Wait + In) Time (Sum)The time a program spends waiting at the application level for the GUI to respond.
Processing Time (Sum)CPU time consumed by the work processes, in seconds.
Load + Generate Time (Avg)Average time spent on loading from the database and generating objects, such as, ABAP source code, CUA and screen information.
Enqueue Time (Avg)Average time spent waiting for a resource protected by a SAP lock, in seconds.
Roll (Wait + In) Time (Avg)The average time a program spends waiting at the application level for the GUI to respond.
Processing Time (Avg)Average CPU time consumed by the work processes, in seconds.

The following table describes the information displayed in the Database tab.

Table 4- 6 Database tab

ColumnDescription
TransactionsIndicates the number of transactions run.
Sequential Reads Time (Sum)Time spent in the database for sequential reads.
Direct Reads Time (Sum)Time spent in the database for direct reads.
Updates Time (Sum)Time spent in the database for updates.
Sequential ReadsNumber of requests for sequential reads from the database.
Direct Reads Requests (Sum)Number of requests for direct reads from the database.
Updates Requests (Sum)Number of requests for updates in the database.
Sequential Reads Time (Avg)Average time spent in the database for sequential reads.
Direct Reads Time (Avg)Average time spent in the database for direct reads.
Updates Time (Avg)Average time spent in the database for updates.

The following table describes the information displayed in the Resources tab.

Table 4- 7 Resources tab

ColumnDescription
TransactionsIndicates the number of transactions run.
total Memory KB (Sum)Memory used for processing the request.
PrivMode Count (Sum)Number of times a work process runs in private mode.
CPU Time (Sum)CPU time consumed on the machine.
KB Trans (Sum)Amount of data transferred between client and server.
Total Memory KB (Avg)Average memory used for processing the request.
PrivMode Count (Avg)Average number of times a work process runs in private mode.
CPU Time (Avg)Average CPU time consumed on the machine.
KB Trans (Avg)Average amount of data transferred between client and server.

RFC (Remote function calls) entities

...

The following table describes the information displayed in the RFC entities table, when the RFC Functions or RFC Programs view is selected.

Table 4- 8 RFC (Remote function calls) entities

ColumnDescription
DB Time

Displays an icon when a significant time was detected for this RFC.

Info

This column only appears when the Interpoint extension for an Oracle agent was installed for that system.

RFC Functions/RFC Programs

Displays the following entities:

  • RFC Functions
  • RFC Programs
Call Time (Avg)Displays the average time of the RFC activity. The call time is the sum of the wait time and the execution time.
CallsDisplays the number of RFC calls.
Call Times (Summed)Displays the summed call times of the activity.
SLA ComplianceDisplays the SLA compliance of the activity.

Step entities

The Steps view displays performance information on the steps that were run by your SAP system and the transactions to which each step belongs.

...

The following table describes the information displayed in the Steps table, when the Steps view is selected.

Table 4- 9 Steps table

ColumnDescription
Image ModifiedClick on the Details icon to open a dialog box that enables you to view additional details for the selected step.
TimeDisplays the time unit the transaction was run in.
TransactionDisplays the name of the transaction that was run.
UserIndicates the user that initiated the transaction.
ClientDisplays the user's client.
ProgramDisplays the name of the program that was run.
ScreenDisplays the screen that was run.
GUI ProgramDisplays the GUI program that was run.
Response TimeDisplays the total activity time. The response time is the sum of the client time, the queue time, the application time, and the database time.
Backend Response TeamDisplays the total Back End activity time. The Backend Response Time is the sum of the queue time, the application time, and the database time.
StepsNumber of steps running for the transaction, user, client, program, screen and GUI program, during the specified time slice.
Client TimeDisplays the total client time of the activity. The client time is the time the activity spent going to or from the SAP application server plus the time it spent in the client machine.
Queue TimeDisplays the total queue time of the activity. The queue time is the time the activity spent in the SAP application server waiting for a work process to process it.
Application TimeDisplays the total application time of the activity. The application time is the time the activity spent being processed by the SAP application server.
DB TimeDisplays the total database time of the activity. The database time is the time the activity spent in the SAP database.

See “Copying Copying data to the clipboard” on page 21, “Determining clipboard, Determining which table columns to display” on page 21, “Viewing additional step details” on page 41, and “About display, Viewing additional step details, and About the counters in Precise for SAP” on page 22SAP.

Anchor
ViewingAdditionalStepDetails
ViewingAdditionalStepDetails
Viewing additional step details

Clicking on the Details icon in the Steps table opens the Step Details dialog box that displays additional performance statistics about the selected step.

The following table describes the additional information that is displayed.

Table 4- 10 Additional step details

Additional Performance StatisticsDescription
Details
  • Time. Displays the time the transaction was run.
  • Transaction. Displays the name of the transaction that was run.
  • User. Indicates the user that initiated the transaction.
  • Client. Displays the user’s client.
  • Program. Displays the name of the program that was run.
  • Screen. Displays the screen that was run.
  • GUI Program. Displays the GUI program that was run.
Response Time
  • Client Time. Displays the average client time of the activity. The client time is the time the activity spent going to or from the SAP application server plus the time it spent in the client machine.
  • Queue Time. The average queue time of the activity. The queue time is the time the activity spent in the SAP application server waiting for a work process to process it.
  • Application Time. The average application time of the activity. The application time is the time the activity spent being processed by the SAP application server.
  • DB Time. The average database time of the activity. The database time is the time the activity spent in the SAP database.
Client Time
  • GUI Time. The time spent for the first round-trip to pass from the SAP application server to the client, including the time spent in the client machine.
  • Front End Time. The time spent for all round-trips, with the exception of the first one.
  • Round-trips. Number or interactions necessary in a transaction step to complete a round-trip from the SAP application server to the client.
Application Time
  • Load Time. Total time spent on loading from the database and generating objects, such as, ABAP source code, CUA and screen information.
  • Enqueue Time. Time spent waiting for a resource protected by a SAP lock, in seconds.
  • Roll Wait Time. The time a program spends waiting at the application level for the GUI to respond.
  • Process Time. CPU time consumed by the work processes, in seconds.
DB Time
  • Sequential Reads. Time spent in the database for sequential reads.
  • Direct Reads. Time spent in the database for direct reads.
  • Updates. Time spent in the database for update.
DB Operations
  • Sequential Reads. Number of requests for sequential reads from the database.
  • Direct Reads. Number of requests for direct reads from the database.
  • Updates. Number of requests for updates from the database.
DB Requests Average Time
  • Sequential Reads. Time spent in the database for sequential reads, in seconds.
  • Direct Reads. Time spent in the database for direct reads, in seconds.
  • Updates. Time spent in the database for updates, in seconds.
Application Server Buffers Ratio
  • Sequential Reads. Number of sequential reads to the database.
  • Direct Reads. Number of sequential reads to the database.
Memory Resources
  • Extended Memory. Amount of SAP’s extended (shared) memory attributed to the application.
  • PrivMode Count. Number of times a work process ran in private mode.

Displaying business-oriented entities in the Main Area

...

  • Overview. Displays the entity’s most important counters, in addition to the SLA compliance pie chart and a pie chart representing the various components of response time. The response time components include:
    • Client time
    • Queue time
    • Application time
    • Database time
  • Performance. Displays the average response time for the entity over the selected time period, broken down into the following components:
    • Client time
    • Queue time
    • Application time
    • Database time
  • Load. Displays the number of transactions and steps executed by the selected entity and its summed response time broken down into its components.
  • SLA compliance. Displays SLA compliance over the selected time period.
  • Scalability. Displays the steps and the average response time over the selected time period.

See “About and About the counters in Precise for SAP” on page 22, “About SAP, About the entities you can examine in the Activity tab” on page 36tab, and “BusinessBusiness-oriented entities” on page 36entities.

RFC Entities in the Main Area

...

When performing a tuning audit it is very important to analyze and understand the performance behavior of your SAP system. You may have already drilled down to analyze the performance of a single organization, locale or application. However, examining the entire SAP system’s system's behavior can alert you to the health of your system. This will help you answer questions such as: "A specific transaction suffers from long database times, but is the entire SAP system suffering from long database time?"

...

When you analyze and tune the performance of an application component (such as, Organization, Locale and Application) it is important to take into consideration its performance over time. Precise for SAP allows you easily view the component’s component's performance over a selected time period.

You study a component’s component's performance over time for the following reasons:

...

Applications are called upon to support additional users and data, over the years. One of today’s tasks is ensure that your application and servers are scalable for tomorrow’s tomorrow's tasks.

Precise for SAP enables you to determine if your SAP system is scalable. This is done by examining the impact of the number of transactions, steps and RFC calls on the average response time. In a well-scalable SAP system, growth in the number of transactions, steps and RFC calls will not impact the average response time. This can be observed in the Scalability View in the Steps and Response Time (Avg) graph.

 

Precise. Performance intelligence from click to storage. Learn more > >

...


Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse

...