Skip to content
Snippets Groups Projects
Commit 7484dcb7 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add region "properties"

parent ff5dbf37
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ namespace ATxCommon.Monitoring
private int _probation;
#region properties
/// <summary>
/// Current CPU load (usage percentage over all cores), averaged of the last four readings.
/// </summary>
......@@ -106,6 +108,8 @@ namespace ATxCommon.Monitoring
}
}
#endregion
/// <summary>
......
......@@ -51,6 +51,9 @@ namespace ATxCommon.Monitoring
private float _limit;
#region properties
/// <summary>
/// Current PhysicalDisk Queue Length, averaged of the last four readings.
/// </summary>
......@@ -109,6 +112,9 @@ namespace ATxCommon.Monitoring
}
#endregion
/// <summary>
/// Create performance counter and initialize it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment