diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-02-10 14:59:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-02-18 16:39:28 +0000 |
| commit | 8e593a1f143203cace2e14bd6629a8ebdf9b47dc (patch) | |
| tree | 8e5c8dea3ffb8a612fe0791159039f1ddf135e64 | |
| parent | 4fb507cae916d04fcd1e80e69923c5ca5c4340eb (diff) | |
fortune: fix netstat tip
netstati <mumble> 8 reports in bytes per second (averaged over 8
seconds) rather than bits per second because it reports the total
in bits over the 8 seconds...
Sponsored by: Netflix
| -rw-r--r-- | usr.bin/fortune/datfiles/freebsd-tips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips index 379f772fea88..c73f5d01c520 100644 --- a/usr.bin/fortune/datfiles/freebsd-tips +++ b/usr.bin/fortune/datfiles/freebsd-tips @@ -856,7 +856,7 @@ $ fc-list ':charset=0x1F4A1' $ pkg which /usr/local/share/fonts/noto/NotoColorEmoji.ttf /usr/local/share/fonts/noto/NotoColorEmoji.ttf was installed by package noto-emoji-2.042 % -When netstat reports every 8 seconds, it tells traffic in bits per second: +When netstat reports every 8 seconds, it tells traffic in bytes per second: $ netstat -I bge0 8 % |
