Config/tpc_Memory.json
{
"name": "Memory Performance", "description": "Memory usage and paging activity", "counters": [ { "title": "Available Memory", "unit": "MB", "conversionFactor": 1, "conversionExponent": 1, "type": "Number", "format": "both", "counterID": "4-1382", "counterSetType": "SingleInstance", "counterInstance": "", "colorMap": { "500": "RED", "1000": "Yellow", "999999": "Green" }, "graphConfiguration": { "Samples": 100, "graphType": "Bar", "showStatistics": true, "yAxisStep": 500, "yAxisMaxRows": 10, "colors": { "title": "Green", "statistics": "Gray", "default": "White" } } }, { "title": "Memory Committed Bytes", "unit": "%", "conversionFactor": 1, "conversionExponent": 1, "type": "Percentage", "format": "both", "counterID": "4-1406", "counterSetType": "SingleInstance", "counterInstance": "", "colorMap": { "90": "Red", "75": "Yellow", "0": "Green" }, "graphConfiguration": { "Samples": 100, "graphType": "Bar", "showStatistics": true, "yAxisStep": 10, "yAxisMaxRows": 10, "colors": { "title": "Red", "statistics": "Gray", "default": "White" } } } ] } |