summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/view/admin_statistics/index.htm
blob: 0fb3d563759fadd7987ea590d3a16cfc39d7d497 (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><a id="content" name="content"><%:Statistics%></a></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%>