mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-12 17:30:34 +08:00
0eb58dfb72
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5073 7fd9a85b-ad96-42d3-883c-3090e2eb8679
32 lines
821 B
Plaintext
32 lines
821 B
Plaintext
%!: /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
|