<%-- /* $Header: performance.jsp 06-nov-2006.21:48:59 andyao Exp $ */ /* Copyright (c) 2004, 2006, Oracle. All rights reserved. */ /* DESCRIPTION The jsp of the performance page PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 11/06/06 - use switcher eporter 06/27/06 - Show non-promoted metrics andyao 07/24/05 - add partial action andyao 06/13/05 - add table summary andyao 03/09/05 - fix bug 4178468 andyao 02/04/05 - metric name required andyao 01/28/05 - right align threshold columns andyao 01/07/05 - move global button using tableActions andyao 01/05/05 - add row banding andyao 12/23/04 - add operators andyao 12/03/04 - remove error.jspf andyao 12/01/04 - limit test/system based agg metric selection andyao 11/17/04 - add tip for default chart andyao 10/26/04 - fix width andyao 10/25/04 - andyao 09/20/04 - fix formats andyao 09/09/04 - revisiting services code andyao 08/24/04 - andyao_services andyao 08/01/04 - Creation */ /** * @version $Header: performance.jsp 06-nov-2006.21:48:59 andyao Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.cabo.ui.UIConstants" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.MetricsPageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PerfPageViewBean" %> <%@ include file="nonPromoted.jspf" %>