hello,
i've very big size database directories, i'm compressing directories with "tar -pczf" to .tgz file...
i want to monitor compressing/IO changes on ZFS partition... but i can't see sensible "zpool iostat" outputs...
why read/write operation count doesn't change?
why read/write bw information doesn't change?
Details
--------
zpool iostat before tar commands:
zpool iostat after tar commands, i think operation count should be different:
Directory size information:
System information:
i've very big size database directories, i'm compressing directories with "tar -pczf" to .tgz file...
i want to monitor compressing/IO changes on ZFS partition... but i can't see sensible "zpool iostat" outputs...
why read/write operation count doesn't change?
why read/write bw information doesn't change?
Details
--------
zpool iostat before tar commands:
Code:
[color="Green"][root@hercules /database/2013/01]# zpool iostat[/color]
capacity operations bandwidth
pool used avail read write read write
---------- ----- ----- ----- ----- ----- -----
tank0 15.1G 13.2G 42 [color="red"]114 [/color]5.04M [color="red"]9.74M[/color]
tank1 4.71T 1.61T 70 [color="red"]57 [/color]7.94M [color="red"]5.38M[/color]
---------- ----- ----- ----- ----- ----- -----
Code:
[root@hercules /database/2013/01]# tar -pczf 01.tgz 01/ &
[1] 98323
[root@hercules /database/2013/01]# tar -pczf 02.tgz 02/ &
[2] 98337
[root@hercules /database/2013/01]# tar -pczf 03.tgz 03/ &
[3] 98350
[root@hercules /database/2013/01]# tar -pczf 04.tgz 04/ &
[4] 98358
[root@hercules /database/2013/01]# tar -pczf 05.tgz 05/ &
[5] 98386
[root@hercules /database/2013/01]# tar -pczf 06.tgz 06/ &
[6] 98402
[root@hercules /database/2013/01]# tar -pczf 07.tgz 07/ &
[7] 98430
zpool iostat after tar commands, i think operation count should be different:
Code:
[color="green"][root@hercules /database/2013/01]# zpool iostat[/color]
capacity operations bandwidth
pool used avail read write read write
---------- ----- ----- ----- ----- ----- -----
tank0 15.1G 13.2G 42 [color="Red"]114[/color] 5.04M [color="red"]9.74M[/color]
tank1 4.71T 1.61T 70 [color="red"]57[/color] 7.94M [color="red"]5.38M[/color]
---------- ----- ----- ----- ----- ----- -----
Directory size information:
Code:
[color="green"][root@hercules /database/2013/01]# du -sh 01/[/color]
298G 01/
System information:
Code:
FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #3 r218745: Wed Feb 16 15:07:48 PST 2011 root@build8x64.pcbsd.org:/usr/obj/storage/fbsd-sources/8.2/sys/GENERIC amd6