Versions Compared

Key

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

...

Column NameColumn Description
SPTS_PWII_INSTANCE_ID

The instance ID.

SPTS_TIMESTAMP

The end time of the transaction aligned to the time grain of the table (hour, day, etc.).

SPTS_RECEIVED_TIMESTAMP

The received timestamp.

SPTS_MINUTES_COUNT_SUM

The minutes count.

SPTS_PWHG_ID

The hour group in the PW.

SPTS_TRAN_KEY

The transaction ID (TCODE or Program).

SPTS_APP_KEY

The ID of application to which the transaction TCODE belongs.

SPTS_APPSVR_KEY

The ID of the application server where the transaction occurred.

SPTS_CLIENT

The ID of the SAP client executing the step.

SPTS_WORK_TYPE

The transaction's work type. For example: Dialog, Update, or Program.

SPTS_STEP_COUNT_SUM

Number of steps per transaction.

SPTS_TRAN_COUNT_SUM

Number of identical transactions per time slice.

SPTS_RFC_TIME_SUM

Total time spent in the remote function calls, in seconds.

SPTS_QUEUE_TIME_SUM

Time spent waiting in the dispatcher for a work process, in seconds.

SPTS_APP_TIME_SUM

Total time spent in the application server, in seconds.

SPTS_DB_TIME_SUM

Total time spent in the database, in seconds.

SPTS_LOAD_TIME_SUM

Total time spent on loading from the database and generate objects like ABAP source code, CUA, and screen information.

SPTS_ENQ_TIME_SUM

Time spent waiting for a resource protected by a SAP lock, in seconds.

SPTS_CPU_TIME_SUM

CPU time consumed by the work processes, in seconds.

SPTS_ROLLWAIT_TIME_SUM

Time spent in a rolled out status in the application server, in seconds.

SPTS_GUI_TIME_SUM

The GUI time, in seconds. Available from SAP 4.6.

SPTS_FENET_TIME_SUM

The FE Net time, in seconds. Available from SAP 4.6.

SPTS_ROUNDTRIPS_SUM

Number of round-trips performed. Available from SAP 4.6.

SPTS_PRIVMODE_COUNT_SUM

Number of times a work process ran in private mode.

SPTS_MEMORY_USED_SUM

Amount of SAP’s extended (shared) memory attributed to the application.

SPTS_KB_TRANSFERRED_SUM

Amount of database data transferred (in KB).

SPTS_INPUTBYTES_SUM

Total number of bytes transferred from the front end to the application server.

SPTS_OUTPUTBYTES_SUM

Total number of bytes transferred from the application server to the front end.

SPTS_PHY_READ_COUNT_SUM

Number of read access performed to the database. Cannot be satisfied from SAP buffers.

SPTS_DB_SEQ_REQS_SUM

Number of requests for database sequential read.

SPTS_DB_SEQ_CALL_SUM

Number of actual calls to the database to satisfy a sequential read request.

SPTS_DB_SEQ_TIME_SUM

Time spent in the database for sequential reads, in seconds.

SPTS_DB_DIR_REQS_SUM

Number of requests for database direct read.

SPTS_DB_DIR_CALL_SUM

Number of actual calls to the database to satisfy a direct read request.

SPTS_DB_DIR_TIME_SUM

Time spent in the database for direct reads, in seconds.

SPTS_DB_ROWS_READ_SUM

Number of rows read from the database.

SPTS_DB_READ_REQS_SUM

Total number of database read requests.

SPTS_DB_REQS_SUM

Total number of database requests.

SPTS_START_BIT_MAP

Insight SmarTune bitmap.

SPTS_GREEN_SUM

Number of transactions that their SLA time does not exceed their Near Breach or Breach SLA thresholds.

SPTS_YELLOW_SUM

Number of transactions that their SLA time exceeds the Near Breach SLA threshold but not the Breach threshold.

SPTS_RED_SUM

Number of transactions that their SLA time exceeds the Breach SLA threshold.

Expressions

OraclePRESExpression Description

SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)

SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)The sum of all the response time components of the step.
SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)The average of all the response time components of the step.
SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)The sum of the client time components of the step.
SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)The average of the client time components of the step.

PW_SPTS_TRAN_STAT_AOLS_T

Aggregated Transaction Statistics table. Group by: Instance ID, Timestamp, Hour group, Client, Work type, Locale, Appsvr, Organization, or Application. Also has D, H, W, and M summary levels.

Column NameColumn Description
SPTS_PWII_INSTANCE_ID

The instance ID.

SPTS_TIMESTAMP

The end time of the transaction aligned to the time grain of the table (hour, day, etc.).

SPTS_RECEIVED_TIMESTAMP

The received timestamp.

SPTS_MINUTES_COUNT_SUM

The minutes count.

SPTS_PWHG_ID

The hour group in the PW.

SPTS_LOCALE_KEY

The locale ID on which the transaction took place.

SPTS_APP_KEY

The ID of application to which the transaction TCODE belongs.

SPTS_ORG_KEY

The ID of the user's organization executing this transaction.

SPTS_APPSVR_KEYThe ID of the application server where the transaction occurred.
SPTS_CLIENT

The ID of the SAP client executing the step.

SPTS_WORK_TYPE

The transaction's work type. For example: Dialog, Update, or Program.

SPTS_STEP_COUNT_SUM

Number of steps per transaction.

SPTS_TRAN_COUNT_SUM

Number of identical transactions per time slice.

SPTS_RFC_TIME_SUM

Total time spent in the remote function calls, in seconds.

SPTS_QUEUE_TIME_SUM

Time spent waiting in the dispatcher for a work process, in seconds.

SPTS_APP_TIME_SUM

Total time spent in the application server, in seconds.

SPTS_DB_TIME_SUM

Total time spent in the database, in seconds.

SPTS_LOAD_TIME_SUM

Total time spent on loading from the database and generate objects like ABAP source code, CUA, and screen information.

SPTS_ENQ_TIME_SUM

Time spent waiting for a resource protected by a SAP lock, in seconds.

SPTS_CPU_TIME_SUM

CPU time consumed by the work processes, in seconds.

SPTS_ROLLWAIT_TIME_SUM

Time spent in a rolled out status in the application server, in seconds.

SPTS_GUI_TIME_SUM

The GUI time, in seconds. Available from SAP 4.6.

SPTS_FENET_TIME_SUM

The FE Net time, in seconds. Available from SAP 4.6.

SPTS_ROUNDTRIPS_SUM

Number of round-trips performed. Available from SAP 4.6.

SPTS_PRIVMODE_COUNT_SUM

Number of times a work process ran in private mode.

SPTS_MEMORY_USED_SUM

Amount of SAP’s extended (shared) memory attributed to the application.

SPTS_KB_TRANSFERRED_SUM

Amount of database data transferred (in KB).

SPTS_INPUTBYTES_SUM

Total number of bytes transferred from the front end to the application server.

SPTS_OUTPUTBYTES_SUM

Total number of bytes transferred from the application server to the front end.

SPTS_PHY_READ_COUNT_SUM

Number of read access performed to the database. Cannot be satisfied from SAP buffers.

SPTS_DB_SEQ_REQS_SUM

Number of requests for database sequential read.

SPTS_DB_SEQ_CALL_SUM

Number of actual calls to the database to satisfy a sequential read request.

SPTS_DB_SEQ_TIME_SUM

Time spent in the database for sequential reads, in seconds.

SPTS_DB_DIR_REQS_SUM

Number of requests for database direct read.

SPTS_DB_DIR_CALL_SUM

Number of actual calls to the database to satisfy a direct read request.

SPTS_DB_DIR_TIME_SUM

Time spent in the database for direct reads, in seconds.

SPTS_DB_ROWS_READ_SUM

Number of rows read from the database.

SPTS_DB_READ_REQS_SUM

Total number of database read requests.

SPTS_DB_REQS_SUM

Total number of database requests.

SPTS_GREEN_SUM

Number of transactions that their SLA time does not exceed their Near Breach or Breach SLA thresholds.

SPTS_YELLOW_SUM

Number of transactions that their SLA time exceeds the Near Breach SLA threshold but not the Breach threshold.

SPTS_RED_SUM

Number of transactions that their SLA time exceeds the Breach SLA threshold.

Expressions

OraclePRESExpression Description

SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS+GUI_TIME_SUM)

SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)The sum of all the response time components of the step.
SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)SUM(SPTS_QUEUE_TIME_SUM+SPTS_APP_TIME_SUM+SPTS_DB_TIME_SUM+ SPTS_FENET_TIME_SUM+SPTS_GUI_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)The average of all the response time components of the step.
SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)The sum of the client time components of the step.
SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)SUM(SPTS_GUI_TIME_SUM+SPTS_FENET_TIME_SUM)/SUM(SPTS_STEP_COUNT_SUM)The average of the client time components of the step.

PW_SPTS_TRAN_STAT_OA_T

Aggregated Transaction Statistics table. Group by: Instance ID, Timestamp, Hour group, Client, Work type, Organization, or Application. Also has D, H, W, and M summary levels.






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