本系统挂了一个30T的盘阵~
然后由 SOALRIS 分成了两个区~做成ZFS文件系统~做了两个~pool~分别为ZPOOL1 zpool2~
现在系统每秒种向zpool1 写小文件~大约100K一个~一秒可能几百个~
IO情况如下:
写文件的程序大概如下:
for(int i=1 ;i<10000;i++)
{
FILE *f fopen();
fwrite();
fclose(f);
}
extended device statistics
r/s w/s Mr/s Mw/s wait actv wsvc_t asvc_t %w %b device
0.0 3.8 0.0 0.1 0.0 3.2 0.0 843.2 0 5 md/d45
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.2 0 0 c0t0d0
5.6 11.1 0.0 0.1 0.0 0.3 0.0 15.1 0 5 c1t2d0
0.1 0.1 0.0 0.0 0.0 0.0 0.0 10.8 0 0 c1t0d0
5.6 11.2 0.0 0.1 0.0 0.2 0.0 14.3 0 5 c1t3d0
5.4 10.8 0.0 0.1 0.0 0.2 0.0 14.1 0 4 c1t1d0
23.9 121.6 1.4 7.9 0.0 4.7 0.0 32.3 0 63 c3t4d0
0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.1 0 0 c4t4d0
extended device statistics
r/s w/s Mr/s Mw/s wait actv wsvc_t asvc_t %w %b device
0.0 145.0 0.0 2.1 0.0 60.3 0.0 415.9 0 100 md/d45
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 c0t0d0