Lightweight system monitoring agent for FreeBSD, Linux, and Windows. Kernel-level scheduler latency, I/O, and memory events via DTrace · eBPF · ETW.
FreeBSD — one command
Download, install, and register the service
curl -L https://cdn.mihosrc.com/releases/mihosrcd_freebsd_amd64_8.4.2.tar.gz \
| tar -xzf - -C /tmp && cd /tmp/mihosrcd && sudo sh install.shCPU, memory, disk, and network collected once per second. Optimized for FreeBSD via sysctl · getifaddrs · devstat.
FreeBSD sched:::on-cpu / off-cpu · Linux kprobe·tracepoint · Windows ETW NT Kernel Logger. Kernel-level scheduler latency, I/O, and memory events across all three platforms.
Buffers data to SQLite during network outages. Auto-retransmit on reconnect. Zero data loss.
Agent periodically checks version.json. Self-updates after SHA256 checksum verification.
Dynamic library (.so) based plugin loader. Inject custom collectors at runtime without recompiling.
FreeBSD rc.d script included. One line to auto-start on boot: mihosrcd_enable="YES".