Date: Mon, 14 Oct 2013 15:58:31 +0000 (UTC) From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r42952 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs Message-ID: <201310141558.r9EFwVEd092539@svn.freebsd.org>
index | next in thread | raw e-mail
Author: bcr Date: Mon Oct 14 15:58:30 2013 New Revision: 42952 URL: http://svnweb.freebsd.org/changeset/doc/42952 Log: Correct some grammar mistakes and typos. Submitted by: Benjamin Kaduk Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Modified: projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml ============================================================================== --- projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Mon Oct 14 13:12:45 2013 (r42951) +++ projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Mon Oct 14 15:58:30 2013 (r42952) @@ -515,7 +515,7 @@ errors: No known data errors</screen> <para>ZFS has a built-in monitoring isystem that can display statistics about I/O happening on the pool in real-time. Additionally, it shows the free and used space on the pool and - how much I/O bandwidth are currently utilized for read and + how much I/O bandwidth is currently utilized for read and write operations. By default, all pools in the system will be monitored and displayed. A pool name can be provided to just monitor one pool. A basic example is provided below:</para> @@ -529,15 +529,15 @@ data 288G 1.53T 2 11 <para>To monitor I/O activity on the pool continuously, a number indicating the seconds after which to refresh the display can be specified. ZFS will then print the next - statistic line after each intervall has been reached. Press + statistic line after each interval has been reached. Press <keycombo action="simul"><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> to stop this continuous monitoring. Alternatively, a second whole number can be provided on the command line after the - intervall to indicate how many of these statistics should be + interval to indicate how many of these statistics should be displayed in total.</para> - <para>An even more detailed pool I/O statistic can be + <para>Even more detailed pool I/O statistics can be displayed using the <literal>-v</literal> parameter. For each storage device that is part of the pool ZFS will provide a separate statistic line. This is helpful tohelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141558.r9EFwVEd092539>
