Skip to content

Instantly share code, notes, and snippets.

@thully
Created August 24, 2022 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thully/03bc2a4e73cae53e079e2db66d3bebb1 to your computer and use it in GitHub Desktop.
Save thully/03bc2a4e73cae53e079e2db66d3bebb1 to your computer and use it in GitHub Desktop.
2022-08-24_11_31_55
### curl -v http://127.0.0.1:8089/status
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 127.0.0.1:8089...
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:21 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:22 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:23 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:24 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:25 --:--:-- 0* connect to 127.0.0.1 port 8089 failed: Operation timed out
* Failed to connect to 127.0.0.1 port 8089 after 25912 ms: Operation timed out
0 0 0 0 0 0 0 0 --:--:-- 0:00:25 --:--:-- 0
* Closing connection 0
curl: (28) Failed to connect to 127.0.0.1 port 8089 after 25912 ms: Operation timed out
### tail -n15 '/Users/thully/Library/Application Support/ChannelsDVR/data/channels-dvr-http.log'
2022/08/23 09:34:50.505998 [HTTP] | 200 | 957.984µs | 192.168.1.141 | GET "/status"
2022/08/23 09:34:50.513731 [HTTP] | 200 | 8.674444ms | 192.168.1.141 | GET "/dvr/recordings/upnext"
2022/08/23 09:34:50.514706 [HTTP] | 200 | 526.036µs | 192.168.1.141 | GET "/status"
2022/08/23 09:34:50.515202 [HTTP] | 200 | 8.578758ms | 192.168.1.141 | GET "/devices/1080D8D4/guide?time=1661261690&duration=300"
2022/08/23 09:34:50.520818 [HTTP] | 200 | 158.113µs | 192.168.1.141 | GET "/auth"
2022/08/23 09:34:50.529663 [HTTP] | 200 | 23.501473ms | 192.168.1.141 | GET "/devices/TVE-Dish/guide?time=1661261690&duration=300"
2022/08/23 09:34:50.547764 [HTTP] | 200 | 220.319µs | 192.168.1.141 | GET "/dvr"
2022/08/23 09:34:50.547794 [HTTP] | 200 | 221.35µs | 192.168.1.141 | GET "/dvr/guide/on_later/settings"
2022/08/23 09:34:50.547861 [HTTP] | 200 | 298.539µs | 192.168.1.141 | GET "/dvr/collections/channels"
2022/08/23 09:34:50.555177 [HTTP] | 200 | 2.642141ms | 192.168.1.141 | GET "/devices"
2022/08/23 13:33:34.196532 [HTTP] | 200 | 47.074µs | 167.94.138.119 | GET "/"
2022/08/23 13:33:34.227458 [HTTP] | 200 | 373.914µs | 167.94.138.119 | GET "/"
2022/08/23 13:33:34.251552 [HTTP] | 200 | 49.167µs | 167.94.138.119 | PRI "*"
2022/08/23 20:16:50.197274 [HTTP] | 200 | 1.636274ms | 94.102.61.44 | GET "/"
2022/08/24 11:27:12.252042 [HTTP] | 200 | 300.235µs | 127.0.0.1 | GET "/status"
### tail -n15 '/Users/thully/Library/Application Support/ChannelsDVR/data/channels-dvr.log'
2022/08/24 09:55:13.464299 [IDX] Pruned 4605 expired airings from X-TVE in 617.873402ms.
2022/08/24 09:55:13.776454 [DVR] Rule 'NBC Nightly News With Lester Holt' (1) found 1 new airings
2022/08/24 09:55:13.860478 [DVR] queued recording job for EP023034512479 @ Thu Sep 8 6:30:00PM on ch=[104.1 4.1] (1662676200-1)
2022/08/24 09:55:14.328632 [DVR] Rule 'Jeopardy!' (2) found 1 new airings
2022/08/24 09:55:14.412603 [DVR] queued recording job for EP000023485013 @ Thu Sep 8 7:30:00PM on ch=[4.4] (1662679800-2)
2022/08/24 09:55:14.752674 [DVR] Rule 'The Late Show With Stephen Colbert' (3) found 1 new airings
2022/08/24 09:55:14.836620 [DVR] queued recording job for SH019062760000-1662694500 @ Thu Sep 8 11:35:00PM on ch=[162.1 62.1] (1662694500-3)
2022/08/24 09:55:15.303309 [DVR] Rule 'PBS NewsHour' (4) found 1 new airings
2022/08/24 09:55:15.387466 [DVR] queued recording job for EP011963073332 @ Thu Sep 8 6:00:00PM on ch=[56.1] (1662674400-4)
2022/08/24 09:55:15.483277 [DVR] Rule 'AFL Premiership Football' (9) found 4 new airings
2022/08/24 09:55:15.566532 [DVR] queued recording job for EP000194303164 @ Thu Sep 1 5:00:00AM on ch=[6197] (1662022800-9)
2022/08/24 09:55:15.650504 [DVR] queued recording job for EP000194303165 @ Fri Sep 2 5:30:00AM on ch=[6197] (1662111000-9)
2022/08/24 09:55:15.734489 [DVR] queued recording job for EP000194303166 @ Sat Sep 3 2:30:00AM on ch=[6197] (1662186600-9)
2022/08/24 09:55:15.818474 [DVR] queued recording job for EP000194303167 @ Sat Sep 3 6:00:00AM on ch=[6198] (1662199200-9)
2022/08/24 09:55:15.819150 [DVR] Waiting 8h4m44.180853s until next job 1661378400-4 PBS NewsHour
###+ pgrep channels-dvr
### lsof -nPp 650
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
channels- 650 thully cwd DIR 1,4 1728 27066734 /Users/thully/Library/Application Support/ChannelsDVR/data
channels- 650 thully txt REG 1,4 37003712 38186696 /Users/thully/Library/Application Support/ChannelsDVR/latest/channels-dvr
channels- 650 thully txt REG 1,4 1048576 27066755 /Users/thully/Library/Application Support/ChannelsDVR/data/settings.db
channels- 650 thully txt REG 1,4 46864 42409208 /Library/Preferences/Logging/.plist-cache.I1OliBv5
channels- 650 thully txt REG 1,4 524288 27066825 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/root.bolt
channels- 650 thully txt REG 1,4 65536 27066830 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.groups/store/root.bolt
channels- 650 thully txt REG 1,4 2097152 27066807 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.db
channels- 650 thully txt REG 1,4 133092 42797108 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a6.zap
channels- 650 thully txt REG 1,4 524288 27069244 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/root.bolt
channels- 650 thully txt REG 1,4 117826 42766506 /private/var/db/analyticsd/events.allowlist
channels- 650 thully txt REG 1,4 63504 42797067 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/00000000529e.zap
channels- 650 thully txt REG 1,4 126359 42797096 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a4.zap
channels- 650 thully txt REG 1,4 64198 42766007 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.idx/groups/000000000149.seg
channels- 650 thully txt REG 1,4 79411 42797123 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a8.zap
channels- 650 thully txt REG 1,4 72902 42797127 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a9.zap
channels- 650 thully txt REG 1,4 691506 42766541 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.idx/files/000000001248.seg
channels- 650 thully txt REG 1,4 2420557 42797093 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a3.zap
channels- 650 thully txt REG 1,4 131072 27069249 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.groups/store/root.bolt
channels- 650 thully txt REG 1,4 2160656 1152921500312781597 /usr/lib/dyld
channels- 650 thully txt REG 1,4 136152 1152921500312199736 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car
channels- 650 thully txt REG 1,4 2295243 42797122 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a7.zap
channels- 650 thully txt REG 1,4 1940944 42797144 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.groups/store/00000000514b.zap
channels- 650 thully txt REG 1,4 2404573 42797105 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a5.zap
channels- 650 thully txt REG 1,4 5970030 42796438 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.groups/store/0000000050cb.zap
channels- 650 thully txt REG 1,4 2469411 42797138 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.groups/store/000000007428.zap
channels- 650 thully txt REG 1,4 16217018 42797135 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0f3.zap
channels- 650 thully txt REG 1,4 11430280 42796935 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0a8.zap
channels- 650 thully txt REG 1,4 11769198 42796964 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0b4.zap
channels- 650 thully txt REG 1,4 11888342 42797086 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0e2.zap
channels- 650 thully txt REG 1,4 34178353 42797046 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0d5.zap
channels- 650 thully txt REG 1,4 57858388 42797082 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a2.zap
channels- 650 thully txt REG 1,4 82833411 42796481 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/000000009ff7.zap
channels- 650 thully txt REG 1,4 30399984 1152921500312793260 /usr/share/icu/icudt70l.dat
channels- 650 thully txt REG 1,4 240720 25933681 /private/var/db/timezone/tz/2022a.1.0/icutz/icutz44l.dat
channels- 650 thully txt REG 1,4 7322840 1152921500312199698 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Aqua.car
channels- 650 thully txt REG 1,4 2736376 1152921500312199726 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantLight.car
channels- 650 thully txt REG 1,4 5635160 1152921500312199750 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantLight.car
channels- 650 thully txt REG 1,4 297536 1152921500312781617 /usr/lib/libobjc-trampolines.dylib
channels- 650 thully txt REG 1,4 71320 1152921500312199722 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantDark.car
channels- 650 thully txt REG 1,4 7704 37045008 /Library/Application Support/CrashReporter/SubmitDiagInfo.domains
channels- 650 thully txt REG 1,4 58088 1152921500312228344 /System/Library/Fonts/Keyboard.ttf
channels- 650 thully txt REG 1,4 2369376 1152921500312228338 /System/Library/Fonts/Helvetica.ttc
channels- 650 thully txt REG 1,4 135104 29527483 /System/Library/Caches/com.apple.IntlDataCache.le.kbdx
channels- 650 thully txt REG 1,4 8167400 1152921500312228398 /System/Library/Fonts/SFNS.ttf
channels- 650 thully txt REG 1,4 7214792 1152921500312199710 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/DarkAqua.car
channels- 650 thully txt REG 1,4 6194600 1152921500312199740 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantDark.car
channels- 650 thully txt REG 1,4 1296040 1152921500312348878 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
channels- 650 thully txt REG 1,4 5425091 1152921500312251316 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/Extras2.rsrc
channels- 650 thully txt REG 1,4 75890008 1152921500312150826 /System/Library/CoreServices/CoreGlyphs.bundle/Contents/Resources/Assets.car
channels- 650 thully txt REG 1,4 2176296 1152921500312199732 /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Graphite.car
channels- 650 thully txt REG 1,4 167012229 42796867 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a08f.zap
channels- 650 thully txt REG 1,4 105007406 42796610 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/000000005239.zap
channels- 650 thully 0r CHR 3,2 0t0 317 /dev/null
channels- 650 thully 1u REG 1,4 6522291 27066751 /Users/thully/Library/Application Support/ChannelsDVR/data/channels-dvr.log
channels- 650 thully 2u REG 1,4 6522291 27066751 /Users/thully/Library/Application Support/ChannelsDVR/data/channels-dvr.log
channels- 650 thully 3u rte 0t0
channels- 650 thully 4u REG 1,4 1048576 27066755 /Users/thully/Library/Application Support/ChannelsDVR/data/settings.db
channels- 650 thully 5u IPv4 0x405cd9dd81544b77 0t0 TCP 127.0.0.1:58089 (LISTEN)
channels- 650 thully 6u KQUEUE count=0, state=0xa
channels- 650 thully 7 PIPE 0xd7da783db9e0d156 16384 ->0x1b89f9408dfe726e
channels- 650 thully 8 PIPE 0x1b89f9408dfe726e 16384 ->0xd7da783db9e0d156
channels- 650 thully 9w REG 1,4 232673 42664045 /Users/thully/Library/Application Support/ChannelsDVR/data/hls-detailed.log
channels- 650 thully 10u IPv6 0x405cd9d8b4aa1017 0t0 TCP *:8089 (LISTEN)
channels- 650 thully 11w REG 1,4 41384 42797142 /Users/thully/Library/Application Support/ChannelsDVR/data/channels-http-cache.log
channels- 650 thully 12 NPOLICY
channels- 650 thully 13u unix 0x405cd9cf1c3d0807 0t0 ->0x405cd9cf1c3d08cf
channels- 650 thully 14u systm 0x405cd9d8b63717f7 0t0 [ctl com.apple.netsrc id 6 unit 39]
channels- 650 thully 15w REG 1,4 1160637 42643809 /Users/thully/Library/Application Support/ChannelsDVR/data/hls.log
channels- 650 thully 16r CHR 17,1 0t49152 593 /dev/urandom
channels- 650 thully 17u REG 1,4 2097152 27066807 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.db
channels- 650 thully 18u REG 1,4 524288 27066825 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/root.bolt
channels- 650 thully 21r REG 1,4 57858388 42797082 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a2.zap
channels- 650 thully 22r REG 1,4 5970030 42796438 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.groups/store/0000000050cb.zap
channels- 650 thully 24r REG 1,4 2420557 42797093 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a3.zap
channels- 650 thully 25r REG 1,4 126359 42797096 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a4.zap
channels- 650 thully 26r REG 1,4 691506 42766541 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.idx/files/000000001248.seg
channels- 650 thully 27r REG 1,4 2295243 42797122 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a7.zap
channels- 650 thully 29r REG 1,4 64198 42766007 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.idx/groups/000000000149.seg
channels- 650 thully 30u REG 1,4 65536 27066830 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.groups/store/root.bolt
channels- 650 thully 31r REG 1,4 11769198 42796964 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0b4.zap
channels- 650 thully 33u REG 1,4 524288 27069244 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/root.bolt
channels- 650 thully 34r REG 1,4 133092 42797108 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a6.zap
channels- 650 thully 35r REG 1,4 63504 42797067 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/00000000529e.zap
channels- 650 thully 36r REG 1,4 11430280 42796935 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0a8.zap
channels- 650 thully 37r REG 1,4 79411 42797123 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a8.zap
channels- 650 thully 38r REG 1,4 72902 42797127 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a9.zap
channels- 650 thully 39r REG 1,4 105007406 42796610 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/000000005239.zap
channels- 650 thully 40r REG 1,4 1940944 42797144 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.groups/store/00000000514b.zap
channels- 650 thully 42r REG 1,4 2404573 42797105 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.airings/store/0000000052a5.zap
channels- 650 thully 45u REG 1,4 131072 27069249 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.groups/store/root.bolt
channels- 650 thully 50u IPv4 0x405cd9dd820c9427 0t0 UDP *:8899
channels- 650 thully 52w REG 1,15 0 4157467 /Volumes/Seagate/DVR/Streaming/cache/111/transcoder.log
channels- 650 thully 53 PIPE 0x19af2c9b73e5fb77 16384 ->0xfa5baa01cd8c2845
channels- 650 thully 54 PIPE 0xfa5baa01cd8c2845 16384 ->0x19af2c9b73e5fb77
channels- 650 thully 55w REG 1,15 0 5842897 /Volumes/Seagate/DVR/Streaming/cache/306/transcoder.log
channels- 650 thully 56r REG 1,4 7704 37045008 /Library/Application Support/CrashReporter/SubmitDiagInfo.domains
channels- 650 thully 57u unix 0x405cd9cf1c3d1617 0t0 ->0x405cd9cf1c3d16df
channels- 650 thully 58u unix 0x405cd9cf1c3d0f0f 0t0 ->0x405cd9cf1c3d0fd7
channels- 650 thully 59u unix 0x405cd9cf1c3d0fd7 0t0 ->0x405cd9cf1c3d0f0f
channels- 650 thully 60w REG 1,15 0 5842891 /Volumes/Seagate/DVR/Streaming/cache/310/transcoder.log
channels- 650 thully 61w REG 1,15 0 5842880 /Volumes/Seagate/DVR/Streaming/cache/314/transcoder.log
channels- 650 thully 62w REG 1,15 0 5842112 /Volumes/Seagate/DVR/Streaming/cache/318/transcoder.log
channels- 650 thully 63w REG 1,15 0 5841285 /Volumes/Seagate/DVR/Streaming/cache/332/transcoder.log
channels- 650 thully 64w REG 1,15 0 5840559 /Volumes/Seagate/DVR/Streaming/cache/336/transcoder.log
channels- 650 thully 65w REG 1,15 0 5839842 /Volumes/Seagate/DVR/Streaming/cache/340/transcoder.log
channels- 650 thully 66w REG 1,15 0 5838811 /Volumes/Seagate/DVR/Streaming/cache/344/transcoder.log
channels- 650 thully 67u REG 1,4 4 38216630 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.idx/files/bluge.pid
channels- 650 thully 69w REG 1,4 785818 37046728 /Users/thully/Library/Application Support/ChannelsDVR/data/channels-dvr-http.log
channels- 650 thully 70r REG 1,4 16217018 42797135 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0f3.zap
channels- 650 thully 72u REG 1,4 4 38229076 /Users/thully/Library/Application Support/ChannelsDVR/data/recorder.idx/groups/bluge.pid
channels- 650 thully 73r REG 1,4 82833411 42796481 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/000000009ff7.zap
channels- 650 thully 75r REG 1,4 2469411 42797138 /Users/thully/Library/Application Support/ChannelsDVR/data/USA-OTA48105.groups/store/000000007428.zap
channels- 650 thully 76r REG 1,4 167012229 42796867 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a08f.zap
channels- 650 thully 79r REG 1,4 34178353 42797046 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0d5.zap
channels- 650 thully 80r REG 1,4 11888342 42797086 /Users/thully/Library/Application Support/ChannelsDVR/data/X-TVE.airings/store/00000000a0e2.zap
### netstat -an
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp6 0 264 fe80::1069:9245:.62337 fe80::4db:df40:8.58831 ESTABLISHED
tcp6 0 0 2600:1700:37aa:1.62325 2620:149:a41:214.443 ESTABLISHED
tcp6 0 0 2600:1700:37aa:1.62323 2620:149:a41:804.443 ESTABLISHED
tcp6 0 0 2600:1700:37aa:1.62320 2620:149:a41:804.443 ESTABLISHED
tcp6 0 0 2600:1700:37aa:1.62271 2600:1407:3c00:1.443 ESTABLISHED
tcp6 0 0 2600:1700:37aa:1.62263 2607:f8b0:4023:1.443 ESTABLISHED
tcp4 0 38 192.168.1.70.62069 192.168.1.120.548 ESTABLISHED
tcp4 0 0 192.168.1.70.49186 192.168.1.109.58711 ESTABLISHED
tcp4 0 0 192.168.1.70.49186 192.168.1.110.52666 ESTABLISHED
tcp4 0 0 192.168.1.70.58203 35.186.224.47.443 ESTABLISHED
tcp4 0 0 192.168.1.70.64228 17.57.144.244.5223 ESTABLISHED
tcp6 0 0 2600:1700:37aa:1.50322 2600:1901:1:ca7:.443 ESTABLISHED
tcp4 0 0 192.168.1.70.60524 104.154.127.126.4070 ESTABLISHED
tcp4 0 0 192.168.1.70.60357 192.168.1.126.8009 ESTABLISHED
tcp4 0 0 *.53190 *.* LISTEN
tcp4 0 0 *.57621 *.* LISTEN
tcp6 0 0 2600:1700:37aa:1.50104 2603:1036:2406::.443 ESTABLISHED
tcp6 0 0 fe80::1842:b64f:.1027 fe80::7ac2:f1aa:.1025 ESTABLISHED
tcp6 0 0 fe80::1842:b64f:.1024 fe80::7ac2:f1aa:.1024 ESTABLISHED
tcp4 0 0 127.0.0.1.58089 *.* LISTEN
tcp46 0 0 *.8089 *.* LISTEN
tcp6 0 0 2600:1700:37aa:1.49215 2620:149:a42:904.443 CLOSE_WAIT
tcp4 0 0 192.168.1.70.49201 192.168.1.141.49153 ESTABLISHED
tcp6 0 0 *.49186 *.* LISTEN
tcp4 0 0 *.49186 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49180 fe80::aede:48ff:.49153 ESTABLISHED
tcp6 0 0 fe80::aede:48ff:.49168 fe80::aede:48ff:.49156 ESTABLISHED
tcp4 0 0 127.0.0.1.49167 *.* LISTEN
tcp4 0 0 127.0.0.1.29754 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49166 fe80::aede:48ff:.49154 ESTABLISHED
tcp6 0 0 fe80::aede:48ff:.49162 fe80::aede:48ff:.49176 ESTABLISHED
tcp6 0 0 fe80::aede:48ff:.49165 fe80::aede:48ff:.49170 ESTABLISHED
tcp6 0 0 fe80::aede:48ff:.49164 fe80::aede:48ff:.49166 ESTABLISHED
tcp6 0 0 fe80::aede:48ff:.49163 fe80::aede:48ff:.49160 ESTABLISHED
tcp6 0 0 fe80::aede:48ff:.49162 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49161 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49160 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49159 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49158 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49157 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49156 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49155 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49154 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49153 *.* LISTEN
tcp4 0 0 127.0.0.1.29834 *.* LISTEN
tcp4 0 0 127.0.0.1.631 *.* LISTEN
tcp6 0 0 ::1.631 *.* LISTEN
tcp4 0 0 *.88 *.* LISTEN
tcp6 0 0 *.88 *.* LISTEN
tcp6 0 0 fe80::aede:48ff:.49152 fe80::aede:48ff:.59602 ESTABLISHED
tcp4 0 0 *.445 *.* LISTEN
tcp6 0 0 *.445 *.* LISTEN
tcp6 0 0 2600:1700:37aa:1.62321 2620:149:a41:804.443 TIME_WAIT
tcp6 0 0 2600:1700:37aa:1.62324 2620:149:a41:804.443 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62335 fe80::4db:df40:8.62078 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62336 fe80::4db:df40:8.62078 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62338 fe80::4db:df40:8.62078 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62339 fe80::4db:df40:8.62078 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62341 fe80::4db:df40:8.62078 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62342 fe80::4db:df40:8.62078 TIME_WAIT
tcp6 0 0 fe80::1069:9245:.62340 fe80::4db:df40:8.62078 TIME_WAIT
tcp4 0 0 192.168.1.70.62317 17.248.191.137.443 TIME_WAIT
udp6 0 0 2600:1700:37aa:1.59442 2607:f8b0:4000:8.443
udp4 0 0 192.168.1.70.52709 104.21.71.35.443
udp6 0 0 2600:1700:37aa:1.53278 2607:f8b0:4023:1.443
udp6 0 0 2600:1700:37aa:1.58193 2607:f8b0:4023:1.443
udp6 0 0 2600:1700:37aa:1.56671 2607:f8b0:4000:8.443
udp6 0 0 2600:1700:37aa:1.50584 2607:f8b0:4000:8.443
udp4 0 0 *.3722 *.*
udp4 0 0 *.58543 *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.57621 *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp6 0 0 *.5353 *.*
udp4 0 0 *.62189 *.*
udp4 0 0 *.5353 *.*
udp4 0 0 *.1900 *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.8899 *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp46 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp4 0 0 *.* *.*
udp46 0 0 *.* *.*
udp4 0 0 *.88 *.*
udp6 0 0 *.88 *.*
udp4 0 0 *.* *.*
udp6 0 0 *.5353 *.*
udp4 0 0 *.5353 *.*
udp4 0 0 *.138 *.*
udp4 0 0 *.137 *.*
Active Multipath Internet connections
Proto/ID Flags Local Address Foreign Address (state)
icm6 0 0 *.* *.*
Active LOCAL (UNIX) domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
405cd9cf1c3ccb87 stream 0 0 0 405cd9cf1c3cc9f7 0 0 /private/var/run/cupsd
405cd9cf1c3cc9f7 stream 0 0 0 405cd9cf1c3ccb87 0 0
405cd9cf1c3cf03f stream 0 0 0 405cd9cf1c3cef77 0 0 /private/var/run/cupsd
405cd9cf1c3cef77 stream 0 0 0 405cd9cf1c3cf03f 0 0
405cd9cf1c3cdf0f stream 0 0 0 405cd9cf1c3cde47 0 0 /private/var/run/cupsd
405cd9cf1c3cde47 stream 0 0 0 405cd9cf1c3cdf0f 0 0
405cd9cf1c3cd997 stream 0 0 0 405cd9cf1c3cd73f 0 0 /var/run/mDNSResponder
405cd9cf1c3cd73f stream 0 0 0 405cd9cf1c3cd997 0 0
405cd9cf1c3d8ac7 stream 0 0 0 405cd9cf1c3d89ff 0 0 /var/run/mDNSResponder
405cd9cf1c3d89ff stream 0 0 0 405cd9cf1c3d8ac7 0 0
405cd9cf1c3cf297 stream 0 0 0 405cd9cf1c3d51cf 0 0 /var/run/mDNSResponder
405cd9cf1c3d51cf stream 0 0 0 405cd9cf1c3cf297 0 0
405cd9cf1c3d0e47 stream 0 0 0 405cd9cf1c3d0b27 0 0 /var/run/mDNSResponder
405cd9cf1c3d0b27 stream 0 0 0 405cd9cf1c3d0e47 0 0
405cd9cf1c3d25b7 stream 0 0 0 405cd9cf1c3d5297 0 0 /var/run/mDNSResponder
405cd9cf1c3d5297 stream 0 0 0 405cd9cf1c3d25b7 0 0
405cd9cf1c3ce6df stream 0 0 0 405cd9cf1c3d154f 0 0 /var/run/mDNSResponder
405cd9cf1c3d154f stream 0 0 0 405cd9cf1c3ce6df 0 0
405cd9cf1c3d05af stream 0 0 0 405cd9cf1c3d1c57 0 0 /var/run/mDNSResponder
405cd9cf1c3d1c57 stream 0 0 0 405cd9cf1c3d05af 0 0
405cd9cf1c3d8487 stream 0 0 0 405cd9cf1c3d3d7f 0 0 /var/run/mDNSResponder
405cd9cf1c3d3d7f stream 0 0 0 405cd9cf1c3d8487 0 0
405cd9cf1c3cd807 stream 0 0 0 405cd9cf1c3cd5af 0 0 /var/run/mDNSResponder
405cd9cf1c3cd5af stream 0 0 0 405cd9cf1c3cd807 0 0
405cd9cf1c3cd1c7 stream 0 0 0 405cd9cf1c3cd037 0 0 /var/run/mDNSResponder
405cd9cf1c3cd037 stream 0 0 0 405cd9cf1c3cd1c7 0 0
405cd9cf1c3ce9ff stream 0 0 0 405cd9cf1c3ce937 0 0 /var/run/mDNSResponder
405cd9cf1c3ce937 stream 0 0 0 405cd9cf1c3ce9ff 0 0
405cd9cf1c3ccf6f stream 0 0 0 405cd9cf1c3ccd17 0 0 /var/run/mDNSResponder
405cd9cf1c3ccd17 stream 0 0 0 405cd9cf1c3ccf6f 0 0
405cd9cf1c3d1b8f stream 0 0 0 405cd9cf1c3d1937 0 0 /var/run/mDNSResponder
405cd9cf1c3d1937 stream 0 0 0 405cd9cf1c3d1b8f 0 0
405cd9cf1c3d0a5f stream 0 0 0 405cd9cf1c3d0997 0 0 /var/run/usbmuxd
405cd9cf1c3d0997 stream 0 0 0 405cd9cf1c3d0a5f 0 0
405cd9cf1c3d16df stream 0 0 0 405cd9cf1c3d1617 0 0 /var/run/mDNSResponder
405cd9cf1c3d1617 stream 0 0 0 405cd9cf1c3d16df 0 0
405cd9cf1c3d08cf stream 0 0 0 405cd9cf1c3d0807 0 0 /var/run/mDNSResponder
405cd9cf1c3d0807 stream 0 0 0 405cd9cf1c3d08cf 0 0
405cd9cf1c3d1487 stream 0 0 0 405cd9cf1c3d13bf 0 0 /var/run/mDNSResponder
405cd9cf1c3d13bf stream 0 0 0 405cd9cf1c3d1487 0 0
405cd9cf1c3d04e7 stream 0 0 0 405cd9cf1c3d041f 0 0 /var/run/mDNSResponder
405cd9cf1c3d041f stream 0 0 0 405cd9cf1c3d04e7 0 0
405cd9cf1c3d12f7 stream 0 0 0 405cd9cf1c3d122f 0 0 /var/run/mDNSResponder
405cd9cf1c3d122f stream 0 0 0 405cd9cf1c3d12f7 0 0
405cd9cf1c3d0357 stream 0 0 0 405cd9cf1c3d028f 0 0 /var/run/mDNSResponder
405cd9cf1c3d028f stream 0 0 0 405cd9cf1c3d0357 0 0
405cd9cf1c3d073f stream 0 0 0 405cd9cf1c3d0677 0 0 /var/run/mDNSResponder
405cd9cf1c3d0677 stream 0 0 0 405cd9cf1c3d073f 0 0
405cd9cf1c3d00ff stream 0 0 0 405cd9cf1c3d0037 0 0 /var/run/mDNSResponder
405cd9cf1c3d0037 stream 0 0 0 405cd9cf1c3d00ff 0 0
405cd9cf1c3cff6f stream 0 0 0 405cd9cf1c3cfea7 0 0 /var/run/mDNSResponder
405cd9cf1c3cfea7 stream 0 0 0 405cd9cf1c3cff6f 0 0
405cd9cf1c3cfddf stream 0 0 0 405cd9cf1c3cfd17 0 0 /var/run/mDNSResponder
405cd9cf1c3cfd17 stream 0 0 0 405cd9cf1c3cfddf 0 0
405cd9cf1c3cfc4f stream 0 0 0 405cd9cf1c3cfb87 0 0 /var/run/mDNSResponder
405cd9cf1c3cfb87 stream 0 0 0 405cd9cf1c3cfc4f 0 0
405cd9cf1c3d24ef stream 0 0 0 405cd9cf1c3d2107 0 0 /var/run/mDNSResponder
405cd9cf1c3d2107 stream 0 0 0 405cd9cf1c3d24ef 0 0
405cd9cf1c3cfabf stream 0 0 0 405cd9cf1c3cf9f7 0 0 /var/run/mDNSResponder
405cd9cf1c3cf9f7 stream 0 0 0 405cd9cf1c3cfabf 0 0
405cd9cf1c3d203f stream 0 0 0 405cd9cf1c3d1f77 0 0 /var/run/mDNSResponder
405cd9cf1c3d2427 stream 0 0 0 405cd9cf1c3d235f 0 0 /var/run/mDNSResponder
405cd9cf1c3d28d7 stream 0 0 0 405cd9cf1c3d280f 0 0 /var/run/mDNSResponder
405cd9cf1c3d235f stream 0 0 0 405cd9cf1c3d2427 0 0
405cd9cf1c3d1f77 stream 0 0 0 405cd9cf1c3d203f 0 0
405cd9cf1c3d280f stream 0 0 0 405cd9cf1c3d28d7 0 0
405cd9cf1c3d2747 stream 0 0 0 405cd9cf1c3d267f 0 0 /var/run/mDNSResponder
405cd9cf1c3d267f stream 0 0 0 405cd9cf1c3d2747 0 0
405cd9cf1c3d2297 stream 0 0 0 405cd9cf1c3d21cf 0 0 /var/run/mDNSResponder
405cd9cf1c3d21cf stream 0 0 0 405cd9cf1c3d2297 0 0
405cd9cf1c3d1eaf stream 0 0 0 405cd9cf1c3d1de7 0 0 /var/run/usbmuxd
405cd9cf1c3d1de7 stream 0 0 0 405cd9cf1c3d1eaf 0 0
405cd9cf1c3d49ff stream 0 0 0 405cd9cf1c3d4617 0 0 /var/run/usbmuxd
405cd9cf1c3d4617 stream 0 0 0 405cd9cf1c3d49ff 0 0
405cd9cf1c3d4de7 stream 0 0 0 405cd9cf1c3d4eaf 0 0 /var/run/mDNSResponder
405cd9cf1c3d4eaf stream 0 0 0 405cd9cf1c3d4de7 0 0
405cd9cf1c3d454f stream 0 0 0 405cd9cf1c3d4487 0 0 /var/run/mDNSResponder
405cd9cf1c3d4487 stream 0 0 0 405cd9cf1c3d454f 0 0
405cd9cf1c3d42f7 stream 0 0 0 405cd9cf1c3d422f 0 0 /var/run/mDNSResponder
405cd9cf1c3d422f stream 0 0 0 405cd9cf1c3d42f7 0 0
405cd9cf1c3d4167 stream 0 0 0 405cd9cf1c3d3677 0 0 /var/run/mDNSResponder
405cd9cf1c3d3677 stream 0 0 0 405cd9cf1c3d4167 0 0
405cd9cf1c3d3f0f stream 0 0 0 405cd9cf1c3d3e47 0 0 /var/run/mDNSResponder
405cd9cf1c3d3e47 stream 0 0 0 405cd9cf1c3d3f0f 0 0
405cd9cf1c3d3a5f stream 0 0 0 405cd9cf1c3d3997 0 0 /var/run/mDNSResponder
405cd9cf1c3d3997 stream 0 0 0 405cd9cf1c3d3a5f 0 0
405cd9cf1c3d3807 stream 0 0 0 405cd9cf1c3d373f 0 0 /var/run/mDNSResponder
405cd9cf1c3d373f stream 0 0 0 405cd9cf1c3d3807 0 0
405cd9cf1c3d3357 stream 0 0 0 405cd9cf1c3d328f 0 0
405cd9cf1c3d328f stream 0 0 0 405cd9cf1c3d3357 0 0
405cd9cf1c3d31c7 stream 0 0 0 405cd9cf1c3d30ff 0 0
405cd9cf1c3d30ff stream 0 0 0 405cd9cf1c3d31c7 0 0
405cd9cf1c3d3037 stream 0 0 0 405cd9cf1c3d2f6f 0 0
405cd9cf1c3d2f6f stream 0 0 0 405cd9cf1c3d3037 0 0
405cd9cf1c3d2ea7 stream 0 0 0 405cd9cf1c3d2ddf 0 0
405cd9cf1c3d2ddf stream 0 0 0 405cd9cf1c3d2ea7 0 0
405cd9cf1c3d3bef stream 0 0 0 405cd9cf1c3d3b27 0 0 /var/run/mDNSResponder
405cd9cf1c3d3b27 stream 0 0 0 405cd9cf1c3d3bef 0 0
405cd9cf1c3d29f7 stream 0 0 0 405cd9cf1c3d58d7 0 0 /var/run/mDNSResponder
405cd9cf1c3d58d7 stream 0 0 0 405cd9cf1c3d29f7 0 0
405cd9cf1c3d9297 stream 0 0 405cd9d3eabf59f7 0 0 0 /var/run/filesystemui.socket
405cd9cf1c3d91cf stream 0 0 405cd9d3eabf68f7 0 0 0 /private/tmp/com.apple.launchd.a7LEQEsg6f/Listeners
405cd9cf1c3d980f stream 0 0 0 405cd9cf1c3d9747 0 0 /var/run/mDNSResponder
405cd9cf1c3d9747 stream 0 0 0 405cd9cf1c3d980f 0 0
405cd9cf1c3d8937 stream 0 0 0 405cd9cf1c3d87a7 0 0 /var/run/mDNSResponder
405cd9cf1c3d87a7 stream 0 0 0 405cd9cf1c3d8937 0 0
405cd9cf1c3d8617 stream 0 0 405cd9d3ea22ebf7 0 0 0 /var/run/displaypolicyd/state
405cd9cf1c3d83bf stream 0 0 0 405cd9cf1c3d82f7 0 0 /var/run/mDNSResponder
405cd9cf1c3d82f7 stream 0 0 0 405cd9cf1c3d83bf 0 0
405cd9cf1c3d822f stream 0 0 0 405cd9cf1c3d8167 0 0
405cd9cf1c3d8167 stream 0 0 0 405cd9cf1c3d822f 0 0
405cd9cf1c3d7bef stream 0 0 405cd9d3ea004af7 0 0 0 /var/run/pppconfd
405cd9cf1c3d773f stream 0 0 405cd9d3e9df38f7 0 0 0 /var/run/usbmuxd
405cd9cf1c3d7677 stream 0 0 405cd9d3e9df2ff7 0 0 0 /var/rpc/ncalrpc/srvsvc
405cd9cf1c3d75af stream 0 0 405cd9d3e9df2ef7 0 0 0 /var/rpc/ncacn_np/srvsvc
405cd9cf1c3d74e7 stream 0 0 405cd9d3e9df2df7 0 0 0 /var/rpc/ncalrpc/wkssvc
405cd9cf1c3d741f stream 0 0 405cd9d3e9df3cf7 0 0 0 /var/rpc/ncacn_np/wkssvc
405cd9cf1c3d7357 stream 0 0 405cd9d3e9df3bf7 0 0 0 /var/rpc/ncacn_np/mdssvc
405cd9cf1c3d728f stream 0 0 405cd9d3e9df3af7 0 0 0 /var/rpc/ncalrpc/lsarpc
405cd9cf1c3d71c7 stream 0 0 405cd9d3e9df39f7 0 0 0 /var/rpc/ncacn_np/lsarpc
405cd9cf1c3d70ff stream 0 0 405cd9d3e9df45f7 0 0 0 /var/run/mDNSResponder
405cd9cf1c3d7037 stream 0 0 405cd9d3e9df44f7 0 0 0 /var/run/systemkeychaincheck.socket
405cd9cf1c3d6f6f stream 0 0 405cd9d3e9df43f7 0 0 0 /private/var/run/.sim_diagnosticd_socket
405cd9cf1c3d6ea7 stream 0 0 405cd9d3e9df42f7 0 0 0 /var/run/portmap.socket
405cd9cf1c3d6ddf stream 0 0 405cd9d3e9df41f7 0 0 0 /var/run/vpncontrol.sock
405cd9cf1c3d6d17 stream 0 0 405cd9d3e9df40f7 0 0 0 /var/rpc/ncalrpc/NETLOGON
405cd9cf1c3d6c4f stream 0 0 405cd9d3e9df3df7 0 0 0 /private/var/run/cupsd
405cd9cf1c3cda5f dgram 0 0 0 405cd9cf1c3cd4e7 405cd9cf1c3cd4e7 0
405cd9cf1c3cd4e7 dgram 0 0 0 405cd9cf1c3cda5f 405cd9cf1c3cda5f 0
405cd9cf1c3ccea7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3cf107
405cd9cf1c3cf107 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ce487
405cd9cf1c3ce487 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3cdd7f
405cd9cf1c3cdd7f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ceac7
405cd9cf1c3ceac7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3cd8cf
405cd9cf1c3cd8cf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ce167
405cd9cf1c3ce167 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d4b8f
405cd9cf1c3d4b8f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ce86f
405cd9cf1c3ce86f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d3cb7
405cd9cf1c3d3cb7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ce7a7
405cd9cf1c3ce7a7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3cd677
405cd9cf1c3cd677 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ccabf
405cd9cf1c3ccabf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3cd0ff
405cd9cf1c3ce3bf dgram 0 0 0 405cd9cf1c3ce2f7 405cd9cf1c3ce2f7 0
405cd9cf1c3ce2f7 dgram 0 0 0 405cd9cf1c3ce3bf 405cd9cf1c3ce3bf 0
405cd9cf1c3cd0ff dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ce22f
405cd9cf1c3ce22f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d4d1f
405cd9cf1c3d4d1f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d1d1f
405cd9cf1c3d1d1f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d54ef
405cd9cf1c3d54ef dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d0bef
405cd9cf1c3d0bef dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d43bf
405cd9cf1c3d43bf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ce617
405cd9cf1c3ce617 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3ccddf
405cd9cf1c3d0d7f dgram 0 0 0 405cd9cf1c3d0cb7 405cd9cf1c3d0cb7 0
405cd9cf1c3d0cb7 dgram 0 0 0 405cd9cf1c3d0d7f 405cd9cf1c3d0d7f 0
405cd9cf1c3ccddf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3cf67f
405cd9cf1c3cf67f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d186f
405cd9cf1c3cf4ef dgram 0 0 0 405cd9cf1c3d5427 405cd9cf1c3d5427 0
405cd9cf1c3d5427 dgram 0 0 0 405cd9cf1c3cf4ef 405cd9cf1c3cf4ef 0
405cd9cf1c3d19ff dgram 0 0 0 405cd9cf1c3d17a7 405cd9cf1c3d17a7 0
405cd9cf1c3d17a7 dgram 0 0 0 405cd9cf1c3d19ff 405cd9cf1c3d19ff 0
405cd9cf1c3d186f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d1ac7
405cd9cf1c3d1ac7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d01c7
405cd9cf1c3d0fd7 dgram 0 0 0 405cd9cf1c3d0f0f 405cd9cf1c3d0f0f 0
405cd9cf1c3d0f0f dgram 0 0 0 405cd9cf1c3d0fd7 405cd9cf1c3d0fd7 0
405cd9cf1c3d1167 dgram 0 0 0 405cd9cf1c3d109f 405cd9cf1c3d109f 0
405cd9cf1c3d109f dgram 0 0 0 405cd9cf1c3d1167 405cd9cf1c3d1167 0
405cd9cf1c3d01c7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d5107
405cd9cf1c3d4ac7 dgram 0 0 0 405cd9cf1c3d5747 405cd9cf1c3d5747 0
405cd9cf1c3d5747 dgram 0 0 0 405cd9cf1c3d4ac7 405cd9cf1c3d4ac7 0
405cd9cf1c3d5107 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d567f
405cd9cf1c3d567f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d55b7
405cd9cf1c3d55b7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d69f7
405cd9cf1c3d503f dgram 0 0 0 405cd9cf1c3d4f77 405cd9cf1c3d4f77 0
405cd9cf1c3d4f77 dgram 0 0 0 405cd9cf1c3d503f 405cd9cf1c3d503f 0
405cd9cf1c3d69f7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d4c57
405cd9cf1c3d4c57 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d35af
405cd9cf1c3d4937 dgram 0 0 0 405cd9cf1c3d486f 405cd9cf1c3d486f 0
405cd9cf1c3d486f dgram 0 0 0 405cd9cf1c3d4937 405cd9cf1c3d4937 0
405cd9cf1c3d47a7 dgram 0 0 0 405cd9cf1c3d46df 405cd9cf1c3d46df 0
405cd9cf1c3d46df dgram 0 0 0 405cd9cf1c3d47a7 405cd9cf1c3d47a7 0
405cd9cf1c3d35af dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d580f
405cd9cf1c3d580f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d34e7
405cd9cf1c3d409f dgram 0 0 0 405cd9cf1c3d3fd7 405cd9cf1c3d3fd7 0
405cd9cf1c3d3fd7 dgram 0 0 0 405cd9cf1c3d409f 405cd9cf1c3d409f 0
405cd9cf1c3d34e7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d341f
405cd9cf1c3d341f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d2d17
405cd9cf1c3d2d17 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d2c4f
405cd9cf1c3d2c4f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d2b87
405cd9cf1c3d2b87 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d2abf
405cd9cf1c3d2abf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d535f
405cd9cf1c3d535f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d9107
405cd9cf1c3d9107 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d38cf
405cd9cf1c3d38cf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d7807
405cd9cf1c3d7807 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d98d7
405cd9cf1c3d98d7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d967f
405cd9cf1c3d967f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d95b7
405cd9cf1c3d95b7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d94ef
405cd9cf1c3d94ef dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d9427
405cd9cf1c3d9427 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d935f
405cd9cf1c3d935f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d903f
405cd9cf1c3d903f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d8f77
405cd9cf1c3d8f77 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d8eaf
405cd9cf1c3d8eaf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d8de7
405cd9cf1c3d8de7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d8d1f
405cd9cf1c3d8d1f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d886f
405cd9cf1c3d8c57 dgram 0 0 0 405cd9cf1c3d8b8f 405cd9cf1c3d8b8f 0
405cd9cf1c3d8b8f dgram 0 0 0 405cd9cf1c3d8c57 405cd9cf1c3d8c57 0
405cd9cf1c3d886f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d86df
405cd9cf1c3d86df dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d854f
405cd9cf1c3d854f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d809f
405cd9cf1c3d809f dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d7fd7
405cd9cf1c3d7f0f dgram 0 0 0 405cd9cf1c3d7e47 405cd9cf1c3d7e47 0
405cd9cf1c3d7e47 dgram 0 0 0 405cd9cf1c3d7f0f 405cd9cf1c3d7f0f 0
405cd9cf1c3d7fd7 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d7b27
405cd9cf1c3d7d7f dgram 0 0 0 405cd9cf1c3d7cb7 405cd9cf1c3d7cb7 0
405cd9cf1c3d7cb7 dgram 0 0 0 405cd9cf1c3d7d7f 405cd9cf1c3d7d7f 0
405cd9cf1c3d7b27 dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d78cf
405cd9cf1c3d7a5f dgram 0 0 0 405cd9cf1c3d7997 405cd9cf1c3d7997 0
405cd9cf1c3d7997 dgram 0 0 0 405cd9cf1c3d7a5f 405cd9cf1c3d7a5f 0
405cd9cf1c3d78cf dgram 0 0 0 405cd9cf1c3d6abf 0 405cd9cf1c3d6b87
405cd9cf1c3d6b87 dgram 0 0 0 405cd9cf1c3d6abf 0 0
405cd9cf1c3d6abf dgram 0 0 405cd9d3e9c07bf7 0 405cd9cf1c3ccea7 0 /private//var/run/syslog
Registered kernel control modules
id flags pcbcount rcvbuf sndbuf name
1 9 3 8192 131072 com.apple.flow-divert
2 1 27 65536 65536 com.apple.net.netagent
3 9 1 524288 524288 com.apple.content-filter
4 29 5 524288 524288 com.apple.net.utun_control
5 21 0 65536 65536 com.apple.net.ipsec_control
6 0 70 8192 2048 com.apple.netsrc
7 18 3 8192 2048 com.apple.network.statistics
8 5 0 8192 32768 com.apple.network.tcp_ccdebug
9 1 0 8192 2048 com.apple.network.advisory
a 1 0 65536 65536 com.apple.net.rvi_control
b 1 0 16384 2048 com.apple.nke.sockwall
c 4 0 65536 2048 com.apple.uart.BLTH
d 4 0 8192 2048 com.apple.uart.sk.BLTH
Active kernel event sockets
Proto Recv-Q Send-Q vendor class subcl
kevt 0 0 1 1 2
kevt 0 0 1 6 1
kevt 0 0 1 4 0
kevt 0 0 1 1 2
kevt 0 0 1 6 1
kevt 0 0 1 1 11
kevt 0 0 1 6 1
kevt 0 0 1 6 1
kevt 0 0 1 6 1
kevt 0 0 1 1 6
kevt 0 0 1 1 1
kevt 0 0 1 6 1
kevt 0 0 1 1 7
kevt 0 0 1 1 1
kevt 0 0 1 1 2
kevt 0 0 1 1 2
kevt 0 0 1 1 0
kevt 0 0 1 3 3
Active kernel control sockets
Proto Recv-Q Send-Q unit id name
kctl 0 0 1 1 com.apple.flow-divert
kctl 0 0 2 1 com.apple.flow-divert
kctl 0 0 3 1 com.apple.flow-divert
kctl 0 0 1 2 com.apple.net.netagent
kctl 0 0 2 2 com.apple.net.netagent
kctl 0 0 3 2 com.apple.net.netagent
kctl 0 0 4 2 com.apple.net.netagent
kctl 0 0 5 2 com.apple.net.netagent
kctl 0 0 6 2 com.apple.net.netagent
kctl 0 0 7 2 com.apple.net.netagent
kctl 0 0 8 2 com.apple.net.netagent
kctl 0 0 9 2 com.apple.net.netagent
kctl 0 0 10 2 com.apple.net.netagent
kctl 0 0 11 2 com.apple.net.netagent
kctl 0 0 12 2 com.apple.net.netagent
kctl 0 0 13 2 com.apple.net.netagent
kctl 0 0 14 2 com.apple.net.netagent
kctl 0 0 15 2 com.apple.net.netagent
kctl 0 0 16 2 com.apple.net.netagent
kctl 0 0 17 2 com.apple.net.netagent
kctl 0 0 18 2 com.apple.net.netagent
kctl 0 0 19 2 com.apple.net.netagent
kctl 0 0 20 2 com.apple.net.netagent
kctl 0 0 21 2 com.apple.net.netagent
kctl 0 0 22 2 com.apple.net.netagent
kctl 0 0 23 2 com.apple.net.netagent
kctl 0 0 24 2 com.apple.net.netagent
kctl 0 0 25 2 com.apple.net.netagent
kctl 0 0 26 2 com.apple.net.netagent
kctl 0 0 27 2 com.apple.net.netagent
kctl 0 0 1 3 com.apple.content-filter
kctl 0 0 1 4 com.apple.net.utun_control
kctl 0 0 2 4 com.apple.net.utun_control
kctl 0 0 3 4 com.apple.net.utun_control
kctl 0 0 4 4 com.apple.net.utun_control
kctl 0 0 5 4 com.apple.net.utun_control
kctl 0 0 1 6 com.apple.netsrc
kctl 0 0 2 6 com.apple.netsrc
kctl 0 0 3 6 com.apple.netsrc
kctl 0 0 4 6 com.apple.netsrc
kctl 0 0 5 6 com.apple.netsrc
kctl 0 0 6 6 com.apple.netsrc
kctl 0 0 7 6 com.apple.netsrc
kctl 0 0 8 6 com.apple.netsrc
kctl 0 0 9 6 com.apple.netsrc
kctl 0 0 10 6 com.apple.netsrc
kctl 0 0 11 6 com.apple.netsrc
kctl 0 0 12 6 com.apple.netsrc
kctl 0 0 13 6 com.apple.netsrc
kctl 0 0 14 6 com.apple.netsrc
kctl 0 0 15 6 com.apple.netsrc
kctl 0 0 16 6 com.apple.netsrc
kctl 0 0 17 6 com.apple.netsrc
kctl 0 0 18 6 com.apple.netsrc
kctl 0 0 19 6 com.apple.netsrc
kctl 0 0 20 6 com.apple.netsrc
kctl 0 0 21 6 com.apple.netsrc
kctl 0 0 22 6 com.apple.netsrc
kctl 0 0 23 6 com.apple.netsrc
kctl 0 0 24 6 com.apple.netsrc
kctl 0 0 25 6 com.apple.netsrc
kctl 0 0 26 6 com.apple.netsrc
kctl 0 0 27 6 com.apple.netsrc
kctl 0 0 28 6 com.apple.netsrc
kctl 0 0 29 6 com.apple.netsrc
kctl 0 0 30 6 com.apple.netsrc
kctl 0 0 31 6 com.apple.netsrc
kctl 0 0 32 6 com.apple.netsrc
kctl 0 0 33 6 com.apple.netsrc
kctl 0 0 34 6 com.apple.netsrc
kctl 0 0 35 6 com.apple.netsrc
kctl 0 0 36 6 com.apple.netsrc
kctl 0 0 37 6 com.apple.netsrc
kctl 0 0 38 6 com.apple.netsrc
kctl 0 0 39 6 com.apple.netsrc
kctl 0 0 40 6 com.apple.netsrc
kctl 0 0 41 6 com.apple.netsrc
kctl 0 0 42 6 com.apple.netsrc
kctl 0 0 43 6 com.apple.netsrc
kctl 0 0 44 6 com.apple.netsrc
kctl 0 0 45 6 com.apple.netsrc
kctl 0 0 46 6 com.apple.netsrc
kctl 0 0 47 6 com.apple.netsrc
kctl 0 0 48 6 com.apple.netsrc
kctl 0 0 49 6 com.apple.netsrc
kctl 0 0 50 6 com.apple.netsrc
kctl 0 0 51 6 com.apple.netsrc
kctl 0 0 52 6 com.apple.netsrc
kctl 0 0 53 6 com.apple.netsrc
kctl 0 0 54 6 com.apple.netsrc
kctl 0 0 55 6 com.apple.netsrc
kctl 0 0 56 6 com.apple.netsrc
kctl 0 0 57 6 com.apple.netsrc
kctl 0 0 58 6 com.apple.netsrc
kctl 0 0 59 6 com.apple.netsrc
kctl 0 0 60 6 com.apple.netsrc
kctl 0 0 61 6 com.apple.netsrc
kctl 0 0 62 6 com.apple.netsrc
kctl 0 0 63 6 com.apple.netsrc
kctl 0 0 64 6 com.apple.netsrc
kctl 0 0 65 6 com.apple.netsrc
kctl 0 0 66 6 com.apple.netsrc
kctl 0 0 67 6 com.apple.netsrc
kctl 0 0 68 6 com.apple.netsrc
kctl 0 0 69 6 com.apple.netsrc
kctl 0 0 71 6 com.apple.netsrc
kctl 0 0 1 7 com.apple.network.statistics
kctl 0 0 2 7 com.apple.network.statistics
kctl 0 0 3 7 com.apple.network.statistics
### netstat -nt
### grep 8089
### netstat -anL
Current listen queue sizes (qlen/incqlen/maxqlen)
Listen Local Address
0/0/128 *.53190
0/0/10 *.57621
0/0/128 127.0.0.1.58089
128/128/128 *.8089
0/0/128 *.49186
0/0/128 *.49186
0/0/1 127.0.0.1.49167
0/0/5 127.0.0.1.29754
0/0/128 fe80::aede:48ff:.49162
0/0/128 fe80::aede:48ff:.49161
0/0/128 fe80::aede:48ff:.49160
0/0/128 fe80::aede:48ff:.49159
0/0/128 fe80::aede:48ff:.49158
0/0/128 fe80::aede:48ff:.49157
0/0/128 fe80::aede:48ff:.49156
0/0/128 fe80::aede:48ff:.49155
0/0/128 fe80::aede:48ff:.49154
0/0/128 fe80::aede:48ff:.49153
0/0/10 127.0.0.1.29834
0/0/5 127.0.0.1.631
0/0/5 ::1.631
0/0/128 *.88
0/0/128 *.88
0/0/128 *.445
0/0/128 *.445
### netstat -s
tcp:
0 packet sent
0 data packet (0 byte)
0 data packet (0 byte) retransmitted
0 resend initiated by MTU discovery
0 ack-only packet (0 delayed)
0 URG only packet
0 window probe packet
0 window update packet
0 control packet
0 data packet sent after flow control
0 challenge ACK sent due to unexpected SYN
0 challenge ACK sent due to unexpected RST
0 checksummed in software
0 segment (0 byte) over IPv4
0 segment (0 byte) over IPv6
0 packet received
0 ack (for 0 byte)
0 duplicate ack
0 ack for unsent data
0 packet (0 byte) received in-sequence
0 completely duplicate packet (0 byte)
0 old duplicate packet
0 received packet dropped due to low memory
0 packet with some dup. data (0 byte duped)
0 out-of-order packet (0 byte)
0 packet (0 byte) of data after window
0 window probe
0 window update packet
0 packet recovered after loss
0 packet received after close
0 bad reset
0 discarded for bad checksum
0 checksummed in software
0 segment (0 byte) over IPv4
0 segment (0 byte) over IPv6
0 discarded for bad header offset field
0 discarded because packet too short
0 connection request
0 connection accept
0 bad connection attempt
0 listen queue overflow
0 connection established (including accepts)
0 connection closed (including 0 drop)
0 connection updated cached RTT on close
0 connection updated cached RTT variance on close
0 connection updated cached ssthresh on close
0 connection initialized RTT from route cache
0 connection initialized RTT variance from route cache
0 connection initialized ssthresh from route cache
0 embryonic connection dropped
0 segment updated rtt (of 0 attempt)
0 retransmit timeout
0 connection dropped by rexmit timeout
0 connection dropped after retransmitting FIN
0 unnecessary packet retransmissions
0 persist timeout
0 connection dropped by persist timeout
0 keepalive timeout
0 keepalive probe sent
0 connection dropped by keepalive
0 connection dropped by keepalive offload
0 correct ACK header prediction
0 correct data packet header prediction
0 SACK recovery episode
0 segment rexmit in SACK recovery episodes
0 byte rexmit in SACK recovery episodes
0 SACK option (SACK blocks) received
0 SACK option (SACK blocks) sent
0 SACK scoreboard overflow
0 limited transmit done
0 early retransmit done
0 time cumulative ack advanced along with SACK
0 probe timeout
0 time retransmit timeout triggered after probe
0 time probe packets were sent for an interface
0 time couldn't send probe packets for an interface
0 time fast recovery after tail loss
0 time recovered last packet
0 SACK based rescue retransmit
0 client connection attempted to negotiate ECN
0 client connection successfully negotiated ECN
0 time graceful fallback to Non-ECN connection
0 time lost ECN negotiating SYN, followed by retransmission
0 server connection attempted to negotiate ECN
0 server connection successfully negotiated ECN
0 time lost ECN negotiating SYN-ACK, followed by retransmission
0 time received congestion experienced (CE) notification
0 time CWR was sent in response to ECE
0 time sent ECE notification
0 connection received CE atleast once
0 connection received ECE atleast once
0 connection using ECN have seen packet loss but no CE
0 connection using ECN have seen packet loss and CE
0 connection using ECN received CE but no packet loss
0 connection fell back to non-ECN due to SYN-loss
0 connection fell back to non-ECN due to reordering
0 connection fell back to non-ECN due to excessive CE-markings
0 connection fell back caused by connection drop due to RST
0 connection fell back due to drop after multiple retransmits
0 connection fell back due to RST after SYN
0 time packet reordering was detected on a connection
0 time transmitted packets were reordered
0 time fast recovery was delayed to handle reordering
0 time retransmission was avoided by delaying recovery
0 retransmission not needed
0 retransmission due to tail loss
0 time DSACK option was sent
0 time DSACK option was received
0 time DSACK was disabled on a connection
0 time recovered from bad retransmission using DSACK
0 time ignored DSACK due to ack loss
0 time ignored old DSACK options
0 time PMTU Blackhole detection, size reverted
0 connection were dropped after long sleep
0 connection had stretch ack algorithm disabled
0 time a TFO-cookie has been announced
0 SYN with data and a valid TFO-cookie have been received
0 SYN with TFO-cookie-request received
0 time an invalid TFO-cookie has been received
0 time we requested a TFO-cookie
0 time the peer announced a TFO-cookie
0 time we combined SYN with data and a TFO-cookie
0 time our SYN with data has been acknowledged
0 time a connection-attempt with TFO fell back to regular TCP
0 time a TFO-connection blackhole'd
0 time a TFO-cookie we sent was wrong
0 time did not received a TFO-cookie we asked for
0 time TFO got disabled due to heuristicsn
0 time TFO got blackholed in the sending direction
0 time maximum segment size was changed to default
0 time maximum segment size was changed to medium
0 time maximum segment size was changed to low
0 timer drift less or equal to 1 ms
0 timer drift less or equal to 10 ms
0 timer drift less or equal to 20 ms
0 timer drift less or equal to 50 ms
0 timer drift less or equal to 100 ms
0 timer drift less or equal to 200 ms
0 timer drift less or equal to 500 ms
0 timer drift less or equal to 1000 ms
0 timer drift greater than to 1000 ms
udp:
1771137 datagrams received
0 with incomplete header
0 with bad data length field
0 with bad checksum
0 with no checksum
28 checksummed in software
0 datagram (0 byte) over IPv4
28 datagrams (35948 bytes) over IPv6
7974 dropped due to no socket
43327 broadcast/multicast datagrams undelivered
0 time multicast source filter matched
177077 dropped due to full socket buffers
0 not for hashed pcb
1542759 delivered
719015 datagrams output
45316 checksummed in software
0 datagram (0 byte) over IPv4
45316 datagrams (5739134 bytes) over IPv6
ip:
80375820 total packets received
0 bad header checksum
0 header (0 byte) checksummed in software
0 with size smaller than minimum
0 with data size < data length
95248 with data size > data length
0 packet forced to software checksum
0 with ip length > max ip packet size
0 with header length < data size
0 with data length < header length
0 with bad options
0 with incorrect version number
0 fragment received
0 dropped (dup or out of space)
0 dropped after timeout
0 reassembled ok
80361396 packets for this host
9374 packets for unknown/unsupported protocol
0 packet forwarded (0 packet fast forwarded)
0 packet not forwardable
4904 packets received for unknown multicast group
0 redirect sent
2869 input packets not chained due to collision
9023461 input packets processed in a chain
469 input packets unable to chain
111437 input packet chains processed with length greater than 2
68866 input packet chains processed with length greater than 4
71349016 input packets did not go through list processing path
0 input packet that passed the weak ES interface address match
146 input packets with no interface address match
117281629 packets sent from this host
36 packets sent with fabricated ip header
0 output packet dropped due to no bufs, etc.
0 output packet discarded due to no route
0 output datagram fragmented
0 fragment created
0 datagram that can't be fragmented
0 tunneling packet that can't find gif
0 datagram with bad address in header
0 packet dropped due to no bufs for control data
0 packet dropped due to NECP policy
68762 headers (1390976 bytes) checksummed in software
icmp:
5491 calls to icmp_error
0 error not generated 'cuz old message was icmp
Output histogram:
destination unreachable: 5491
0 message with bad code fields
0 message < minimum length
0 bad checksum
0 message with bad length
0 multicast echo requests ignored
0 multicast timestamp requests ignored
Input histogram:
echo reply: 2
destination unreachable: 5446
time exceeded: 32
0 message response generated
ICMP address mask responses are disabled
igmp:
3928 messages received
0 message received with too few bytes
0 message received with wrong TTL
0 message received with bad checksum
0 V1/V2 membership queries received
3928 V3 membership queries received
0 membership queries received with invalid field(s)
3928 general queries received
0 group queries received
0 group-source queries received
0 group-source queries dropped
0 membership report received
0 membership report received with invalid field(s)
0 membership report received for groups to which we belong
0 V3 report received without Router Alert
3934 membership reports sent
ipsec:
0 inbound packet processed successfully
0 inbound packet violated process security policy
0 inbound packet with no SA available
0 invalid inbound packet
0 inbound packet failed due to insufficient memory
0 inbound packet failed getting SPI
0 inbound packet failed on AH replay check
0 inbound packet failed on ESP replay check
0 inbound packet considered authentic by AH
0 inbound packet failed on AH authentication
0 inbound packet considered authentic by ESP
0 inbound packet failed on ESP authentication
0 outbound packet processed successfully
0 outbound packet violated process security policy
0 outbound packet with no SA available
0 invalid outbound packet
0 outbound packet failed due to insufficient memory
0 outbound packet with no route
arp:
10397 broadast ARP requests sent
2126 unicast ARP requests sent
16401 ARP replies sent
0 ARP announcement sent
581567 ARP requests received
3139 ARP replies received
584707 total ARP packets received
0 ARP conflict probe sent
0 invalid ARP resolve request
0 total packet dropped due to lack of memory
0 total packet held awaiting ARP reply
1337 total packets dropped due to no ARP entry
8258 total packets dropped during ARP entry removal
2180 ARP entries timed out
0 Duplicate IP seen
mptcp:
0 data packet sent
0 data byte sent
0 data packet received
0 data byte received
0 packet with an invalid MPCAP option
0 packet with an invalid MPJOIN option
0 time primary subflow fell back to TCP
0 time secondary subflow fell back to TCP
0 DSS option drop
0 other invalid MPTCP option
0 time the MPTCP subflow window was reduced
0 bad DSS checksum
0 time received out of order data
0 subflow switch
0 subflow switch due to advisory
0 subflow switch due to rtt
0 subflow switch due to rto
0 subflow switch due to peer
0 number of subflow probe
ip6:
6829104 total packets received
0 with size smaller than minimum
0 with data size < data length
0 with data size > data length
0 packet forced to software checksum
0 with bad options
0 with incorrect version number
56 fragments received
0 dropped (dup or out of space)
0 dropped after timeout
0 exceeded limit
28 reassembled ok
0 atomic fragments received
6517407 packets for this host
0 input packet that passed the weak ES interface address match
7 input packets with no interface address match
0 packet forwarded
206108 packets not forwardable
0 redirect sent
206108 multicast packets which we didn't join
0 packet whose headers are not continuous
0 tunneling packet that can't find gif
0 packet discarded due to too may headers
0 forward cache hit
0 forward cache miss
0 packet dropped due to no bufs for control data
0 input packet dropped due to too short length
0 input packet dropped due to missing CLAT46 IPv6 address
0 input packet dropped due to missing CLAT46 IPv4 address
0 input packet dropped due to CLAT46 IPv4 address derivation failure
0 input packet dropped due to CLAT46 IP header translation failure
0 input packet dropped due to CLAT46 protocol translation failure
0 input packet dropped due to CLAT46 fragment translation failure
0 input packet dropped due to invalid pbuf
0 input IPv4 packet dropped on CLAT46 enabled interface
0 input packet dropped due to CLAT46 failures
0 input packet successfully translated from IPv6 to IPv4
9479909 packets sent from this host
0 packet sent with fabricated ip header
0 output packet dropped due to no bufs, etc.
1212 output packets discarded due to no route
0 output datagram fragmented
0 fragment created
0 datagram that can't be fragmented
22 packets that violated scope rules
2 packets dropped due to NECP policy
0 output packet dropped due to missing CLAT46 IPv6 address
0 output packet dropped due to CLAT46 IPv6 address synthesis failure
0 output packet dropped due to CLAT46 IP header translation failure
0 output packet dropped due to CLAT46 protocol translation failure
0 output packet dropped due to CLAT46 fragment translation failure
0 output packet dropped due to invalid pbuf
0 output packet dropped due to CLAT46 failures
0 output packet successfully translated from IPv4 to IPv6
Input histogram:
hop by hop: 11914
TCP: 5760051
UDP: 756039
fragment: 56
ICMP6: 301044
Mbuf statistics:
23520 one mbuf
two or more mbuf:
lo0= 67608
en0= 49
utun3= 17
3638852 one ext mbuf
3099059 two or more ext mbuf
0 failure of source address selection
source addresses on an outgoing I/F
0 addresses scope=0
0 node-local
0 link-local
0 addresses scope=3
0 addresses scope=4
0 site-local
0 addresses scope=6
0 addresses scope=7
0 addresses scope=8
0 addresses scope=9
0 addresses scope=a
0 addresses scope=b
0 addresses scope=c
0 addresses scope=d
0 global
0 addresses scope=f
source addresses on a non-outgoing I/F
0 addresses scope=0
0 node-local
0 link-local
0 addresses scope=3
0 addresses scope=4
0 site-local
0 addresses scope=6
0 addresses scope=7
0 addresses scope=8
0 addresses scope=9
0 addresses scope=a
0 addresses scope=b
0 addresses scope=c
0 addresses scope=d
0 global
0 addresses scope=f
source addresses of same scope
0 addresses scope=0
0 node-local
0 link-local
0 addresses scope=3
0 addresses scope=4
0 site-local
0 addresses scope=6
0 addresses scope=7
0 addresses scope=8
0 addresses scope=9
0 addresses scope=a
0 addresses scope=b
0 addresses scope=c
0 addresses scope=d
0 global
0 addresses scope=f
source addresses of a different scope
0 addresses scope=0
0 node-local
0 link-local
0 addresses scope=3
0 addresses scope=4
0 site-local
0 addresses scope=6
0 addresses scope=7
0 addresses scope=8
0 addresses scope=9
0 addresses scope=a
0 addresses scope=b
0 addresses scope=c
0 addresses scope=d
0 global
0 addresses scope=f
deprecated source addresses
0 addresses scope=0
0 node-local
0 link-local
0 addresses scope=3
0 addresses scope=4
0 site-local
0 addresses scope=6
0 addresses scope=7
0 addresses scope=8
0 addresses scope=9
0 addresses scope=a
0 addresses scope=b
0 addresses scope=c
0 addresses scope=d
0 global
0 addresses scope=f
source address selection
148735 rules default
0 rule prefer same address
16303 rules prefer appropriate scope
0 rule avoid deprecated addresses
0 rule prefer home addresses
0 rule prefer outgoing interface
14353 rules prefer matching label
176691 rules prefer temporary addresses
0 rule prefer addresses on alive interfaces
101 rules use longest matching prefix
0 duplicate address detection collision
0 duplicate address detection NS loop
0 time ignored source on secondary expensive I/F
icmp6:
24820 calls to icmp_error
0 error not generated because old message was icmp error or so
0 error not generated because rate limitation
Output histogram:
unreach: 24820
router solicitation: 1
neighbor solicitation: 112714
neighbor advertisement: 45185
MLDv2 listener report: 284
0 message with bad code fields
0 message < minimum length
0 bad checksum
0 message with bad length
Input histogram:
unreach: 22348
router advertisement: 1264
neighbor solicitation: 45185
neighbor advertisement: 38050
Histogram of error messages to be generated:
0 no route
0 administratively prohibited
0 beyond scope
22337 address unreachable
2483 port unreachable
0 packet too big
0 time exceed transit
0 time exceed reassembly
0 erroneous header field
0 unrecognized next header
0 unrecognized option
0 redirect
0 unknown
0 message response generated
0 message with too many ND options
0 message with bad ND options
0 bad neighbor solicitation message
0 bad neighbor advertisement message
0 bad router solicitation message
0 bad router advertisement message
0 bad redirect message
0 path MTU change
0 dropped fragmented NDP message
ipsec6:
0 inbound packet processed successfully
0 inbound packet violated process security policy
0 inbound packet with no SA available
0 invalid inbound packet
0 inbound packet failed due to insufficient memory
0 inbound packet failed getting SPI
0 inbound packet failed on AH replay check
0 inbound packet failed on ESP replay check
0 inbound packet considered authentic by AH
0 inbound packet failed on AH authentication
0 inbound packet considered authentic by ESP
0 inbound packet failed on ESP authentication
0 outbound packet processed successfully
0 outbound packet violated process security policy
0 outbound packet with no SA available
0 invalid outbound packet
0 outbound packet failed due to insufficient memory
0 outbound packet with no route
rip6:
0 message received
0 checksum calculation on inbound
0 message with bad checksum
0 message dropped due to no socket
0 multicast message dropped due to no socket
0 message dropped due to full socket buffers
0 delivered
0 datagram output
pfkey:
0 request sent to userland
0 byte sent to userland
0 message with invalid length field
0 message with invalid version field
0 message with invalid message type field
0 message too short
0 message with memory allocation failure
0 message with duplicate extension
0 message with invalid extension type
0 message with invalid sa type
0 message with invalid address extension
0 request sent from userland
0 byte sent from userland
0 message toward single socket
0 message toward all sockets
0 message toward registered sockets
0 message with memory allocation failure
kevt:
18 current kernel control sockets
44 kernel control generation count
0 bad vendor failure
0 message too big failure
0 out of memory failure
0 message dropped due to full socket buffers
8962 messages posted
kctl:
0 total kernel control module registered
13 current kernel control modules registered
109 current kernel control sockets
1362 kernel control generation count
729 connection attempts
0 connection failure
40405 send failures
0 send list failure
733 enqueue failures
733 packets dropped due to full socket buffers
0 failure with bad kern_ctl_ref
0 register failure because of too many kern_ctl_ref
0 enqueuedata failure because could not allocate a packet
0 enqueuedata failure due to full socket buffers
xbkidle:
1 max per process
600 maximum time (seconds)
131072 high water mark
0 socket option not supported failure
0 too many sockets failure
0 total socket requested OK
0 extended bk idle socket
0 no cellular failure
0 no time failures
0 forced defunct socket
0 resumed socket
0 timeout expired failure
0 timer rescheduled
0 no delegated failure
net_api:
4 interface filters currently attached
4 interface filters currently attached by OS
4 interface filters attached since boot
4 interface filters attached since boot by OS
0 IP filter currently attached
0 interface filter currently attached by OS
0 IP filter attached since boot
0 IP filter attached since boot by OS
4 socket filters currently attached
4 socket filters currently attached by OS
4 socket filters attached since boot
4 socket filters attached since boot by OS
798921 sockets allocated since boot
102 sockets allocated in-kernel since boot
102 sockets allocated in-kernel by OS
47201 sockets with NECP client UUID since boot
297141 local domain sockets allocated since boot
57 route domain sockets allocated since boot
257782 inet domain sockets allocated since boot
165756 inet6 domain sockets allocated since boot
818 system domain sockets allocated since boot
0 multipath domain socket allocated since boot
0 key domain socket allocated since boot
1 ndrv domain socket allocated since boot
96 other domains sockets allocated since boot
22736 IPv4 stream sockets created since boot
235046 IPv4 datagram sockets created since boot
17991 IPv4 datagram sockets connected
48648 IPv4 DNS sockets
230073 IPv4 datagram sockets without data
39764 IPv6 stream sockets created since boot
125992 IPv6 datagram sockets created since boot
82683 IPv6 datagram sockets connected
0 IPv6 DNS socket
34186 IPv6 datagram sockets without data
119 socket multicast joins since boot
117 socket multicast joins since boot by OS
0 IPv4 stream nexus flow added since boot
0 IPv4 datagram nexus flow added since boot
0 IPv6 stream nexus flow added since boot
0 IPv6 datagram nexus flow added since boot
18 interfaces currently allocated
19 interfaces allocated since boot
18 interfaces currently allocated by OS
19 extended interfaces allocated since boot by OS
0 PF addrule operation since boot
0 PF addrule operation since boot by OS
0 vmnet start since boot
if_ports_used:
0 wakeuuid generation
0 offload port list query with wakeuuid not set
0 total offload port entry created since boot
0 current offload port entry
0 max offload port entry
0 duplicate offload port entry
0 total table entry search
0 max hash table entry search
0 match so wake packet call
0 match ch wake packet call
0 IPv4 wake packet
0 IPv6 wake packet
0 TCP wake packet
0 UDP wake packet
0 ISAKMP NAT traversal wake packet
0 ESP wake packet
0 bad protocol wake packet
0 bad family wake packet
0 wake packet event
0 duplicate wake packet event in same wake cycle
0 wake packet event undelivered
0 unattributed wake packet event
0 duplicate unattributed wake packet event in same wake cycle
0 unattributed wake packet event undelivered
0 unattributed wake packet received with null interface
0 bad packet without wake flag
0 pure fragment wake packet
0 packet with incomplete TCP header
0 packet with incomplete UDP header
0 port entry not added with wakeuuid not set
0 deferred matching of ISAKMP NAT traversal wake packet
### curl http://127.0.0.1:58089/status
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 586 100 586 0 0 106k 0 --:--:-- --:--:-- --:--:-- 572k
{"arch":"x86_64","booted":true,"description":"the daemon powering Channels DVR","features":{"bonjour":true,"bytelimitedhls":true,"comskip":true,"cpu":true,"dev":false,"dvr":true,"events":true,"guide":true,"m3u":true,"nat":false,"on_later":false,"playon":false,"remote":true,"roku":false,"tmsimgproxy":true,"transcode":true,"tve":true,"virtual":false},"name":"channels-dvr","os":"darwin","prerelease":true,"start_time":"2022-08-18T19:07:58.331369-04:00","subscription":"active","suspected_proxies":null,"url":"https://getchannels.com/dvr","username":"thully","version":"2022.08.16.2108"}+ [[ 0 -eq 0 ]]
### curl -XPUT http://127.0.0.1:58089/updater/force/restart
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4 100 4 0 0 756 0 --:--:-- --:--:-- --:--:-- 4000
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment