PW_PWII_INSTANCE_ID

Defines the instances in the Precise installation.

Column NameColumn Description
PWII_IDID of the instance. Columns of XXXX_PWII_INSTANCE_ID have values from the column.
PWII_INSTANCE_NAMEName of the instance.
PWII_TECHNOLOGYTwo characters defining the technology of the instance (such as OR for Oracle and JE for J2EE).
PWII_SERVERName of the server on which the instance is installed.

PW_OTSG_SERVER_GRP

The other server group table.

Column NameColumn Description
OTSG_INSM_IDThe ID of the servers.
OTSG_INGD_IDThe ID of the server group running the Other Application Tier network requests.

PW_NTVN_SERVER_IP_N

The Insight network and other server IP normalization table.

Column NameColumn Description
NTVM_IDThe ID of the server IP.
NTVM_STRING_VALUEThe name of the server IP.

PW_NTCN_CONSUMER_IP_N

The Insight network and other client IP normalization table.

Column NameColumn Description
NTCN_IDThe ID of the client IP.
NTCN_STRING_VALUEThe name of the client IP.

PW_OTAC_VIEW_T

The other AppTier network activity summarized by each aggregated invocation.

Column NameColumn Description

OTAC_TIMESTAMP

The time summary.
OTAC_PWII_INSTANCE_IDThe ID of the instance running the Other Application Tier network requests.
OTAC_CONSUMER_IPThe ID of the client IP running the Other Application Tier network requests.
OTAC_CONSUMER_IP_GIDThe ID of the client IP group running the Other Application Tier network requests.
OTAC_ID1The ID of the server IP running the Other Application Tier network requests.
OTAC_NETWORK_TIME_SUMRound-trip Other Application Tier activity network time between the Other Application Tier client and the Application server.
OTAC_STAT1_SUMTotal number of network packets, transferred while running the Other Application Tier network requests.
OTAC_STAT2_SUMTotal number of network bytes, transferred while running the Other Application Tier network requests.
OTAC_TIME1_SUM

Total Other application tier activity processing time.

This time includes the time the Other Application Tier waited for other Other Application Tiers.

OTAC_REQUESTS_SUMTotal number of Other Application Tier network requests.
OTAC_RED_SUMTotal number of Other Application Tier activity executions, which Breached their SLA.
OTAC_YELLOW_SUMTotal number of Other Application Tier activity executions, which Near Breached their SLA.
OTAC_GREEN_SUMTotal number of Other Application Tier activity executions, which did Not Breach their SLA.

Expressions

OracleSQL ServerExpression Depression
sum(OTAC_NETWORK_TIME_SUM+OTAC_TIME1_SUM)sum(OTAC_NETWORK_TIME_SUM+OTAC_TIME1_SUM)Total Other Application Tier activity processing time. This time includes network and all other times, which sum the Other Application Tier response time.
sum(OTAC_NETWORK_TIME_SUM)/sum(decode(OTAC_REQUESTS_SUM,0,1,OTA C_REQUESTS_SUM))sum(OTAC_NETWORK_TIME_SUM)/sum(decode(OTAC_REQUESTS_SUM,0,1,OTAC_REQUESTS_SUM))Average round-trip Other Application Tier activity network time between the Other Application Tier client and the Application server.
sum(OTAC_TIME1_TIME_SUM)/sum(decode(OTAC_REQUESTS_SUM,0,1,OTAC_ REQUESTS_SUM))sum(OTAC_TIME1_TIME_SUM)/sum(decode(OTAC_REQUESTS_SUM,0,1,OTAC_REQUESTS_SUM))Average Other Application Tier activity processing time. This time includes the time the Other Application Tier waited for other Other Application Tiers.
sum(OTAC_NETWORK_TIME_SUM+OTAC_TIME1_SUM)/ sum(decode(OTAC_REQUESTS_SUM,0,1,OTAC_REQUESTS_SUM))sum(OTAC_NETWORK_TIME_SUM+OTAC_TIME1_SUM)/ sum(decode(OTAC_REQUESTS_SUM,0,1,OTAC_REQUESTS_SUM))Average Other Application Tier activity processing time. This time includes network and all other times, which sum the Other Application Tier response time.
sum(OTAC_REQUESTS_SUM-OTAC_RED_SUM-OTAC_YELLOW_SUM-OTAC_GREEN_SUM)sum(OTAC_REQUESTS_SUM-OTAC_RED_SUM-OTAC_YELLOW_SUM-OTAC_GREEN_SUM)Total number of Other Application Tier activity executions, for which the SLA was not defined.
sum(OTAC_RED_SUM)/sum(decode(OTAC_RED_SUM+ OTAC_YELLOW_SUM+OTAC_ GREEN_SUM,0,1,OTAC_RED_SUM+ OTAC_YELLOW_SUM+OTAC_GREEN))*100

sum(OTAC_RED_SUM)/sum(decode(OTAC_RED_SUM+ OTAC_YELLOW_SUM+OTAC_ GREEN_SUM,0,1,
OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN))*100

Percentage of Other Application Tier activity executions, which Breached their SLA. The percentage is calculated out of the Other Application Tier activities, for which the SLA was established.
sum(OTAC_YELLOW_SUM)/sum(decode(OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN_SUM,0,1, OTAC_RED_SUM+OTAC_YELLOW_ SUM+OTAC_GREEN))*100sum(OTAC_YELLOW_SUM)/sum(decode(OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN_SUM,0,1, OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN))*100Percentage of Other Application Tier activity executions, which Near Breached their SLA. The percentage is calculated out of the Other Application Tier activities, for which the SLA was established.
sum(OTAC_GREEN_SUM)/sum(decode(OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN_SUM,0,1, OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN))*100

sum(OTAC_GREEN_SUM)/sum(decode(OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN_SUM,0,1, 
OTAC_RED_SUM+OTAC_YELLOW_SUM+OTAC_GREEN))*100

Percentage of Other Application Tier activity executions, which Not Breached their SLA. The percentage is calculated out of the Other Application Tier activities, for which the SLA was established.

PW_NTAC_VIEW_T

The network activity summarized by each aggregated invocation.

Column NameColumn Description
NTAC_TIMESTAMPThe time summary.
NTAC_PWII_INSTANCE_IDThe ID of the AppTier instance running the network requests.
OTAC_CONSUMER_IPThe ID of the client IP running the network requests.
NTAC_CONSUMER_IP_GIDThe ID of the client IP group running the network requests.
NTAC_ID1The ID of the server IP running the network requests.
NTAC_NETWORK_TIME_SUMRound-trip network time between the Application client and the Application server.
NTAC_STAT1_SUMTotal number of network packets, transferred while running the network requests.
NTAC_STAT2_SUMTotal number of network bytes, transferred while running the network requests.
NTAC_REQUESTS_SUMTotal number of network requests.

Expressions

OracleSQL ServerExpression Description
sum(NTAC_NETWORK_TIME_SUM)/sum(decode(NTAC_REQUESTS_SUM,0,1,NTAC_REQUESTS_SUM)) sum(NTAC_NETWORK_TIME_SUM+NTAC_ TIME1_SUM)sum(NTAC_NETWORK_TIME_SUM)/sum(decode(NTAC_REQUESTS_SUM,0,1,NTAC_REQUESTS_SUM)) sum(NTAC_NETWORK_TIME_SUM+NTAC_ TIME1_SUM)Average round-trip network time between the Application client and the Application server.
IDERA |  Products | Purchase | Support |  Community |  Resources |  About Us  | Legal