CG-SW05GTPLXB

気が付いたら自宅LAN内のNICがすべてギガビット対応だったのでギガビットスイッチ(CG-SW05GTPLXB)を3144円で購入。 わりと安かった。 ジャンボフレーム対応なのでMTUを9000に設定。 FreeBSDでは ifconfig vge0 mtu 9000 Widowsではデバイスマネージャーから”ネットワーク”カテゴリにあるNICのプロパティを開いて詳細設定で設定できる。 FTPのスループットを測ってみた。 使用したNICはGbE-PCI2(ホスト1)、nForce4(ホスト2)、Intel PRO/1000 MT Mobile Connection(ホスト3)。 ホスト1がサーバ機でFTPサーバ。 1GBのファイルをGETしたときの時間を計測。 ちなみにファイルは dd if=/dev/random of=dummy.tmp bs=1024 count=1048576 で作成した。 ケーブル長は2mくらい。 結果: ホスト スループット ホスト1→ホスト2 30.97MB/s ホスト1→ホスト3 34.67MB/s   ホスト3(Intel製NIC)の方が12%程度速い。 別々のケーブルで計測したのでまだ分からないけど、チップの差なんだろうか。 ※ディスク速度がボトルネックだった→GbEの速度


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , , | Leave a reply

EmacsのHTMLモードは賢い

charsetをEUC-JPからUTF-8にしたらバッファが自動的にUTF-8でになった。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

AWFFull

Webalizerの設定でGroupAgentを指定しているのに反映されなかったり、指定していないNetscapeが勝手にグループ化されたりするので煮詰まっていたら。AWFFullというのを見つけた。 AWFFull is a webserver log analysis tool. Mainly used to produce simple reports, it can also be used as the starting point for more detailed Web Analytics. … AWFFull is a fork of the venerable Webalizer log analysis program. Continue reading AWFFull


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply

Webalizerで同サイトからのReferrerをまとめる

webalizer.confに GroupReferrer 含まれる文字列 グループ名 と書けばヒットしたログがまとめられる。 それでもグループ化したはずのサイトがランキングに現れるのでバクかなと思ったけど、どうやらHideReferrerを指定してやらないと消えないらしい。 HideReferrer 含まれる文字列 UserAgentについても同様に、GroupAgent、HideAgentというのがあるみたい。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

Atom330で動画再生

Atom330(D945GCLF2) & FreeBSD 7.1(X.org7.4 DRI)で動画再生してみた。 D945GCLF2のGMA950はMPEG-2のデコード支援はしてくれるけど、H.264はしてくれない。 SMPlayerで4コアすべて使うように設定してみたけど、1280×720のH.264動画は残念ながらデコードが追いつかない様子。 Optimizing for Atom ↑のようにオプションを設定してビルドし直しても20%の性能向上ではまだ追いつかないと思う。 Windows環境だとどうなんだろう。 とおもってWebで引いてみると、 HD動画視聴や3Dゲームをせずにネットや2chするだけならば、高性能なPCは必要ない には 動画は1280×720のDivX(デブロッキングあり)や、H.264/AVCもコマ落ち無しに行ける。 とある。 出たばかりのatom 330マザーDG945DCLF2について にも720pが再生できると書いてある。 DRIは効いているわけだし、もしかしたらSSEオプション付けてビルドし直せば再生できるようになるかも。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , | Leave a reply

RH3450-LE256H/HS取り付け

放置していたRH3450を取り付け。 CPUの水枕も取り外し、Kama Angleに付け替え。 これで水冷ともおさらば。 で、ベンチマーク。 確かにGDIが遅くなっている。 ただ、GDIのアクセラレーションが効いてないからかどうかは不明。 そもそもGDIのアクセラレーションってどういうものか結局分からない。 BitBltがほぼ半減している。 これが原因ではないかと。 X700ProのメモリバスはGDDR3、432MHz*256bit*2、 HD3450の方はDDR2、800MHz*64bit*2、 でレイテンシが同じならほぼ半分。 BitBltのスコアもほぼ半分で合ってそうなと思ったのだけど、 メインメモリがDDR400なのでこっちの方が遅いような。 じゃあなんで差が付くんだろう。 こんなことなら、自分でベンチマーク用のコード書いておくんだった。 X700Pro → HD3450 —————————————————————————— CrystalMark Result —————————————————————————— Display Mode : 1280 x 1024 32bit (Normal) [ GDI ] 11567 → 8003 Text : Continue reading RH3450-LE256H/HS取り付け


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , , , , | Leave a reply

X環境で日本語キーボードのアンダースコアが入力できない

新規にX環境をセットアップした。 jp106キーボードで`_'(アンダースコア)が入力できない。 X.orgは7.4にもなったというのに未だにこの問題は解決されてない様子。 解決法を忘れていて調べ直すことになったので、メモ。 % xev でキーコードを調べる。 % vi ~/kbd に keycode = backslash underscore と書いて、 xmodmap ~/kbd とする。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , | Leave a reply

里々Mc145-1

「伺か」と呼ばれるデスクトップマスコットの振る舞いを記述する「里々」というミドルウェアの処理系は現在BSDライセンスで開発、保守されている。機能を拡張するパッチを送ったら採用されたよう。 send-pr: 新しい構文”when”の提案


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged | Leave a reply

RH3450-LE256H/HS

HD3450グラボを買った。 要件は3k円台で、ファルコムが遊べて、ファンレスであれば良かったので、気軽に買いに行ったのだけれど、消費電力対性能でいうとあまりよろしくないようでもうちょっと調べれば良かったかなと少し後悔。 かといって今からMatroxというのも。 (PCIeなMatroxは無かったような) とにかく、そろそろ水冷から足を洗いたくて、ファンレスグラボは必須と言うことなのでしばらくは使うことに。 レビューを見るとHDから2D性能が落ちてWindowsXPがもっさりすると書いてあったけれど、たぶんGDIのアクセラレーションユニットを削ったんだと思う。 プログラマブルなのだから書けばいいのにと思うのだけれど、難しいのだろうか。 そもそもやる気がないか。 チップの機能表にも無いということは書いてないので何が無いのか分からないが、ベンチマークしてみればたぶん分かること。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

Atom330の実力

サークルでサーバ用途に組んだAtom330マシン(D945GCLF2)でFFMpegを使用して動画のエンコードをしてみた。 手持ちのAthron64 3000+なマシンとほぼ同じ速度だった。 低消費電力でマルチスレッド指向なAtomはサーバ向きだと思っていたけど、いろんな所でベンチマークを見るとマルチメディア性能が非常に高い。 それはSSE3が搭載されていることからも見て取れるのだけれど、ねらったところにぴっしりはまっているなと言う印象。細かいところのストラテジーの勝利。 unixbench (v4.1)ではshell scriptの性能がCoreに匹敵していて驚いた。 makeに関しては期待したほど速くないという印象。「マルチコアCPUだとmake worldが10分で終わる!」なんて根も葉もない噂を聞いた後だったからかもしれない。ただ、FreeBSD 7.1でmake worldしたのは初めてなので他のマシンでやってみて数字を出さないことには何ともいえないはず。 INDEX VALUES TEST BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 2724199.2 233.4 Double-Precision Whetstone 55.0 531.9 96.7 Execl Throughput 43.0 838.0 194.9 File Copy 1024 bufsize Continue reading Atom330の実力


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply