I've recently built a NAS4Free system, and when I look at my ZFS IO Statistics, I see the details pasted below. If I'm reading this correctly, and it's been this way for several hours, it seems my system is quite active.
I just finished copying about 5TB of data to it about 4 hours ago, but the copy operation is complete and there are NO clients currently.
The design is pretty straight forward - a 15 disk raidz2 (in a Dell MD1000 expansion, 15x SATA enterprise 1TB, via Dell SAS 6gbps HBA (not raid, raw disk)), 2x 120gb SATA SSD on a Perc 6/i RAID card, both RAID 0, sliced into two 8gb virtual devices with 100% of the Perc 6/i's 512mb cache dedicated to write-back cache on them, which I use for my ZIL mirror, and two 16gb virtual devices for my L2ARC log. The rest of the SSD is unassigned. I might use it later for something, or expand my L2ARC.
What is the system up to? Am I right in saying that it's doing a lot of writes? Any idea as to why, what it's up to, or how I can determine what it's doing?
Code: Select all
capacity operations bandwidth
pool alloc free read write read write
------------ ----- ----- ----- ----- ----- -----
space 5.19T 8.43T 2 727 304K 69.6M
raidz2 5.19T 8.43T 2 413 304K 47.6M
da0.nop - - 0 56 23.9K 3.88M
da1.nop - - 0 56 23.7K 3.88M
da2.nop - - 0 56 26.1K 3.88M
da3.nop - - 0 56 23.9K 3.88M
da4.nop - - 0 56 23.6K 3.88M
da5.nop - - 0 56 26.1K 3.88M
da6.nop - - 0 56 23.9K 3.88M
da7.nop - - 0 41 23.9K 3.89M
da8.nop - - 0 41 26.2K 3.89M
da9.nop - - 0 41 24.1K 3.89M
da10.nop - - 0 41 23.8K 3.89M
da11.nop - - 0 41 26.2K 3.89M
da12.nop - - 0 41 24.1K 3.89M
da13.nop - - 0 41 23.8K 3.89M
da14.nop - - 0 41 26.2K 3.89M
logs - - - - - -
mirror 140K 7.94G 0 314 0 22.0M
mfid2 - - 0 314 15 22.0M
mfid3 - - 0 314 15 22.0M
cache - - - - - -
mfid4 16.0G 8M 0 22 1.04K 2.74M
mfid5 16.0G 8M 0 22 1.46K 2.76M
------------ ----- ----- ----- ----- ----- -----


