Skip to content

Commit

Permalink
Update README to mention cgroups support (#4884)
Browse files Browse the repository at this point in the history
The README file for the Diagnostic Resource Monitoring library has been updated. It has been mentioned that this library uses control groups (cgroups) in Linux to monitor system resources. A note has also been added stating that it currently supports cgroups v1, but there is no support for cgroups v2.

Co-authored-by: Martin Obratil <maobrati@microsoft.com>
  • Loading branch information
mobratil and Martin Obratil authored Jan 17, 2024
1 parent f75874b commit 83d87c7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Microsoft.Extensions.Diagnostics.ResourceMonitoring

Measures and reports processor and memory usage.
Measures and reports processor and memory usage. This library utilizes control groups (cgroups) in Linux to monitor system resources.

> [!NOTE]
> Currently, it supports cgroups v1 but does not have support for cgroups v2.
## Install the package

Expand Down

0 comments on commit 83d87c7

Please sign in to comment.