]> git.sur5r.net Git - freertos/blob - Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/httpd-fs/stats.shtml
Still messing around trying to get the workspace to be distributable.
[freertos] / Demo / ColdFire_MCF52233_Eclipse / RTOSDemo / webserver / httpd-fs / stats.shtml
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
2 <html>\r
3   <head>\r
4     <title>FreeRTOS.org uIP WEB server demo</title>\r
5   </head>\r
6   <BODY bgcolor="#CCCCff">\r
7 <font face="arial">\r
8 <a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="stats.shtml">TCP Stats</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="http://www.freertos.org/">FreeRTOS.org Homepage</a> <b>|</b> <a href="io.shtml">IO</a> <b>|</b> <a href="logo.jpg">30K JPG</a>\r
9 <br><p>\r
10 <hr>\r
11 <br><p>\r
12 <h2>Network statistics</h2>\r
13 <table width="300" border="0">\r
14 <tr><td align="left"><font face="courier"><pre>\r
15 IP           Packets dropped\r
16              Packets received\r
17              Packets sent\r
18 IP errors    IP version/header length\r
19              IP length, high byte\r
20              IP length, low byte\r
21              IP fragments\r
22              Header checksum\r
23              Wrong protocol\r
24 ICMP         Packets dropped\r
25              Packets received\r
26              Packets sent\r
27              Type errors\r
28 TCP          Packets dropped\r
29              Packets received\r
30              Packets sent\r
31              Checksum errors\r
32              Data packets without ACKs\r
33              Resets\r
34              Retransmissions\r
35              No connection avaliable\r
36              Connection attempts to closed ports\r
37 </pre></font></td><td><pre>%! net-stats\r
38 </pre></table>\r
39 </font>\r
40 </body>\r
41 </html>\r