summaryrefslogtreecommitdiffstats
path: root/src/pybind/ceph_daemon.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/pybind: fix type annotations for signal handler functionJohn Mulligan2023-03-301-3/+3
* pybind/ceph_argparse: add more type annotationsKefu Chai2021-06-301-2/+2
* pybind/ceph_daemon: add missing type annotationsKefu Chai2021-06-051-5/+8
* pybind/ceph_daemon: correct type annotation of admin_socket()Kefu Chai2021-06-051-1/+1
* pybind/ceph_daemon: fix the format string in Termsize.__repr__()Kefu Chai2021-06-051-2/+2
* pybind/ceph_daemon: do not handle get_command_descriptions in admin_socket()Kefu Chai2021-06-051-3/+0
* pybind/ceph_daemon: import OrderedDict from collectionsKefu Chai2021-05-241-4/+1
* pybind/ceph_daemon: add type annotationsKefu Chai2021-05-241-26/+45
* Merge pull request #38809 from Rethan/fs-status-styleKefu Chai2021-01-121-2/+2
|\
| * pybind/mgr: change format_bytes unit color from black to yellowhaoyixing2021-01-081-2/+2
* | ceph.in,ceph_argparse: add type annotationsKefu Chai2021-01-011-1/+4
|/
* fix python collections module warning for v3.7 and aboveGanesh Maharaj Mahalingam2018-10-291-1/+4
* pybind/ceph_daemon: expand the order of magnitude ofYunfeiGuan2018-05-021-1/+3
* common,mon,osd,pybind: remove executable mode bitKefu Chai2017-09-071-0/+0
* pybind/ceph_daemon.py: fix Termsize.updateKefu Chai2017-05-241-1/+1
* pybind/ceph_daemon.py: move _gettermsize() into TermsizeKefu Chai2017-05-231-17/+18
* pybind/ceph_daemon.py: _gettermsize fails on non-terminalsDan Mick2017-04-281-1/+6
* pybind/ceph_daemon: preserve orderingSage Weil2017-04-261-2/+2
* pybind/ceph_daemon: default to prio 0 if unspecifiedSage Weil2017-04-261-1/+1
* ceph.in, pybind/ceph_daemon.py: add 'daemonperf list'Dan Mick2017-04-261-0/+18
* ceph.in, pybind/ceph_daemon.py: add priority filteringDan Mick2017-04-261-5/+9
* pybind/ceph_daemon.py: allow sections to split for 'fitting'Dan Mick2017-04-261-8/+12
* ceph.in, pybind/ceph_daemon.py: allow stat filter patternsDan Mick2017-04-261-4/+28
* pybind/ceph_daemon.py: reprint headers as soon as they disappearDan Mick2017-04-261-1/+1
* pybind/ceph_daemon.py: stop early termination of sleepDan Mick2017-04-261-1/+6
* pybind/ceph_daemon.py: DaemonWatcher: fit display to window sizeDan Mick2017-04-261-6/+66
* ceph: daemonperf: order metrics to match asok json dumpSage Weil2017-03-211-3/+7
* pybind/ceph_daemon: use small chunk for recvXiaoxi Chen2017-03-101-1/+5
* Fix usage of bytes vs unicode in Ceph CLI for Python 3 compatibilityOleh Prypin2016-06-161-8/+8
* Make use of builtins (+division) in Ceph CLI compatible with Python 3Oleh Prypin2016-06-161-2/+2
* ceph daemonperf: add watch interval and count parametersMykola Golub2015-04-061-2/+6
* ceph.in: add 'daemonperf' commandJohn Spray2015-03-051-0/+274