2005年01月19日

ディスク容量と速度

11月末に仮納入されたDual Itanium2マシン。

注文仕様の300GB HDD×3台が未だ来ないまま年を越してはや半月。

そろそろ今の73GB×3台じゃ根本的に足りなくなっているのでなんとかしてほしい…。

昨日試してみた計算では通常のスクラッチ領域73GB×3台の実効容量191GBに、さらにrwfファイル領域としてシステムディスクの116GBも追加して総勢300GB以上のスクラッチ容量を確保したにもかかわらず、全容量を食いつぶしてあえなく異常終了…。

メーカーから安定品が送られてこないのはよく分かりましたが、そろそろ300GB×3台を本気で納入してもらいたいんですが…。>>HIT

ディスク食いつぶされ状況はこんな感じ。

[nomoto@Itanium2 ~]>df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3             133G  127G     0 100% /
/dev/sda1             102M   11M   90M  11% /boot/efi
/dev/md0              202G  191G  1.4G 100% /scr
none                  6.0G     0  5.9G   0% /dev/shm
[nomoto@Itanium2 ~]>ls -l /tmp
total 121637808
-rw-r--r--    1 nomoto   users    124435464192 Jan 18 15:55 Gau-14077.rwf
drwx------    2 hpc      users        4096 Oct 22 09:26 orbit-hpc
drwx------    2 root     root         4096 Oct 22 09:26 orbit-root
[nomoto@Itanium2 ~]>ls -l /scr
total 199424728
-rw-r--r--    1 nomoto   users           0 Jan 17 14:31 Gau-14077.d2e
-rw-r--r--    1 nomoto   users           0 Jan 17 14:31 Gau-14077.int
-rw-r--r--    1 nomoto   users    204010946560 Jan 18 14:52 Gau-14077.rwf
-rw-r--r--    1 nomoto   users      524288 Jan 18 12:55 Gau-14077.scr
drwx------    2 root     root        16384 Nov 15 19:58 lost+found

見事、空き容量ゼロ…。

なお、このHDD3台はソフトウェアRAIDのストライピング。

本当に読み書き速度が速くなっているかどうか確認したかったので、Linux用のベンチマークソフトを探してきて試してみました。*1

まずはItanium2機でストライピング×3台(Ultra320 SCSI)

nomoto@itanium2 ~/bonnie++-1.02b> ./bonnie++ -d /scr
(中略)
Version 1.02b       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
Itanium2        24G  7537  39 185288  27 53395  11  7190  39 193716  28 501.4 3
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  2059  39 +++++ +++ +++++ +++  2176  39 +++++ +++  7143  39

流石に速いです。通常接続のシステムディスク(Ultra320 SCSI)の結果が

nomoto@itanium2 ~/bonnie++-1.02b> ./bonnie++ -d /tmp
(中略)
Version 1.02b       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
Itanium2        24G 18100  98 51232  16 20109   4 17959  96 59344   6 276.5   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  1944  98 +++++ +++ +++++ +++  1995  98 +++++ +++ 10394 100

なので、3台つないだだけのことはあります。

ついでにPentium4機のATA 2台でのストライピングも試してみたら、

nomoto@pentium4 ~/bonnie++-1.02b> ./bonnie++ -d /scr
(中略)
Version 1.02b       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
Pentium4         4G 10190  24 78034   8 26039   2 10653  23 61342   2 109.7   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  2058  29 +++++ +++  3858   0  2313  30 +++++ +++  5193  30

となり、Pentium4機のシステムディスク:ATA 1台のみだと

nomoto@pentium4 ~/bonnie++-1.02b> ./bonnie++ -d /tmp
(中略)
Version 1.02b       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
pentium4         4G  9940  25 48472   8 23317   3 10711  21 50616   4 107.1   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16   981  19 +++++ +++ +++++ +++  1125  28 +++++ +++  3560  25

となりました。

*1: バージョンが古いのは愛嬌ということで…。

投稿者 nomoto : 2005年01月19日 03:02 | コンピュータ
コメント
コメントする









名前、アドレスを登録しますか?