The performance counter.
| Name | Type | Description |
|---|
| category | string | | Name of the counter category. |
|
| counter | string | | Name of the performance counter. |
|
| instance | string | | Name of the performance counter instance (e.g. _Global_). |
|
| machineName | string | | Name of the machine to read the performance counter from. |
|
| culture | string | | The culture name to be used for rendering. |
|
| cultureInfo | CultureInfo | | The CultureInfo to be used for rendering. |
|
| fixedLength | boolean | | Trim the rendered text to the AbsolutePadding value. Default value is: False. |
|
| lowerCase | boolean | | Render an upper-case string. Default value is: False. |
|
| padCharacter | Char | |
| padding | integer | |
| upperCase | boolean | | Render an upper-case string. Default value is: False. |
|