Fix incorrect definition for the swap metrics

The swap I/O metrics are expressed in bytes not pages.

Change-Id: I294583839bafe81b32589c05e24d0a84a955ba73
Partial-Bug: #1614574
This commit is contained in:
Simon Pasquier 2016-08-23 17:11:32 +02:00
parent 381e2b2b3a
commit 11c2b3e71b
1 changed files with 3 additions and 3 deletions

View File

@ -103,11 +103,11 @@ Swap
* ``swap_cached``, the amount of cached memory (in bytes) that is in the swap.
* ``swap_free``, the amount of free memory (in bytes) that is in the swap.
* ``swap_io_in``, the number of swap pages written per second.
* ``swap_io_out``, the number of swap pages read per second.
* ``swap_io_in``, the number of swap bytes written per second.
* ``swap_io_out``, the number of swap bytes read per second.
* ``swap_used``, the amount of used memory (in bytes) that is in the swap.
Users
^^^^^
* ``logged_users``, the number of users currently logged in.
* ``logged_users``, the number of users currently logged in.