github apple/swift-system-metrics 1.2.2

one month ago

What's Changed

SemVer Patch

  • Fix Linux open file descriptor count being inflated by 2 due to counting . and .. directory entries by @Ronitsabhaya75 in #112
  • Fix integer truncation in process start time to preserve sub-second precision by @Ronitsabhaya75 in #115
  • Fix process_max_fds to use soft limit (rlim_cur) on Linux by @Ronitsabhaya75 in #116
  • Add process page fault metrics (minor/major) using getrusage on Linux and Darwin by @Ronitsabhaya75 in #118
  • Refactor readFull() to use iterative while loop instead of recursion by @Ronitsabhaya75 in #119

Other Changes

New Contributors

Full Changelog: 1.2.1...1.2.2

Don't miss a new swift-system-metrics release

NewReleases is sending notifications on new releases.