aboutsummaryrefslogtreecommitdiff
path: root/uip/apps/webserver/httpd-fs/stats.shtml
blob: c63ed4afd709b00293eba8b6868c0ddb6df39ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%!: /header.html
<h1>Network statistics</h1>
<center>
<table width="300" border="0">
<tr><td><pre>
IP           Packets received
             Packets sent
	     Packets dropped
IP errors    IP version/header length
             IP length, high byte
             IP length, low byte
             IP fragments
             Header checksum
             Wrong protocol
ICMP	     Packets received
             Packets sent
             Packets dropped
             Type errors
TCP          Packets received
             Packets sent
             Packets dropped
             Checksum errors
             Data packets without ACKs
             Resets
             Retransmissions
	     No connection avaliable
	     Connection attempts to closed ports
</pre></td><td><pre>%! net-stats
</pre></table>
</center>
%!: /footer.html