diff options
author | sakib <[email protected]> | 2019-05-12 01:04:51 +0600 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-12 08:54:12 +0200 |
commit | 9724af8bf5f0c74ad0472493980a098167ecb2aa (patch) | |
tree | db8983852bacd9e0852548d64be8b526f3d9ddc5 /help/C | |
parent | b50be537ac909b220f667a32de38aa158bdca804 (diff) | |
download | mate-system-monitor-9724af8bf5f0c74ad0472493980a098167ecb2aa.tar.bz2 mate-system-monitor-9724af8bf5f0c74ad0472493980a098167ecb2aa.tar.xz |
add disk I/O info on usage and prefs section
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/index.docbook | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 61d59bd..ed03c8d 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -475,6 +475,18 @@ <para>Waiting Channel</para> </listitem> <listitem> + <para>Disk Read Total</para> + </listitem> + <listitem> + <para>Disk Write Total</para> + </listitem> + <listitem> + <para>Disk Read</para> + </listitem> + <listitem> + <para>Disk Write</para> + </listitem> + <listitem> <para>Unit</para> </listitem> <listitem> @@ -1381,6 +1393,38 @@ </listitem> <listitem> <para> + <guilabel>Disk Read Total</guilabel> + </para> + <para> + Select this option to display the total amount of data read from the disk by a process. + </para> + </listitem> + <listitem> + <para> + <guilabel>Disk Write Total</guilabel> + </para> + <para> + Select this option to display the total amount of data written to the disk by a process. + </para> + </listitem> + <listitem> + <para> + <guilabel>Disk Read</guilabel> + </para> + <para> + Select this option to display the speed at which data is being read from the disk by a process. + </para> + </listitem> + <listitem> + <para> + <guilabel>Disk Write</guilabel> + </para> + <para> + Select this option to display the speed at which data is being written to the disk by a process. + </para> + </listitem> + <listitem> + <para> <guilabel>Unit</guilabel> </para> <para> |