1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/netstat
bluhm 5b00b7dda8 Show expensive mbuf operations in netstat(1) statistics.
If the memory layout is not optimal, m_defrag(), m_prepend(),
m_pullup(), and m_pulldown() will allocate mbufs or copy memory.
Count these operations to find possible optimizations.

input dhill@; OK mvs@
2024-08-29 10:44:40 +00:00
..
if.c Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
inet6.c Add netstat counter for route cache. 2024-02-05 23:16:39 +00:00
inet.c Get rid of inet_aton and simplify. 2024-08-12 06:22:36 +00:00
main.c remove "-p protocol" from the -r synopsis: it no longer makes sense 2022-12-23 07:18:46 +00:00
Makefile
mbuf.c Show expensive mbuf operations in netstat(1) statistics. 2024-08-29 10:44:40 +00:00
mroute6.c sys/select.h is not needed, if howmany/NBBY are needed they will arrive 2021-12-05 22:36:19 +00:00
mroute.c The output of netstat -g was mangled. Fix header line and print 2019-09-02 12:48:44 +00:00
net80211.c sys/select.h is not needed, if howmany/NBBY are needed they will arrive 2021-12-05 22:36:19 +00:00
netstat.1 minor text shuffle, for clarity; ok millert 2023-01-04 19:12:34 +00:00
netstat.h remove prototypes with no matching function 2024-05-18 07:10:16 +00:00
route.c This code depends on internals from net/art.h so include it explicitly. 2023-11-14 10:31:22 +00:00
show.c ndp, route, netstat: adjust ipv6 address width 2022-11-09 18:00:02 +00:00
unix.c