<%-- * Copyright (c) 2007, 2009, Oracle and/or its affiliates. * All rights reserved. * * NAME * racPerformHist.jsp * * NOTES * Cluster database Performance tab when View Data Historical * option is selected. * * The name must be "perfForm" because of RacDB.getTabsList() * (accessed below) and RacDB.getTabOnClicks() (hardcodes form name). * * MODIFIED * gapadman 10/01/08 - oac fixes * rsamaved 08/11/08 - * gapadman 07/17/08 - * pboopath 04/23/08 - flex pre11 changes * kmckeen 04/21/08 - * pboopath 02/23/08 - remove historical link * pboopath 02/06/08 - Flex changes * kmckeen 01/30/08 - Add Top Activity link near Active Sessions chart * kmckeen 12/11/07 - Decrease chart width * kmckeen 03/02/07 - Initial creation --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ include file="/oemNoscript.jspf"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %> <%-- for debugging --%> "> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- --%> <%-- ---------------------------------------------------------------------- --%> <%-- Flex changes. Adding flexRegion tag. --%> <%-- ---------------------------------------------------------------------- --%> <%-- Display header and instruction text - works for both SVG and non-SVG. --%> <%-- ---------------------------------------------------------------------- --%> <%-- Historical Interval Selection chart - works for both SVG and non-SVG. --%> <%-- ---------------------------------------------------------------------- --%> <%-- Adding svg check for all the other chars ---%> <%-- Cluster Host Load Average chart - works for non-SVG. --%> <%-- ---------------------------------------------------------------------- --%> <%-- Global Cache Block Access Latency chart - works non-SVG. --%> <%-- ---------------------------------------------------------------------- --%> <%-- Average Active Sessions chart - works for non-SVG. --%> <%-- Adding issvg check for whole of the subTabLayout ---%> <%-- ---------------------------------------------------------------------- --%> <%-- Subtabs are: Throughput, I/O, Parallel Execution, Services, Instances --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- throughput charts --%> <%-- ---------------------------------------------------------------------- --%> <%-- throughput rate radio buttons --%> <%-- throughput chart --%> <%-- throughput blocks chart --%> <%-- ---------------------------------------------------------------------- --%> <%-- i/o charts --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- parallel execution charts --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- services chart --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- instances chart --%> <%-- ---------------------------------------------------------------------- --%> <%-- ---------------------------------------------------------------------- --%> <%-- Additional Monitoring Links section (rac specific) --%> <%-- Additional Instance Monitoring Links section (instance specific) --%> <%-- Links are enabled/disabled in BaseController.setupMonitoringLinks() --%> <%@ include file="/database/instance/monitoringLinks.jspf" %> <%-- ---------------------------------------------------------------------- --%> <%-- Table of instances, followed by Related Links section --%> <%@ include file="comp.jspf" %>