You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ak...@apache.org on 2007/12/19 04:32:35 UTC

svn commit: r605406 - /geronimo/sandbox/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringHelp.jsp

Author: akulshreshtha
Date: Tue Dec 18 19:32:35 2007
New Revision: 605406

URL: http://svn.apache.org/viewvc?rev=605406&view=rev
Log:
GERONIMO-3697 Updated help page             

Modified:
    geronimo/sandbox/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringHelp.jsp

Modified: geronimo/sandbox/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringHelp.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringHelp.jsp?rev=605406&r1=605405&r2=605406&view=diff
==============================================================================
--- geronimo/sandbox/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringHelp.jsp (original)
+++ geronimo/sandbox/monitoring/mconsole-war/src/main/webapp/WEB-INF/view/monitoringHelp.jsp Tue Dec 18 19:32:35 2007
@@ -15,7 +15,7 @@
    limitations under the License.
 --%>
 <p><font face="Verdana" size="+1">
-<center><b>This is the help for the Monitoring Portlet.</b></center>
+<center><b>Welcome to Monitoring Console</b></center>
 </font></p>
   <p>The Monitoring Console is designed to monitor a geronimo instance running in a separate JVM. For a quick demo we will look inside the Geronimo instance the Monitoring Console is running on.</p>
 <ol>
@@ -29,7 +29,7 @@
     </ul>
     The Server 'localhost' will appear 'online' i.e. the monitoring console can talk to it.</li>
   <li>Enable data collection by clicking on 'Enable Query'.</li>
-  <li>Click on 'localhost' to view live statistics for chosen MBeans. By default 4 Mbeans are chosen for statistics collection. Use '<b>x</b>' to remove MBeans from 'Statistics Collected'. Use '<b>+</b>' in 'Statistics Available' to add an MBean to 'Statistics Collected' MBeans.</li>
+  <li>Click on 'localhost' to view live statistics for chosen MBeans. By default 4/5 Mbeans are chosen for statistics collection. Use '<b>x</b>' to remove MBeans from 'Statistics Collected'. Use '<b>+</b>' in 'Statistics Available' to add an MBean to 'Statistics Collected' MBeans.</li>
   <li>To plot a graph for a statistics click on a link in 'Live Statistics'.
     <ol type="A">
       <li>As an example choose 'JMV Heap Size Current'. Choose the following values:
@@ -39,6 +39,7 @@
 	  <li>X label : The lable for the graph</li>
 	  <li>Y label : Y axis for the graph, e.g. JVM Heap - MB</li>
 	  <li>Data Series1 :' As is'</li>
+          <li>Math Operation :  /100000</li>
 	  <li>    Save the graph using 'save'</li>
 	</ul>
       <li>To plot a graph for bytes sent each interval click on 'BytesSent' for TomcatWebConnector.  Use the following values:</li>
@@ -51,6 +52,7 @@
 	<li>Math Operation :  /300</li>
 	<li>Save the graph using 'save'</li>
       </ul>
+      Hint : Try 'Request Count' for JettyWebConnector 
     </li></ol>
   <li>Create a view using 'Add view'. Select all the graphs and save the view.</li>
   <li>To see the graphs use 'Show this view'</li>