Hello,
I've been experiencing slow find performance on XFS ever since I started specifying su/sw parameters at mkfs.xfs. This happens even on a newly created XFS filesystem, after all of the data has been restored from another backup server via rsync.
The files on this server are almost entirely large, 50MB to 20GB, with an average of around 350MB per file. There are about 70,000 files and about 4,600 directories.
When running the find command "find /array", it will list files and directories very slowly, all while using very little I/O or CPU. Keep in mind, this particular server is entirely idle, no other activity is going on.
Here's some general information about the system.
# system info
CentOS 6.6 running kernel 3.2.69 from kernel.org / xfsprogs 3.2.3 compiled from source
Intel Xeon E3-1220
32GB DDR3 1333MHz ECC
24x 2TB 7.2k HGST Ultrastars
Areca 1882ix-24 w/ 1GB cache and BBU
# some kernel adjustments
- noop scheduler
- /sys/block/sda/queue/nr_requests set to 256 from default 128
- /sys/block/sda/device/queue_depth set to 128 from default 256
- /sys/block/sda/queue/read_ahead_kb set to 4096 from default 128
# raid setup
24 drives in RAID 6 with 128KB stripe size
# mkfs
mkfs.fs applied directly to device, no partitions
mkfs.xfs -f -d su=128k,sw=22 /dev/sda
# cat /etc/fstab | grep xfs
/dev/sda /array xfs defaults,noatime,logbufs=8,logbsize=256k,inode64,nobarrier 0 0
# cat /proc/mounts | grep xfs
/dev/sda /array xfs rw,noatime,attr2,delaylog,nobarrier,inode64,logbufs=8,logbsize=256k,sunit=256,swidth=5632,noquota 0 0
# df /dev/sda
/dev/sda 42966558720 19670250024 23296308696 46% /array
# df -i /dev/sda
/dev/sda 8593729088 72520 8593656568 1% /array
# xfs_info /dev/sda
meta-data="" isize=256 agcount=41, agsize=268435424 blks
= sectsz=512 attr=2, projid32bit=0
= crc=0 finobt=0
data = bsize=4096 blocks=10742161408, imaxpct=5
= sunit=32 swidth=704 blks
naming =version 2 bsize=4096 ascii-ci=0 ftype=0
log =internal bsize=4096 blocks=521728, version=2
= sectsz=512 sunit=32 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
# xfs_db -r -c freesp /dev/sda
from to extents blocks pct
1 1 2205 2205 0.00
2 3 4135 10334 0.00
4 7 8049 44059 0.00
8 15 15579 179253 0.00
16 31 31701 744701 0.01
32 63 46 1758 0.00
64 127 104 8548 0.00
128 255 161 29129 0.00
256 511 261 95212 0.00
512 1023 364 273955 0.00
1024 2047 428 658951 0.01
2048 4095 202 599767 0.01
4096 8191 34 201291 0.00
8192 16383 16 191891 0.00
16384 32767 18 399895 0.01
32768 65535 13 602150 0.01
65536 131071 4 357285 0.01
131072 262143 2 457169 0.01
262144 524287 1 264980 0.00
67108864 134217727 5 595446397 10.22
134217728 268435424 34 5223516299 89.69
# freesp AGs 0-40
*** AG 0:
from to extents blocks pct
1 1 89 89 0.06
2 3 233 583 0.39
4 7 415 2324 1.55
8 15 807 9272 6.18
16 31 1665 39067 26.02
32 63 6 222 0.15
64 127 10 811 0.54
128 255 12 2160 1.44
256 511 15 5021 3.34
512 1023 24 18514 12.33
1024 2047 19 31711 21.12
2048 4095 11 35712 23.79
4096 8191 1 4640 3.09
total free extents 3307
total free blocks 150126
average free extent size 45.3964
*** AG 1:
from to extents blocks pct
1 1 47 47 0.00
2 3 90 233 0.00
4 7 197 1054 0.00
8 15 323 3663 0.00
16 31 764 17909 0.01
32 63 2 104 0.00
64 127 2 201 0.00
256 511 9 3685 0.00
512 1023 6 4512 0.00
1024 2047 11 16341 0.01
2048 4095 5 15483 0.01
4096 8191 7 43259 0.03
8192 16383 1 9120 0.01
134217728 268435424 1 162595251 99.93
total free extents 1465
total free blocks 162710862
average free extent size 111065
*** AG 2:
from to extents blocks pct
1 1 74 74 0.00
2 3 149 384 0.00
4 7 262 1463 0.00
8 15 574 6594 0.01
16 31 1085 25121 0.02
32 63 2 97 0.00
64 127 2 134 0.00
128 255 9 1604 0.00
256 511 6 2080 0.00
512 1023 10 7708 0.01
1024 2047 11 18542 0.02
2048 4095 15 41940 0.04
4096 8191 2 12431 0.01
16384 32767 1 17860 0.02
32768 65535 1 63968 0.06
67108864 134217727 1 103878224 99.81
total free extents 2204
total free blocks 104078224
average free extent size 47222.4
*** AG 3:
from to extents blocks pct
1 1 49 49 0.00
2 3 97 249 0.00
4 7 175 951 0.00
8 15 326 3717 0.00
16 31 687 16091 0.01
32 63 1 55 0.00
128 255 3 480 0.00
256 511 5 1804 0.00
512 1023 11 8116 0.00
1024 2047 11 18248 0.01
2048 4095 3 10081 0.01
4096 8191 2 10546 0.01
16384 32767 1 20544 0.01
134217728 268435424 1 172993435 99.95
total free extents 1372
total free blocks 173084366
average free extent size 126155
*** AG 4:
from to extents blocks pct
1 1 64 64 0.00
2 3 127 313 0.00
4 7 262 1415 0.00
8 15 473 5473 0.00
16 31 1026 24172 0.02
32 63 1 32 0.00
128 255 4 668 0.00
256 511 4 1531 0.00
512 1023 11 8631 0.01
1024 2047 16 22794 0.02
4096 8191 2 11775 0.01
8192 16383 1 12358 0.01
16384 32767 1 18752 0.01
67108864 134217727 1 130594465 99.92
total free extents 1993
total free blocks 130702443
average free extent size 65580.8
*** AG 5:
from to extents blocks pct
1 1 41 41 0.00
2 3 74 185 0.00
4 7 176 992 0.00
8 15 318 3628 0.00
16 31 643 15139 0.01
32 63 2 67 0.00
64 127 6 518 0.00
128 255 5 857 0.00
256 511 8 2838 0.00
512 1023 1 544 0.00
1024 2047 6 9046 0.01
2048 4095 1 3744 0.00
4096 8191 1 7520 0.00
134217728 268435424 1 157762178 99.97
total free extents 1283
total free blocks 157807297
average free extent size 122999
*** AG 6:
from to extents blocks pct
1 1 43 43 0.00
2 3 88 225 0.00
4 7 162 908 0.00
8 15 309 3632 0.00
16 31 671 15995 0.01
64 127 3 212 0.00
128 255 6 1118 0.00
256 511 3 1036 0.00
512 1023 9 6851 0.00
1024 2047 5 8960 0.01
2048 4095 1 2520 0.00
4096 8191 1 5522 0.00
32768 65535 1 51898 0.03
134217728 268435424 1 168299859 99.94
total free extents 1303
total free blocks 168398779
average free extent size 129239
*** AG 7:
from to extents blocks pct
1 1 45 45 0.00
2 3 90 225 0.00
4 7 180 989 0.00
8 15 344 3989 0.00
16 31 668 15329 0.01
32 63 1 32 0.00
64 127 3 246 0.00
256 511 4 1440 0.00
512 1023 9 6993 0.00
1024 2047 4 6400 0.00
2048 4095 6 18632 0.01
8192 16383 1 13440 0.01
16384 32767 1 27633 0.02
134217728 268435424 1 163590098 99.94
total free extents 1357
total free blocks 163685491
average free extent size 120623
*** AG 8:
from to extents blocks pct
1 1 52 52 0.00
2 3 117 289 0.00
4 7 177 975 0.00
8 15 397 4534 0.00
16 31 704 16284 0.01
32 63 2 78 0.00
64 127 4 307 0.00
128 255 5 879 0.00
256 511 8 2797 0.00
512 1023 5 4042 0.00
1024 2047 10 14943 0.01
2048 4095 3 7583 0.00
16384 32767 1 26813 0.02
32768 65535 1 52773 0.03
134217728 268435424 1 160150880 99.92
total free extents 1487
total free blocks 160283229
average free extent size 107790
*** AG 9:
from to extents blocks pct
1 1 54 54 0.00
2 3 99 241 0.00
4 7 201 1105 0.00
8 15 390 4519 0.00
16 31 815 19146 0.01
64 127 4 303 0.00
128 255 4 709 0.00
256 511 6 2079 0.00
512 1023 6 4921 0.00
1024 2047 12 18752 0.01
2048 4095 4 9184 0.01
8192 16383 2 22752 0.02
16384 32767 2 44257 0.03
131072 262143 1 229833 0.17
134217728 268435424 1 137815474 99.74
total free extents 1601
total free blocks 138173329
average free extent size 86304.4
*** AG 10:
from to extents blocks pct
1 1 55 55 0.00
2 3 134 336 0.00
4 7 248 1367 0.00
8 15 434 4955 0.00
16 31 931 21745 0.02
32 63 1 32 0.00
64 127 4 350 0.00
128 255 5 952 0.00
256 511 5 1765 0.00
512 1023 9 6466 0.00
1024 2047 12 17522 0.01
2048 4095 1 3904 0.00
8192 16383 3 32576 0.02
134217728 268435424 1 140590012 99.93
total free extents 1843
total free blocks 140682037
average free extent size 76333.2
*** AG 11:
from to extents blocks pct
1 1 57 57 0.00
2 3 112 284 0.00
4 7 235 1267 0.00
8 15 449 5231 0.00
16 31 825 19530 0.01
64 127 2 160 0.00
128 255 1 224 0.00
256 511 8 2937 0.00
512 1023 8 6316 0.00
1024 2047 14 22554 0.01
2048 4095 16 46692 0.03
8192 16383 1 10528 0.01
134217728 268435424 1 150352262 99.92
total free extents 1729
total free blocks 150468042
average free extent size 87026.1
*** AG 12:
from to extents blocks pct
1 1 42 42 0.00
2 3 94 220 0.00
4 7 204 1096 0.00
8 15 359 4116 0.00
16 31 726 17311 0.01
32 63 1 47 0.00
64 127 2 181 0.00
128 255 2 320 0.00
256 511 7 2722 0.00
512 1023 7 5142 0.00
1024 2047 13 19845 0.01
2048 4095 2 5312 0.00
134217728 268435424 1 143724542 99.96
total free extents 1460
total free blocks 143780896
average free extent size 98480.1
*** AG 13:
from to extents blocks pct
1 1 55 55 0.00
2 3 111 283 0.00
4 7 181 1022 0.00
8 15 317 3655 0.00
16 31 662 15261 0.01
32 63 1 32 0.00
64 127 3 224 0.00
128 255 3 512 0.00
256 511 3 988 0.00
512 1023 6 4726 0.00
1024 2047 10 16342 0.01
2048 4095 9 26915 0.02
16384 32767 1 28180 0.02
134217728 268435424 1 154258160 99.94
total free extents 1363
total free blocks 154356355
average free extent size 113248
*** AG 14:
from to extents blocks pct
1 1 65 65 0.00
2 3 99 243 0.00
4 7 242 1320 0.00
8 15 556 6379 0.00
16 31 891 20889 0.01
32 63 1 32 0.00
64 127 6 551 0.00
128 255 1 160 0.00
256 511 4 1440 0.00
512 1023 10 7508 0.01
1024 2047 5 7379 0.01
2048 4095 10 32008 0.02
8192 16383 1 13952 0.01
16384 32767 1 17024 0.01
32768 65535 1 41377 0.03
131072 262143 1 227336 0.16
134217728 268435424 1 142416261 99.74
total free extents 1895
total free blocks 142793924
average free extent size 75353
*** AG 15:
from to extents blocks pct
1 1 61 61 0.00
2 3 120 298 0.00
4 7 208 1098 0.00
8 15 389 4477 0.00
16 31 821 19281 0.01
32 63 1 32 0.00
128 255 4 743 0.00
256 511 8 2920 0.00
512 1023 14 10042 0.01
1024 2047 4 6560 0.00
2048 4095 4 10562 0.01
4096 8191 1 5088 0.00
32768 65535 1 33760 0.02
134217728 268435424 1 153882375 99.94
total free extents 1637
total free blocks 153977297
average free extent size 94060.7
*** AG 16:
from to extents blocks pct
1 1 48 48 0.00
2 3 76 189 0.00
4 7 150 815 0.00
8 15 361 4059 0.00
16 31 659 15572 0.01
64 127 1 96 0.00
128 255 6 1178 0.00
256 511 3 1140 0.00
512 1023 9 6581 0.00
1024 2047 13 18035 0.01
2048 4095 16 45645 0.03
4096 8191 1 7289 0.00
16384 32767 1 18485 0.01
65536 131071 1 81371 0.05
134217728 268435424 1 156295881 99.87
total free extents 1346
total free blocks 156496384
average free extent size 116268
*** AG 17:
from to extents blocks pct
1 1 46 46 0.00
2 3 93 231 0.00
4 7 171 947 0.00
8 15 309 3510 0.00
16 31 667 15685 0.01
32 63 2 64 0.00
64 127 4 320 0.00
128 255 3 544 0.00
256 511 5 1872 0.00
512 1023 4 2818 0.00
1024 2047 8 12856 0.01
2048 4095 3 10336 0.01
8192 16383 1 14312 0.01
65536 131071 1 113692 0.08
134217728 268435424 1 147971290 99.88
total free extents 1318
total free blocks 148148523
average free extent size 112404
*** AG 18:
from to extents blocks pct
1 1 56 56 0.00
2 3 125 317 0.00
4 7 207 1151 0.00
8 15 405 4620 0.00
16 31 886 20460 0.02
32 63 4 143 0.00
64 127 2 152 0.00
128 255 6 1120 0.00
256 511 6 2247 0.00
512 1023 4 2925 0.00
1024 2047 13 21151 0.02
2048 4095 11 31045 0.02
65536 131071 1 86926 0.07
67108864 134217727 1 129863139 99.87
total free extents 1727
total free blocks 130035452
average free extent size 75295.6
*** AG 19:
from to extents blocks pct
1 1 50 50 0.00
2 3 91 219 0.00
4 7 148 820 0.00
8 15 341 3940 0.00
16 31 677 16133 0.01
32 63 1 60 0.00
128 255 3 618 0.00
256 511 2 756 0.00
512 1023 11 7981 0.00
1024 2047 9 14304 0.01
2048 4095 6 18394 0.01
4096 8191 1 6848 0.00
8192 16383 1 15955 0.01
134217728 268435424 1 162606829 99.95
total free extents 1342
total free blocks 162692907
average free extent size 121232
*** AG 20:
from to extents blocks pct
1 1 58 58 0.00
2 3 113 285 0.00
4 7 190 1025 0.00
8 15 393 4550 0.00
16 31 847 19951 0.01
32 63 1 32 0.00
64 127 1 96 0.00
128 255 6 1075 0.00
256 511 10 4121 0.00
512 1023 9 7552 0.00
1024 2047 6 9736 0.01
2048 4095 3 9383 0.01
16384 32767 1 21952 0.01
134217728 268435424 1 159711434 99.95
total free extents 1639
total free blocks 159791250
average free extent size 97493.1
*** AG 21:
from to extents blocks pct
1 1 45 45 0.00
2 3 81 202 0.00
4 7 162 891 0.00
8 15 396 4576 0.00
16 31 764 17901 0.01
64 127 3 266 0.00
128 255 5 944 0.00
256 511 11 4017 0.00
512 1023 9 7081 0.00
1024 2047 12 16682 0.01
134217728 268435424 1 143068380 99.96
total free extents 1489
total free blocks 143120985
average free extent size 96118.9
*** AG 22:
from to extents blocks pct
1 1 49 49 0.00
2 3 61 151 0.00
4 7 142 782 0.00
8 15 296 3399 0.00
16 31 623 14855 0.01
128 255 2 360 0.00
256 511 2 704 0.00
512 1023 8 5670 0.00
1024 2047 6 9681 0.01
2048 4095 4 11112 0.01
32768 65535 2 66914 0.04
134217728 268435424 1 177118484 99.94
total free extents 1196
total free blocks 177232161
average free extent size 148187
*** AG 23:
from to extents blocks pct
1 1 43 43 0.00
2 3 65 166 0.00
4 7 148 802 0.00
8 15 278 3168 0.00
16 31 592 14039 0.01
32 63 2 76 0.00
64 127 2 134 0.00
128 255 1 160 0.00
256 511 5 1968 0.00
512 1023 4 3051 0.00
1024 2047 9 14634 0.01
2048 4095 3 11040 0.01
32768 65535 1 51040 0.03
134217728 268435424 1 177545655 99.94
total free extents 1154
total free blocks 177645976
average free extent size 153939
*** AG 24:
from to extents blocks pct
1 1 51 51 0.00
2 3 112 289 0.00
4 7 178 968 0.00
8 15 301 3437 0.00
16 31 691 16122 0.01
64 127 2 160 0.00
128 255 4 672 0.00
256 511 7 2656 0.00
512 1023 12 9389 0.01
1024 2047 8 11627 0.01
2048 4095 6 17537 0.01
4096 8191 1 4143 0.00
262144 524287 1 264980 0.17
134217728 268435424 1 154946400 99.79
total free extents 1375
total free blocks 155278431
average free extent size 112930
*** AG 25:
from to extents blocks pct
1 1 58 58 0.00
2 3 94 234 0.00
4 7 197 1061 0.00
8 15 363 4159 0.00
16 31 769 18037 0.01
64 127 1 119 0.00
128 255 1 128 0.00
256 511 11 3520 0.00
512 1023 7 5525 0.00
1024 2047 11 17218 0.01
2048 4095 5 15531 0.01
4096 8191 2 12640 0.01
134217728 268435424 1 146493662 99.95
total free extents 1520
total free blocks 146571892
average free extent size 96428.9
*** AG 26:
from to extents blocks pct
1 1 43 43 0.00
2 3 88 218 0.00
4 7 228 1249 0.00
8 15 372 4307 0.00
16 31 797 18950 0.01
64 127 3 208 0.00
128 255 5 925 0.00
256 511 10 3392 0.00
512 1023 8 5381 0.00
1024 2047 15 21530 0.01
2048 4095 1 2548 0.00
8192 16383 1 10601 0.01
16384 32767 1 17472 0.01
134217728 268435424 1 155486599 99.94
total free extents 1573
total free blocks 155573423
average free extent size 98902.4
*** AG 27:
from to extents blocks pct
1 1 55 55 0.00
2 3 100 241 0.00
4 7 182 1004 0.00
8 15 378 4303 0.00
16 31 772 18298 0.01
64 127 1 64 0.00
128 255 2 352 0.00
256 511 4 1449 0.00
512 1023 8 6182 0.00
1024 2047 12 16205 0.01
2048 4095 2 4922 0.00
4096 8191 1 6432 0.00
8192 16383 1 15070 0.01
134217728 268435424 1 162288222 99.95
total free extents 1519
total free blocks 162362799
average free extent size 106888
*** AG 28:
from to extents blocks pct
1 1 46 46 0.00
2 3 84 207 0.00
4 7 181 991 0.00
8 15 318 3665 0.00
16 31 606 14139 0.01
64 127 2 130 0.00
128 255 4 776 0.00
256 511 5 2202 0.00
512 1023 8 5789 0.00
1024 2047 6 9617 0.01
2048 4095 1 2272 0.00
16384 32767 1 18784 0.01
134217728 268435424 1 162896992 99.96
total free extents 1263
total free blocks 162955610
average free extent size 129023
*** AG 29:
from to extents blocks pct
1 1 72 72 0.00
2 3 119 301 0.00
4 7 241 1311 0.00
8 15 434 5016 0.00
16 31 905 21209 0.02
32 63 2 69 0.00
128 255 5 1007 0.00
256 511 9 3529 0.00
512 1023 15 11024 0.01
1024 2047 12 19889 0.01
2048 4095 4 12224 0.01
4096 8191 1 7232 0.01
16384 32767 2 58481 0.04
134217728 268435424 1 137100110 99.90
total free extents 1822
total free blocks 137241474
average free extent size 75324.6
*** AG 30:
from to extents blocks pct
1 1 58 58 0.00
2 3 84 215 0.00
4 7 185 1001 0.00
8 15 362 4196 0.00
16 31 778 18463 0.01
32 63 2 64 0.00
64 127 3 288 0.00
128 255 5 864 0.00
256 511 8 2631 0.00
512 1023 8 5894 0.00
1024 2047 8 11072 0.01
2048 4095 4 11360 0.01
4096 8191 2 8480 0.01
32768 65535 1 54033 0.04
134217728 268435424 1 153863595 99.92
total free extents 1509
total free blocks 153982214
average free extent size 102043
*** AG 31:
from to extents blocks pct
1 1 65 65 0.00
2 3 108 264 0.00
4 7 223 1213 0.00
8 15 462 5292 0.00
16 31 957 22499 0.02
32 63 1 32 0.00
64 127 4 371 0.00
128 255 6 1160 0.00
256 511 13 4519 0.00
512 1023 16 11617 0.01
1024 2047 12 17483 0.02
2048 4095 4 11835 0.01
8192 16383 2 21227 0.02
67108864 134217727 1 106710640 99.91
total free extents 1874
total free blocks 106808217
average free extent size 56994.8
*** AG 32:
from to extents blocks pct
1 1 61 61 0.00
2 3 126 317 0.00
4 7 232 1263 0.00
8 15 406 4691 0.00
16 31 810 19108 0.01
32 63 4 151 0.00
64 127 4 355 0.00
128 255 3 442 0.00
256 511 3 888 0.00
512 1023 6 5152 0.00
1024 2047 10 14902 0.01
2048 4095 4 11502 0.01
4096 8191 2 11863 0.01
134217728 268435424 1 140632527 99.95
total free extents 1672
total free blocks 140703222
average free extent size 84152.6
*** AG 33:
from to extents blocks pct
1 1 52 52 0.00
2 3 109 269 0.00
4 7 211 1185 0.00
8 15 413 4804 0.00
16 31 831 19412 0.01
64 127 2 187 0.00
128 255 5 993 0.00
256 511 7 2610 0.00
512 1023 16 12040 0.01
1024 2047 14 22452 0.02
2048 4095 9 27060 0.02
4096 8191 2 9600 0.01
134217728 268435424 1 136993195 99.93
total free extents 1672
total free blocks 137093859
average free extent size 81993.9
*** AG 34:
from to extents blocks pct
1 1 42 42 0.00
2 3 78 195 0.00
4 7 175 965 0.00
8 15 393 4603 0.00
16 31 704 16670 0.01
32 63 1 32 0.00
64 127 3 230 0.00
128 255 2 256 0.00
256 511 4 1600 0.00
512 1023 12 8816 0.01
1024 2047 8 12652 0.01
2048 4095 12 33593 0.02
32768 65535 2 83795 0.06
134217728 268435424 1 147896417 99.89
total free extents 1437
total free blocks 148059866
average free extent size 103034
*** AG 35:
from to extents blocks pct
1 1 62 62 0.00
2 3 109 271 0.00
4 7 202 1083 0.00
8 15 444 5084 0.00
16 31 830 19390 0.02
32 63 1 40 0.00
64 127 2 160 0.00
128 255 8 1364 0.00
256 511 13 5188 0.00
512 1023 8 5856 0.00
1024 2047 13 18942 0.02
2048 4095 3 11145 0.01
67108864 134217727 1 124399929 99.94
total free extents 1696
total free blocks 124468514
average free extent size 73389.5
*** AG 36:
from to extents blocks pct
1 1 59 59 0.00
2 3 97 243 0.00
4 7 188 1016 0.00
8 15 373 4305 0.00
16 31 681 16142 0.01
32 63 1 58 0.00
64 127 4 332 0.00
128 255 1 217 0.00
256 511 4 1664 0.00
512 1023 5 3936 0.00
1024 2047 13 22174 0.01
2048 4095 3 9792 0.01
134217728 268435424 1 148169143 99.96
total free extents 1430
total free blocks 148229081
average free extent size 103657
*** AG 37:
from to extents blocks pct
1 1 61 61 0.00
2 3 80 198 0.00
4 7 195 1067 0.00
8 15 346 4014 0.00
16 31 788 18552 0.01
128 255 5 1015 0.00
256 511 3 1088 0.00
512 1023 12 8577 0.01
1024 2047 14 21229 0.02
4096 8191 1 7600 0.01
32768 65535 1 53152 0.04
134217728 268435424 1 139617445 99.92
total free extents 1507
total free blocks 139733998
average free extent size 92723.3
*** AG 38:
from to extents blocks pct
1 1 67 67 0.00
2 3 102 254 0.00
4 7 185 998 0.00
8 15 307 3535 0.00
16 31 669 15791 0.01
32 63 1 32 0.00
64 127 3 256 0.00
128 255 1 192 0.00
256 511 3 1024 0.00
512 1023 8 5611 0.00
1024 2047 16 22833 0.01
2048 4095 4 11395 0.01
4096 8191 3 18383 0.01
16384 32767 1 24916 0.02
65536 131071 1 75296 0.05
134217728 268435424 1 155719679 99.88
total free extents 1372
total free blocks 155900262
average free extent size 113630
*** AG 39:
from to extents blocks pct
1 1 56 56 0.00
2 3 100 251 0.00
4 7 202 1101 0.00
8 15 363 4186 0.00
16 31 814 19053 0.01
32 63 1 43 0.00
64 127 6 426 0.00
128 255 8 1381 0.00
256 511 10 3344 0.00
512 1023 11 8475 0.01
1024 2047 17 26108 0.02
2048 4095 3 9824 0.01
16384 32767 2 38742 0.03
32768 65535 1 49440 0.03
134217728 268435424 1 148663573 99.89
total free extents 1595
total free blocks 148826003
average free extent size 93307.8
*** AG 40:
from to extents blocks pct
1 1 9 9 31.03
2 3 6 16 55.17
4 7 1 4 13.79
total free extents 16
total free blocks 29
average free extent size 1.8125
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs