summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm
blob: 38271995ed4b50801b74eb227801a685b7bb1e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%#
 Copyright 2008 Steven Barth <steven@midlink.org>
 Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
 Licensed to the public under the Apache License 2.0.
-%>

<%+header%>

<h2 name="content"><%:Statistics%></h2>

<p><%_The statistics package uses <a href="https://collectd.org/">Collectd</a>
to gather data and <a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a> to
render diagram images.%></p>

<p><%_You can install additional collectd-mod-* plugins to enable more statistics.%></p>

<%+footer%>