Config/tpc_Disk.json

{
    "name": "Disk Performance",
    "description": "Disk I/O activity and queue monitoring",
    "counters": [
        {
            "title": "Disk Read MB/sec",
            "unit": "MB/sec",
            "conversionFactor": 1024,
            "conversionExponent": 2,
            "type": "Number",
            "format": "both",
            "counterID": "234-220",
            "counterSetType": "MultiInstance",
            "counterInstance": "_Total",
            "colorMap": {
                "200": "Red",
                "500": "Yellow",
                "1000": "Green"
            },
            "graphConfiguration": {
                "Samples": 100,
                "graphType": "Line",
                "format": "both",
                "showStatistics": true,
                "yAxisStep": 200,
                "yAxisMaxRows": 10,
                "colors": {
                    "title": "Blue",
                    "statistics": "Gray",
                    "default": "White"
                }
            }
        },
        {
            "title": "Disk Write MB/sec",
            "unit": "MB/sec",
            "conversionFactor": 1024,
            "conversionExponent": 2,
            "type": "Number",
            "format": "both",
            "counterID": "234-222",
            "counterSetType": "MultiInstance",
            "counterInstance": "_Total",
            "colorMap": {
                "200": "Red",
                "500": "Yellow",
                "1000": "Green"
            },
            "graphConfiguration": {
                "Samples": 100,
                "graphType": "Line",
                "showStatistics": true,
                "yAxisStep": 200,
                "yAxisMaxRows": 10,
                "colors": {
                    "title": "Magenta",
                    "statistics": "Gray",
                    "default": "White"
                }
            }
        },
        {
            "title": "Disk Queue Length",
            "unit": "",
            "type": "Number",
            "format": "both",
            "counterID": "234-198",
            "counterSetType": "MultiInstance",
            "counterInstance": "_Total",
            "colorMap": {
                "5": "Green",
                "7": "Yellow",
                "9": "Red"
            },
            "graphConfiguration": {
                "Samples": 100,
                "graphType": "Bar",
                "showStatistics": true,
                "yAxisStep": 1,
                "yAxisMaxRows": 10,
                "colors": {
                    "title": "Cyan",
                    "statistics": "Gray",
                    "default": "White"
                }
            }
        }
    ]
}