Skip to content
Snippets Groups Projects
Commit 21c42683 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ceph io fix help text

parent 69a88eae
No related branches found
No related tags found
1 merge request!208ceph io fix help text
...@@ -18,40 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph ...@@ -18,40 +18,35 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/ceph
```txt ```txt
______________________________________________________________________ ______________________________________________________________________
CHECK_DISK-IO CHECK_CEPH_IO
v1.1 v1.5
(c) Institute for Medical Education - University of Bern (c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3 Licence: GNU GPL 3
https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_disk-io.html https://os-docs.iml.unibe.ch/icinga-checks/Checks/check_ceph_io.html
______________________________________________________________________ ______________________________________________________________________
Disk infos based on /sys/block/[NAME]/stat Show cheph IO as read and written bytes per second.
See https://www.kernel.org/doc/Documentation/block/stat.txt This check sends performance data.
and https://www.kernel.org/doc/Documentation/iostats.txt
The system data are counters that are difficult to read.
The output of this check for each value a delta value per second since
last check.
SYNTAX: SYNTAX:
check_disk-io -m MODE check_ceph_io
OPTIONS: OPTIONS:
-m MODE set mode for type of output (required)
-h or --help show this help. -h or --help show this help.
-t [STRING] test a value; for debugging purposes
Without a string internally stored values will be tested
PARAMETERS: EXAMPLE:
check_ceph_io
no parameters; normal usage to get the ceph io data
MODE check_ceph_io -t
io read I/Os, write I/Os, discard I/0s Run a few builtin tests
ticks read ticks, write ticks, discard ticks
wait total wait time for all requests
EXAMPLE: check_ceph_io -t " client: 255 B/s rd, 0 op/s rd, 0 op/s wr"
check_disk-io -m io Test a given string
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment