Skip to content

Releases: prometheus/procfs

0.1.3 / 2020-06-14

14 Jun 12:17
v0.1.3
3a90061
Compare
Choose a tag to compare
  • Add mips64 variants for cpuinfo #309

0.1.2 / 2020-06-14

14 Jun 06:43
v0.1.2
b23b502
Compare
Choose a tag to compare
  • Add CPUInfo parser for mipsle #307
  • Remove error wrapper from /sys/class/power_supply #308

0.1.1 / 2020-06-10

10 Jun 08:38
v0.1.1
9d2ce6b
Compare
Choose a tag to compare
  • Add MIPS cpuinfo support #306

0.1.0 / 2020-06-06

06 Jun 06:55
v0.1.0
fce2797
Compare
Choose a tag to compare
  • 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

19 Mar 12:47
46159f7
Compare
Choose a tag to compare
  • /proc/[pid]/maps parser #253
  • An inode entry does not always contain a mask part #258
  • bcache: add priorityStats flag #265
  • Fix softnet parsing #271
  • Ignore infiniband files that report 'permission denied' #273

0.0.10 / 2020-02-17

17 Feb 17:02
v0.0.10
4850c19
Compare
Choose a tag to compare
  • Unwrap infiband error #264

0.0.9 / 2020-02-14

14 Feb 12:11
v0.0.9
Compare
Choose a tag to compare
  • 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

25 Nov 18:05
6d489fc
Compare
Choose a tag to compare
  • support for /proc/net/sockstat{,6} via FS.Sockstat and FS.Sockstat6: #237
  • internal linting and cleanup

0.0.7 / 2019-11-15

15 Nov 22:59
v0.0.7
Compare
Choose a tag to compare
  • [BUGFIX] Remove debug logging from mountinfo

0.0.6 / 2019-11-11

11 Nov 16:22
v0.0.6
Compare
Choose a tag to compare
  • introduce new function ReadFileNoStat #219
  • Btrfs support #223
  • RAPL reader implementation #224
  • fix: RxPackets is doubled in package procfs #226
  • Update mountinfo parsing #228
  • Convert stat parser to ReadFileNoStat() #231
  • feat: Add support for meminfo #232 * Btrfs support #223