You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
681 B
19 lines
681 B
{
|
|
"__class__": "rapid_diag.task.Task",
|
|
"collectors": [
|
|
{
|
|
"collection_time": 600,
|
|
"__class__": "rapid_diag.collector.iops.IOPS"
|
|
},
|
|
{
|
|
"__class__": "rapid_diag.collector.diag.Diag"
|
|
}
|
|
],
|
|
"name": "Storage performance statistics",
|
|
"collector_tool_names": "iops, splunkdiag",
|
|
"description": "For investigating issues related to storage performance and load. The collector monitors and logs input/output operation statistics on the host it is running on.",
|
|
"host": "",
|
|
"task_id": "iops-main",
|
|
"symptoms" : [ "high-cpu", "blocked-queues", "replication-issues" , "slow-searches", "storage-issues" ]
|
|
}
|