Pulse/internal/hostmetrics
rcourtman 6c720b7aea fix(freebsd): use golang.org/x/sys/unix.SysctlRaw instead of syscall.SysctlRaw
syscall.SysctlRaw is Darwin-only in Go's standard library; FreeBSD
requires the equivalent from golang.org/x/sys/unix. This fixes the
Docker cross-compilation build failure for the freebsd/amd64 target.

(cherry picked from commit 5fe16c75a075b817f90b7192d8270a7bd6677017)
2026-02-18 13:00:02 +00:00
..
arc_freebsd.go fix(freebsd): use golang.org/x/sys/unix.SysctlRaw instead of syscall.SysctlRaw 2026-02-18 13:00:02 +00:00
arc_other.go fix(memory): correct memory reporting for Linux VMs and FreeBSD ZFS ARC 2026-02-18 12:56:53 +00:00
collector.go fix(memory): correct memory reporting for Linux VMs and FreeBSD ZFS ARC 2026-02-18 12:56:53 +00:00
collector_memory_regression_test.go Add memory regression tests for agent and scheduler 2026-02-04 19:33:29 +00:00
collector_test.go fix: Deduplicate disks by device+total to fix Synology storage overcounting. Related to #953 2025-12-29 14:03:32 +00:00
zfs.go fix: ZFS pool usage now includes zvols and all pool consumers 2026-01-29 12:08:38 +00:00
zfs_test.go fix: ZFS pool usage now includes zvols and all pool consumers 2026-01-29 12:08:38 +00:00