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

Add region "properties"

parent ff5dbf37
Branches
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ namespace ATxCommon.Monitoring ...@@ -49,6 +49,8 @@ namespace ATxCommon.Monitoring
private int _probation; private int _probation;
#region properties
/// <summary> /// <summary>
/// Current CPU load (usage percentage over all cores), averaged of the last four readings. /// Current CPU load (usage percentage over all cores), averaged of the last four readings.
/// </summary> /// </summary>
...@@ -106,6 +108,8 @@ namespace ATxCommon.Monitoring ...@@ -106,6 +108,8 @@ namespace ATxCommon.Monitoring
} }
} }
#endregion
/// <summary> /// <summary>
......
...@@ -51,6 +51,9 @@ namespace ATxCommon.Monitoring ...@@ -51,6 +51,9 @@ namespace ATxCommon.Monitoring
private float _limit; private float _limit;
#region properties
/// <summary> /// <summary>
/// Current PhysicalDisk Queue Length, averaged of the last four readings. /// Current PhysicalDisk Queue Length, averaged of the last four readings.
/// </summary> /// </summary>
...@@ -109,6 +112,9 @@ namespace ATxCommon.Monitoring ...@@ -109,6 +112,9 @@ namespace ATxCommon.Monitoring
} }
#endregion
/// <summary> /// <summary>
/// Create performance counter and initialize it. /// 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