Skip to content

Commit 1aa29ef

Browse files
authored
Create lading 0.25.8 (#1312)
This commit contains fixes for the observer, using virtual CPU count for both procfs and cgroup CPU calculations as well as ignoring child processes if they are forked but not exec'd when performing memory sums. We will improve the detection mechanism on this later case over time. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 4dfbb79 commit 1aa29ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
## Changed
7+
## [0.25.8]
98
## Fixed
109
- Lading will now ignore child processes when polling /proc if the children are
1110
forked but not exec'd.
11+
- Lading uses virtual CPUs when calculating both procfs and cgroup CPU data.
1212

1313
## [0.25.7]
1414
## Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.25.7"
3+
version = "0.25.8"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)