Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\wlm\recommend\perfOverview.jsp
<%@ include file="/sdk/oemTop.jspf"%> <%@ include file="/oemNoscript.jspf"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db"%> <script> function getWRTime() { submitForm('foo', true, {'event':'selWaitTime'}); } </script> <uix:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:switcher childNameBinding="selRefChoice@wlmrecobean@servletRequest"> <uix:case name="RT_60"> <uix:rawText> <meta http-equiv="Refresh" content='60;URL=<%=request.getAttribute("refreshDest") %>'></meta> </uix:rawText> </uix:case> </uix:switcher> <uix:switcher childNameBinding="selRefChoice@wlmrecobean@servletRequest"> <uix:case name="RT_15"> <uix:rawText> <meta http-equiv="Refresh" content='15;URL=<%=request.getAttribute("refreshDest") %>'></meta> </uix:rawText> </uix:case> </uix:switcher> <uix:document> <%@ include file="/enablePPR.jspf"%> <%@ include file="/oemTitle.jspf"%> <uix:body> <db:form name="foo" destinationBinding="defaultPage@wlmrecobean@servletRequest" method="post" copyParams="target,type"> <uix:pageLayout> <%@ include file="/oemGlobal.jspf"%> <uix:messages> <oem:messageBox messageTypeBinding="messageType@servletRequest" errorTableBinding="msgBox@servletRequest" destTableBinding="msgUrls@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> </uix:messages> <uix:stackLayout> <uix:header textBinding="QOS_DASHBOARD_HDR@resourcesBundle@servletRequest"> <uix:tableLayout width="100%" cellSpacing="5"> <uix:rowLayout > <uix:cellFormat hAlign="right" > <uix:flowLayout> <uix:styledText styleClass="OraTipText" textBinding="LAST_REFRESHED@resourcesBundle@servletRequest" shortDescBinding="LAST_REFRESHED@resourcesBundle@servletRequest" /> <uix:spacer width="5" /> <uix:styledText styleClass="OraTipLabel" textBinding="lastRefTime@wlmrecobean@servletRequest" /> <uix:spacer width="10" /> <uix:button textBinding="REFRESH_BUTTON@resourcesBundle@servletRequest" shortDescBinding="REFRESH_BUTTON@resourcesBundle@servletRequest" destinationBinding="refreshDest@servletRequest" name="event" /> <uix:spacer width="10" /> <uix:styledText styleClass="OraFieldText" textBinding="VIEW_DATA@resourcesBundle@servletRequest" labeledNodeId="refreshChoice"/> <uix:choice name="refreshChoice" id="refreshChoice" shortDescBinding="VIEW_DATA@resourcesBundle@servletRequest" onChange="submitForm(\'foo\', true, {\'event\':\'updateRefreshChoice\'})" selectedValueBinding="selRefChoice@wlmrecobean@servletRequest"> <uix:option textBinding="REAL_TIME_AUTO_15_SEC@resourcesBundle@servletRequest" value="RT_15"/> <uix:option textBinding="REAL_TIME_AUTO_60_SEC@resourcesBundle@servletRequest" value="RT_60"/> <uix:option textBinding="REAL_TIME_MANUAL@resourcesBundle@servletRequest" value="RT_MAN"/> </uix:choice> </uix:flowLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:stackLayout> <uix:flowLayout> <uix:styledText styleClass="OraInstructionText" textBinding="QOS_DASHBOARD_DESC@resourcesBundle@servletRequest" /> <uix:image source="/em/images/infoicon_active.gif" hAlign="center" destination="javascript:(new Function('a', 'b', 'c', 'd', 'openWindow(a, b, c, d)'))(top, '/em/console/help/?locale=en_US&topic=rac_cs_policy_set_appqos_main_page','helpWindow', {width:650, height:450, menubar:0, location:0, status:0, directories:0});" shortDescBinding="QOS_DASHBOARD_DESC@resourcesBundle@servletRequest" /> </uix:flowLayout> <uix:header textBinding="TRAIN_GENERAL@resourcesBundle@servletRequest"> <uix:tableLayout width="60%" cellSpacing="4" > <uix:rowLayout> <uix:cellFormat hAlign="right" > <uix:styledText textBinding="WLM_STATUS@resourcesBundle@servletRequest" styleClass="oraFieldText"/> </uix:cellFormat> <uix:cellFormat hAlign="left" > <uix:spacer width="2"/> <%-- <uix:styledText textBinding="WLM_ENABLED@resourcesBundle@servletRequest" styleClass="OraDataText" renderedBinding="isWLMEnabled@wlmrecobean@servletRequest"/> <uix:styledText textBinding="WLM_DISABLED@resourcesBundle@servletRequest" styleClass="OraDataText" renderedBinding="isWLMDisabled@wlmrecobean@servletRequest"/> --%> <db:link copyParams="target,type" textBinding="WLM_ENABLED@resourcesBundle@servletRequest" destination="/console/wlm/wlmRecommendation?event=SHOW_DISABLE" renderedBinding="isWLMEnabled@wlmrecobean@servletRequest" /> <db:link copyParams="target,type" textBinding="WLM_DISABLED@resourcesBundle@servletRequest" destination="/console/wlm/wlmRecommendation?event=SHOW_ENABLE" renderedBinding="isWLMDisabled@wlmrecobean@servletRequest" /> </uix:cellFormat> <%-- <uix:cellFormat hAlign="left"> <uix:submitButton textBinding="ENABLE_WLM@resourcesBundle@servletRequest" name="event" value="enableWLM" renderedBinding="isWLMDisabled@wlmrecobean@servletRequest" /> <uix:submitButton textBinding="DISABLE_WLM@resourcesBundle@servletRequest" name="event" value="disableWLM" renderedBinding="isWLMEnabled@wlmrecobean@servletRequest" /> </uix:cellFormat> --%> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" > <uix:styledText textBinding="CURR_ACTIVE_POLICY@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat hAlign="left" width="15%"> <uix:spacer width="2"/> <db:link textBinding="currActPolicyName@wlmrecobean@servletRequest" destinationBinding="policyLink@wlmrecobean@servletRequest" copyParams="cancelURL"/> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:submitButton textBinding="CHANGE_ACTIVE_POLICY@resourcesBundle@servletRequest" shortDescBinding="CHANGE_ACTIVE_POLICY@resourcesBundle@servletRequest" name="event" value="showActivePolicy" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right"> <uix:styledText textBinding="WLM_METRICS@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:spacer width="2"/> <db:link textBinding="PSM_RECO_DTL_BTN@resourcesBundle@servletRequest" destinationBinding="metricLink@wlmrecobean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right"> <uix:styledText textBinding="PSM_PO_RECO_HDR@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat hAlign="left"> <uix:spacer width="2"/> <uix:switcher childNameBinding="isRecoAvl@wlmrecobean@servletRequest"> <stackLayout> <uix:case name="false"> <uix:styledText styleClass="OraDataText" textBinding="NO_RECO@resourcesBundle@servletRequest"/> </uix:case> <uix:case name="true"> <db:link textBinding="recoPCName@wlmrecobean@servletRequest" destinationBinding="recoDtlLink@wlmrecobean@servletRequest" shortDescBinding="RECOPC_METRIC_LINK_TIP@resourcesBundle@servletRequest" /> </uix:case> </stackLayout> </uix:switcher> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:header textBinding="PSM_PO_HDR@resourcesBundle@servletRequest"> <uix:stackLayout> <uix:spacer height="10"/> <uix:styledText textBinding="PSM_PO_DESC@resourcesBundle@servletRequest" styleClass="OraInstructionText" /> <uix:spacer height="10"/> <uix:tableLayout width="100%"> <uix:rowLayout> <uix:table name="perfOvrTable" width="100%" tableDataBinding="perfOverTable@wlmrecobean@servletRequest" formSubmitted="true" showAll="yes" alternateTextBinding="NO_ITEMS_FOUND@resourcesBundle@servletRequest" columnHeaderDataBinding="perfOverColHeader@wlmrecobean@servletRequest" columnFormatsBinding="perfOverColumnFormat@wlmrecobean@servletRequest" summaryBinding="PER_OVR_TABLE@resourcesBundle@servletRequest" > <uix:tableFormat tableBanding="rowBanding"/> <uix:columnHeaderStamp> <uix:sortableHeader textBinding="text" sortableBinding="sortable"/> </uix:columnHeaderStamp> <uix:contents> <uix:link textBinding="PSM_PC_NAME" destinationBinding="PC_METRIC_LINK"/> <uix:styledText textBinding="PSM_IMP"/> <uix:styledText textBinding="PSM_OBJ_TYPE"/> <uix:checkBox checkedBinding = "PERFOBJ_MEASURE_ONLY_COL" readOnly="true" disabled = "true" /> <%-- <uix:styledText textBinding="PSM_OBJ_VALUE" /> <uix:link textBinding="PSM_ACT_VALUE" destinationBinding = "PC_METRIC_LINK_ACT_VAL" /> <uix:styledText textBinding="PSM_METRIC_VAL" destinationBinding = "PC_METRIC_LINK_MET_VAL" /> <uix:styledText textBinding="PSM_DEMAND" destinationBinding = "PC_METRIC_LINK_DEM_PC" /> --%> <uix:switcher childNameBinding="SHOW_WAIT_CHART"> <uix:case name="true"> <uix:include nodeBinding="CHART_BEAN"/> </uix:case> <uix:case name = "false"> <uix:styledText textBinding="AVG_VALUE_STR" /> </uix:case> </uix:switcher> <uix:switcher childNameBinding="MEASURE_ONLY"> <uix:case name="false"> <uix:include nodeBinding="WHAT_IF_PO_SM"/> </uix:case> <uix:case name = "true"> <uix:styledText textBinding="MEASURE_ONLY_TXT" /> </uix:case> </uix:switcher> <%-- <uix:checkBox checkedBinding = "TARGET_PC" readOnly="true" disabled = "true" /> --%> </uix:contents> <%-- <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_PC_NAME@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:link textBinding="PSM_PC_NAME" destinationBinding="PC_METRIC_LINK"/> </uix:contents> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_IMP@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:styledText textBinding="PSM_IMP"/> </uix:contents> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_OBJ_TYPE@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:styledText textBinding="PSM_OBJ_TYPE"/> </uix:contents> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_OBJ_VALUE@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:styledText textBinding="PSM_OBJ_VALUE" /> </uix:contents> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_ACT_VALUE@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:link textBinding="PSM_ACT_VALUE" destinationBinding = "PC_METRIC_LINK_ACT_VAL" /> </uix:contents> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_METRIC_VAL@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:flowLayout> <uix:styledText textBinding="PSM_METRIC_VAL" destinationBinding = "PC_METRIC_LINK_MET_VAL" /> </uix:flowLayout> </uix:contents> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_DEMAND@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:contents> <uix:styledText textBinding="PSM_DEMAND" destinationBinding = "PC_METRIC_LINK_DEM_PC" /> </uix:contents> </uix:column> --%> </uix:table> </uix:rowLayout> <%-- <uix:rowLayout hAlign="left"> <uix:styledText styleClass="OraTipText" textBinding="RECO_TIP@resourcesBundle@servletRequest"/> </uix:rowLayout>--%> </uix:tableLayout> <uix:spacer height="10"/> <uix:tip textBinding="TARGET_PC_TIP@resourcesBundle@servletRequest" shortDescBinding= "TARGET_PC_TIP@resourcesBundle@servletRequest" /> <uix:spacer height="10"/> </uix:stackLayout> </uix:header> <uix:header textBinding="recoTime@wlmrecobean@servletRequest"> <uix:stackLayout> <uix:spacer height="5"/> <uix:styledText textBinding="PSM_PO_RECO_TXT@resourcesBundle@servletRequest" styleClass="OraInstructionText" /> <%-- <uix:include nodeBinding="whatIfReco@wlmrecobean@servletRequest"/>--%> <uix:switcher childNameBinding="probFound@wlmrecobean@servletRequest"> <uix:case name="false"> <uix:stackLayout> <uix:styledText styleClass="OraDataText" textBinding="noProblemMessage@wlmrecobean@servletRequest"/> </uix:stackLayout> </uix:case> <uix:case name="true"> <uix:stackLayout> <uix:tableLayout width="80%" cellSpacing = "2" > <uix:rowLayout> <uix:cellFormat hAlign="left" width="22%" vAlign="bottom"> <uix:styledText textBinding="PSM_RECO_PC_TXT@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat width="22%" vAlign="bottom"> <uix:styledText styleClass="OraDataText" textBinding="recoPCName@wlmrecobean@servletRequest"/> </uix:cellFormat> <%-- <uix:cellFormat vAlign="bottom"> <uix:styledText textBinding="PSM_RECO_SINCE_TXT@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> --%> <uix:cellFormat vAlign="bottom"> <uix:styledText styleClass="OraDataText" textBinding="recoPCSince@wlmrecobean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="left" width="22%" vAlign="bottom" > <uix:styledText textBinding="PSM_RECO_RESOURCE_TXT@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat width="22%" vAlign="bottom"> <uix:styledText styleClass="OraDataText" textBinding="recoResourceType@wlmrecobean@servletRequest"/> </uix:cellFormat> <%-- <uix:cellFormat vAlign="bottom"> <uix:styledText textBinding="PSM_RECO_SINCE_TXT@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> --%> <uix:cellFormat vAlign="bottom"> <uix:styledText styleClass="OraDataText" textBinding="recoResourceSince@wlmrecobean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:switcher childNameBinding="recoActionMsg@wlmrecobean@servletRequest"> <uix:case name="false"> <uix:stackLayout> <uix:tableLayout width="80%" cellSpacing = "2" > <uix:rowLayout> <uix:cellFormat width="75%" > <uix:styledText styleClass="OraDataText" textBinding="noRecoMessage@wlmrecobean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout renderedBinding="isPendingAction@wlmrecobean@servletRequest"> <uix:cellFormat width="15%" > <uix:styledText textBinding="PSM_RESOURCE_PENDING_CHG@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat> <uix:styledText styleClass="OraDataText" textBinding="pendingAction@wlmrecobean@servletRequest" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat > <uix:submitButton textBinding="DETAILS_BTN@resourcesBundle@servletRequest" shortDescBinding="DETAILS_BTN@resourcesBundle@servletRequest" name="event" value="recoDtls"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:stackLayout> </uix:case> <uix:case name="true"> <uix:stackLayout> <uix:tableLayout width="80%" cellSpacing = "2" > <uix:rowLayout> <uix:cellFormat width="22%" vAlign="top"> <uix:styledText styleClass="oraFieldText" textBinding="RECO_ACTION@resourcesBundle@servletRequest"/> </uix:cellFormat> <uix:cellFormat vAlign="top"> <uix:styledText textBinding="recoMsg@wlmrecobean@servletRequest" styleClass="OraDataText"/> </uix:cellFormat> </uix:rowLayout> <uix:spacer height="5"/> <uix:rowLayout> <uix:cellFormat> <uix:submitButton textBinding="DETAILS_BTN@resourcesBundle@servletRequest" shortDescBinding="DETAILS_BTN@resourcesBundle@servletRequest" name="event" value="recoDtls"/> </uix:cellFormat> <uix:cellFormat> <uix:submitButton textBinding="IMPLEMENT_BTN@resourcesBundle@servletRequest" shortDescBinding="IMPLEMENT_BTN@resourcesBundle@servletRequest" name="event" value="implementReco"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:stackLayout> </uix:case> </uix:switcher> </uix:stackLayout> </uix:case> </uix:switcher> <uix:tableLayout cellSpacing = "5"> <uix:rowLayout renderedBinding = "isLastAction@wlmrecobean@servletRequest" > <uix:cellFormat width="15%"> <uix:styledText textBinding="PSM_RESOURCE_LAST_ACTION@resourcesBundle@servletRequest" styleClass="oraFieldText" /> </uix:cellFormat> <uix:cellFormat width="50%"> <uix:styledText styleClass="OraDataText" textBinding="lastAction@wlmrecobean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:submitButton textBinding="WHAT_IF_ANALYZE@resourcesBundle@servletRequest" shortDescBinding="WHAT_IF_ANALYZE@resourcesBundle@servletRequest" name="event" value="analyse" /> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:stackLayout> </uix:header> <uix:header textBinding="PSM_RESOURCE_HDR@resourcesBundle@servletRequest"> <uix:stackLayout> <uix:spacer height="5"/> <uix:styledText textBinding="PSM_RESOURCE_DESC@resourcesBundle@servletRequest" styleClass="OraInstructionText"/> <uix:spacer height="5"/> <uix:tableLayout > <uix:cellFormat hAlign="left"> <%-- <uix:flowLayout> <uix:styledText textBinding="SHOW_RESOURCE_WAIT_TIME@resourcesBundle@servletRequest"/> <uix:styledText textBinding="PERF_CLASS_HDR@resourcesBundle@servletRequest"/> </uix:flowLayout> --%> </uix:cellFormat> </uix:tableLayout> <uix:hGrid id="resourceBrk" width="60%" alternateTextBinding="NO_RESOURCE@resourcesBundle@servletRequest" destinationBinding="defaultPage@wlmrecobean@servletRequest" treeDataBinding="treeData@wlmrecobean@servletRequest" formSubmitted="true" proxyBinding="proxy@wlmrecobean@servletRequest" summaryBinding="PSM_RESOURCE_HDR@resourcesBundle@servletRequest"> <uix:nodeStamp> <uix:column> <uix:columnHeader> <uix:styledText textBinding="resWaitHGridHdr@wlmrecobean@servletRequest"/> </uix:columnHeader> <uix:styledText textBinding="nodeName" id="nodeName"/> <uix:formValue valueBinding="nodeNameValue" name="nodeNameValue"/> </uix:column> </uix:nodeStamp> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_RESOURCE_CPU_COL_NAME@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:styledText textBinding="cpuVal" id="cpuVal"/> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_RESOURCE_GLOBAL_CACHE_COL_NAME@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:styledText textBinding="globalCacheVal" id="globalCacheVal"/> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="PSM_RESOURCE_IO_COL_NAME@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:styledText textBinding="ioVal" id="ioVal"/> </uix:column> <uix:column> <uix:columnHeader> <uix:styledText textBinding="OTHER@resourcesBundle@servletRequest"/> </uix:columnHeader> <uix:styledText textBinding="otherVal" id="otherVal"/> </uix:column> </uix:hGrid> </uix:stackLayout> </uix:header> </uix:stackLayout> </uix:header> </uix:stackLayout> </uix:pageLayout> </db:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de