Skip to content

Commit 83d87c7

Browse files
mobratilMartin Obratil
andauthored
Update README to mention cgroups support (#4884)
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 <[email protected]>
1 parent f75874b commit 83d87c7

File tree

1 file changed

+4
-1
lines changed
  • src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring

1 file changed

+4
-1
lines changed

src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Microsoft.Extensions.Diagnostics.ResourceMonitoring
22

3-
Measures and reports processor and memory usage.
3+
Measures and reports processor and memory usage. This library utilizes control groups (cgroups) in Linux to monitor system resources.
4+
5+
> [!NOTE]
6+
> Currently, it supports cgroups v1 but does not have support for cgroups v2.
47
58
## Install the package
69

0 commit comments

Comments
 (0)