742N/A## -*- coding: utf-8 -*-
742N/A## The contents of this file are subject to the terms of the
742N/A## Common Development and Distribution License (the "License").
742N/A## You may not use this file except in compliance with the License.
742N/A## See the License for the specific language governing permissions
742N/A## and limitations under the License.
742N/A## When distributing Covered Code, include this CDDL HEADER in each
742N/A## If applicable, add the following below this CDDL HEADER, with the
742N/A## fields enclosed by brackets "[]" replaced with your own identifying
742N/A## information: Portions Copyright [yyyy] [name of copyright owner]
2603N/A## Copyright 2009, 2011 Oracle
and/or its affiliates. All rights reserved.
742N/A catalog = g_vars["catalog"]
742N/A config = g_vars["config"]
2028N/A request = g_vars["request"]
742N/A<%def name="page_title(g_vars)"><%
742N/A return "Depot Statistics"
742N/A<div id="yui-main" class="yui-b">
742N/A <div class="yui-u first">
817N/A <table class="stats" summary="A summary of high-level statistics
817N/A about the package repository's catalog.">
2603N/A <th scope="row" class="last" colspan="2">Catalog</th>
2603N/A <td scope="row" class="label">Packages</td>
2603N/A <td scope="row" class="label">Last Modified</td>
754N/A # Note: last_modified() is in local time relative to the timezone where
754N/A # catalog was last modified.
742N/A <td class="value">${lm}</td>
817N/A <table class="stats" summary="A summary of high-level statistics
817N/A about this depot server.">
2603N/A <th scope="row" class="last" colspan="2">Depot</th>
2603N/A <td scope="row" class="label">Files served by filelist</td>
2603N/A <td scope="row" class="label">In-flight Transactions</td>
817N/A <table class="stats" summary="A list of the number of requests
817N/A made to the depot server by operation.">
2603N/A <th scope="row" class="last" colspan="2">Operations</th>
2603N/A <td scope="row" class="label">catalog</td>
2603N/A <td scope="row" class="label">file</td>
2603N/A <td scope="row" class="label">filelist</td>
2603N/A <td scope="row" class="label">manifest</td>