HistoryShowTypes¶
Description¶
Determines which values are displayed in the exported “History” chart.
Syntax¶
SetOption HistoryShowTypes: <Integer>;
Example¶
$SOS.SetOption("HistoryShowTypes", 3) #PowerShell
SOS.SetOption "HistoryShowTypes", 3 'VBS
Sets the values which will be displayed in the “History” chart to “Size” and “Allocated”.
Remarks¶
Supported values:
- 1
“Size”
- 2
“Allocated space”
- 3
“Size” and “Allocated space”
- 4
“Average”
- 5
“Size” and “Average”
- 6
“Allocated space” and “Average”
- 7
“Size”, “Allocated space” and “Average”