Reading List

macOS Network Metrics Using sysctl() from Michael Tsai RSS feed.

macOS Network Metrics Using sysctl()

Milen Dzhumerov: As part of my work on the Buck2 build system, I needed a way to observe the network throughput of the system. After some research, the conclusion was to use sysctl() with NET_RT_IFLIST2: this provided access to 64bit metrics which do not suffer from overflowing that affects the 32bit fields of the older […]