Project

General

Profile

Actions

Feature #22495

closed

mgr: dashboard: show per pool io

Added by Konstantin Shalygin over 6 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
General
Target version:
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

It will be useful if pools will show ('Activity' in health.html) ['read_op_per_sec', 'write_op_per_sec'] in per pool basis (ceph osd pool stats).

[
    {
        "pool_name": "replicated_rbd",
        "pool_id": 1,
        "recovery": {},
        "recovery_rate": {},
        "client_io_rate": {
            "read_bytes_sec": 1345756,
            "write_bytes_sec": 1544000,
            "read_op_per_sec": 596,
            "write_op_per_sec": 263
        }
    }
]
Actions #1

Updated by Chang Liu over 6 years ago

  • Assignee set to Chang Liu
Actions #3

Updated by John Spray about 6 years ago

  • Status changed from New to Resolved
Actions #4

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 132 to General
Actions

Also available in: Atom PDF