Releases: prometheus/procfs
Releases · prometheus/procfs
0.2.0 / 2020-09-23
- Fix godoc for pool_size, move units to bits #311
- Fix missing parseCPUInfo func on unknown architectures #312
- Fix running test on arm64 #313
- Split process map tests into 32/64-bit variants #314
- Add CPUInfo parsing for RISCV #318
- Handle multi-digit powercap indexes #320
- Add parsing of "checking" state to mdstat #321
- Add GIDs to ProcStatus struct #322
0.1.3 / 2020-06-14
- Add mips64 variants for cpuinfo #309
0.1.2 / 2020-06-14
0.1.1 / 2020-06-10
- Add MIPS cpuinfo support #306
0.1.0 / 2020-06-06
- Multiplatform support for cpuinfo #257 #288 #290
- Parse /proc//cgroup file #260
- Add support for fscache #262
- Add support for fibre channel #270
- mountstats: handle extended per-op stats #276
- Bcache: add bdev/writeback_rate_debug stats #277
- Add wchan. #280
- Add smaps information from /proc/pid/smaps_rollup #286
- Parse temp as signed number #287
- Parse sys/block/xxx/queue #299
- sysfs: skip thermal for ENODATA #300
- Fix MDStat() error return #302
- parse /proc/sys/kernel/random #305
0.0.11 / 2020-03-19
0.0.10 / 2020-02-17
- Unwrap infiband error #264
0.0.9 / 2020-02-14
- Add /proc/net/udp parsing especially for the tx_queue and rx_queue lengths #235
- clean up /proc/crypto parser and tests #236
- tidy up NetUnix APIs and internals #242
- Add UIDs to ProcStatus struct #243
- less restrictive checking for xfs quota stats #245
- Add support for /proc/swaps #246
- clean up softnet parsing APIs and code #247
- Fix the overflow while parsing ipv6 addr inside net_udp.go #250
- Add support for loadavg #251
- Added parsing netfilter conntrack statistics from net/stat/nf_conntrack #254
- Expose xs_qm_dquot_unused XFS counter #249
0.0.8 / 2019-11-25
- support for
/proc/net/sockstat{,6}
viaFS.Sockstat
andFS.Sockstat6
: #237 - internal linting and cleanup
0.0.7 / 2019-11-15
- [BUGFIX] Remove debug logging from mountinfo