Merge pull request #125 from prometheus/superq/cpufreq_sync

Collect cpufreq in parallel
tree: ebd04250d26ad5dba98b8119d15bfd45ac978498
  1. .circleci/
  2. bcache/
  3. internal/
  4. nfs/
  5. scripts/
  6. sysfs/
  7. xfs/
  8. .gitignore
  9. buddyinfo.go
  10. buddyinfo_test.go
  11. CONTRIBUTING.md
  12. doc.go
  13. fixtures.ttar
  14. fs.go
  15. fs_test.go
  16. go.mod
  17. go.sum
  18. ipvs.go
  19. ipvs_test.go
  20. LICENSE
  21. MAINTAINERS.md
  22. Makefile
  23. Makefile.common
  24. mdstat.go
  25. mdstat_test.go
  26. mountstats.go
  27. mountstats_test.go
  28. net_dev.go
  29. net_dev_test.go
  30. NOTICE
  31. proc.go
  32. proc_io.go
  33. proc_io_test.go
  34. proc_limits.go
  35. proc_limits_test.go
  36. proc_ns.go
  37. proc_ns_test.go
  38. proc_stat.go
  39. proc_stat_test.go
  40. proc_test.go
  41. README.md
  42. stat.go
  43. stat_test.go
  44. ttar
  45. xfrm.go
  46. xfrm_test.go
README.md

procfs

This procfs package provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.

WARNING: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk.

GoDoc Build Status Go Report Card