summaryrefslogtreecommitdiffstats
path: root/devices/cpu.go
diff options
context:
space:
mode:
Diffstat (limited to 'devices/cpu.go')
-rw-r--r--devices/cpu.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/devices/cpu.go b/devices/cpu.go
index b4a9799..e1cb066 100644
--- a/devices/cpu.go
+++ b/devices/cpu.go
@@ -1,5 +1,10 @@
package devices
+// TODO: https://github.com/elastic/go-sysinfo
+// TODO: https://github.com/mackerelio/go-osstat
+// TODO: https://github.com/akhenakh/statgo
+// TODO: https://github.com/jaypipes/ghw
+
import (
"log"
"time"