You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/process-metric
16
16
17
17
Please see the [project releases](https://socketry.github.io/process-metrics/releases/index) for all releases.
18
18
19
+
### v0.11.0
20
+
21
+
-`process-metrics` command is removed, replaced with `bake process:metrics`.
22
+
19
23
### v0.10.2
20
24
21
25
- Add `Process::Metrics::Memory#private_size` for the sum of private (unshared) pages (Private\_Clean + Private\_Dirty); `#unique_size` is now an alias for `#private_size`.
@@ -56,12 +60,6 @@ Please see the [project releases](https://socketry.github.io/process-metrics/rel
56
60
57
61
- Fixed Linux memory usage capture to correctly read memory statistics.
58
62
59
-
### v0.5.0
60
-
61
-
- Added `--total-memory` option for scaling memory usage graphs, allowing users to set custom total memory values.
62
-
- Improved support for proportional memory usage (PSS).
0 commit comments