Changeset 194

Show
Ignore:
Timestamp:
02/24/06 09:59:29
Author:
johnsa
Message:

added more features to stats support and created main menu link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl

    r193 r194  
    9393  <xsl:variable name="timezones-initUpload" select="/bedeworkadmin/urlPrefixes/timezones/initUpload/a/@href"/> 
    9494  <xsl:variable name="timezones-upload" select="/bedeworkadmin/urlPrefixes/timezones/upload/a/@href"/> 
     95  <xsl:variable name="stats-fetch" select="/bedeworkadmin/urlPrefixes/stats/fetch/a/@href"/> 
    9596  <!-- === --> 
    9697  <xsl:variable name="authuser-showModForm" select="/bedeworkadmin/urlPrefixes/authuser/showModForm/a/@href"/> 
     
    357358            <a href="{$timezones-initUpload}" > 
    358359              Upload and replace system timezones 
     360            </a> 
     361          </li> 
     362          <li> 
     363            <a href="{$stats-fetch}"> 
     364              System statistics 
    359365            </a> 
    360366          </li> 
     
    27042710    <h2>System Statistics</h2> 
    27052711 
    2706     <a href="/caladmin/stats/update.do?enable=yes">enable stats collection</a> 
    2707  
     2712    <p> 
     2713      Stats collection: 
     2714    </p> 
     2715    <ul> 
     2716      <li> 
     2717        <a href="update.do?enable=yes">enable</a> | 
     2718        <a href="update.do?disable=yes">disable</a> 
     2719      </li> 
     2720      <li><a href="update.do?fetch=yes">fetch statistics</a></li> 
     2721      <li><a href="update.do?dump=yes">dump stats to log</a></li> 
     2722    </ul> 
    27082723    <table id="statsTable" cellpadding="0"> 
    27092724      <xsl:for-each select="*"> 
  • trunk/calendar3/webadmin/war/docs/header.jsp

    r179 r194  
    123123      <update><genurl:link page="/syspars/update.do?b=de"/></update> 
    124124    </system> 
     125    <stats> 
     126      <fetch><genurl:link page="/stats/fetch.do?b=de"/></fetch> 
     127    </stats> 
    125128    <timezones> 
    126129      <showUpload><genurl:link page="/timezones/showUpload.rdo?b=de"/></showUpload>