mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 22:23:03 +00:00
(gdb) help netstats
Network statistics
Usage: netstats [iob|pkt|tcp|udp|all]
Examples: netstats - Show all stats
netstats all - Show all stats
netstats iob - Show IOB stats
netstats tcp udp - Show both TCP and UDP stats
(gdb) netstats iob pkt
IOB: size ntotal nfree nwait nthrottle
1518 72 72 0 40
Packets: IPv4 IPv6 TCP UDP ICMP ICMPv6
Received 12 20 2 10 0 0
Dropped 0 20 0 0 0 0
VHL 0 0 - - - -
Frag 0 0 - - - -
Chksum 0 - 0 0 - -
Type - - - - 0 0
Proto 0 0 - - - -
Sent 4 0 4 0 0 0
Rexmit - - 2 - - -
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| fs.py | ||
| gcore.py | ||
| lists.py | ||
| macros.py | ||
| memdump.py | ||
| net.py | ||
| requirements.txt | ||
| stack.py | ||
| thread.py | ||
| utils.py | ||