3x-ui/util/sys/psutil.go

11 lines
331 B
Go
Raw Normal View History

2025-09-20 07:35:50 +00:00
// Package sys provides system utilities for monitoring network connections and CPU usage.
// Platform-specific implementations are provided for Windows, Linux, and macOS.
2023-02-09 19:18:06 +00:00
package sys
import (
_ "unsafe"
)
2024-06-17 19:48:49 +00:00
//go:linkname HostProc github.com/shirou/gopsutil/v4/internal/common.HostProc
2023-02-09 19:18:06 +00:00
func HostProc(combineWith ...string) string