Versions in this module Expand all Collapse all v0 v0.1.4 Nov 17, 2023 v0.1.3 Aug 7, 2023 v0.1.2 Jul 21, 2023 v0.1.1 Jul 17, 2023 Changes in this version + type DiskUsages struct + Perc string + Source string + Target string + Total string + Used string + func ParseDiskUsage(output []byte) ([]DiskUsages, error) v0.1.0 Jul 17, 2023 Changes in this version + type ProcessStatusItems struct + CPU float64 + Command string + Memory float64 + Nice int + PID int + User string + func ParsePSOutput(bytestream []byte) ([]ProcessStatusItems, error) + type SystemdItems struct + Description string + Loaded string + Name string + State string + Status string + func ParseSystemdOutput(bytestream []byte) ([]SystemdItems, error)