--- /dev/null
+.. _mgr-iostat-overview:
+
+iostat
+======
+
+This plugin shows the current throughput and IOPS done on the Ceph cluster.
+
+Enabling
+--------
+
+To check if the *iostat* module is enabled, run::
+
+ ceph mgr module ls
+
+The module can be enabled with::
+
+ ceph mgr module enable iostat
+
+To execute the module, run::
+
+ ceph iostat
+
+To change the frequency at which the statistics are printed, use the ``-p``
+option::
+
+ ceph iostat -p <period in seconds>
+
+For example, use the following command to print the statistics every 5 seconds::
+
+ ceph iostat -p 5
+
+To stop the module, press Ctrl-C.
via a "pass through" method. See http://docs.ceph.com/docs/master/mgr/restful
for details.
+ - New command to track throughput and IOPS statistics, also available in
+ ``ceph -s`` and previously in ``ceph -w``. To use this command, enable
+ the ``iostat`` Manager module and invoke it using ``ceph iostat``. See the
+ :ref:`iostat documentation <mgr-iostat-overview>` for details.
+
* *build/packaging*
- The ``rcceph`` script (``systemd/ceph`` in the source code tree, shipped as