{"updated":"2025-01-23T02:17:31.040716+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00011327","sets":["581:651:662"]},"path":["662"],"owner":"1","recid":"11327","title":["オープンソフトウェアによるNetwork Attached Storageの性能の解析および改善に関する一試み"],"pubdate":{"attribute_name":"公開日","attribute_value":"2003-02-15"},"_buckets":{"deposit":"e7c8780e-db10-48b2-954f-408914c34c80"},"_deposit":{"id":"11327","pid":{"type":"depid","value":"11327","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"オープンソフトウェアによるNetwork Attached Storageの性能の解析および改善に関する一試み","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"オープンソフトウェアによるNetwork Attached Storageの性能の解析および改善に関する一試み"},{"subitem_title":"Performance Analysis and Improvement of Network Attached Storage Built from Open Software","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"論文","subitem_subject_scheme":"Other"}]},"item_type_id":"2","publish_date":"2003-02-15","item_2_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"日本IBM/現在,東京工科大学"},{"subitem_text_value":"日本IBM"},{"subitem_text_value":"日本IBM/現在,フェニックス・テクノロジーズ"},{"subitem_text_value":"日本IBM"},{"subitem_text_value":"日本IBM"}]},"item_2_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"IBM Japan/Presently with Tokyo University of Technology","subitem_text_language":"en"},{"subitem_text_value":"IBM Japan","subitem_text_language":"en"},{"subitem_text_value":"IBM Japan/Presently with Phenix Technologies","subitem_text_language":"en"},{"subitem_text_value":"IBM Japan","subitem_text_language":"en"},{"subitem_text_value":"IBM Japan","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/11327/files/IPSJ-JNL4402016.pdf"},"date":[{"dateType":"Available","dateValue":"2005-02-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-JNL4402016.pdf","filesize":[{"value":"220.7 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"8"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"3cd77266-0b68-4f1a-adae-a879deaa366a","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2003 by the Information Processing Society of Japan"}]},"item_2_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"田胡, 和哉"},{"creatorName":"根岸, 康"},{"creatorName":"奥山, 健一"},{"creatorName":"村田, 浩樹"},{"creatorName":"松永, 拓也"}],"nameIdentifiers":[{}]}]},"item_2_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Kazuya, Tago","creatorNameLang":"en"},{"creatorName":"Yasushi, Negishi","creatorNameLang":"en"},{"creatorName":"Kenichi, Okuyama","creatorNameLang":"en"},{"creatorName":"Hiroki, Murata","creatorNameLang":"en"},{"creatorName":"Takuya, Matsunaga","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_2_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN00116647","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_2_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7764","subitem_source_identifier_type":"ISSN"}]},"item_2_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"LinuxおよびSamba等の,いわゆるオープンソフトウェアを用いて実装された,NFS,CIFSプロトコルによるファイルサービス機能を持つNetwork Attached Storage(NAS)の性能を,スループットを指標として解析した.実用的な条件でプロセッサネックになる場合があることが確認された.プロセッサが消費される原因として,単一のものとしてはファイルシステムとプロトコルスタックの間で行われるデータコピーが占める割合が最も大きく,全体の20%以上を占めることが判明した.データコピーのオーバヘッドを解析すると,同一のデータに対して行われる複数回のデータコピーの回数を削減しても,完全にコピーを排除しないかぎり性能の向上は得られないことが測定された.実際にNFS,および,CIFSプロトコル向きに完全にコピーを排除したzerocopy機構を実現することにより,10%以上の全体性能の向上が確認された.本稿では,性能向上の理由に関する解析,および,改善結果について述べる.","subitem_description_type":"Other"}]},"item_2_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The performance and causes of overheads of Network Attached Storage (NAS) which is built from open software components including Linux and Samba have been analyzed. The analysis showes that the processor is one of the major bottleneck sources. The overhead from copying payload data is found to be the largest single source of the processor overhead. We also found that reducing multiple times of data copy into single copy produces little performance gain, and we need to eliminate all of payload data copy by processor to get much larger performance gain. We built zerocopy mechanisms for both CIFS and NFS protocols by modifying Linux kernel and evaluated them. It has been shown that around 10% of improvement in throughput is attainable from the zerocopy mechanisms.","subitem_description_type":"Other"}]},"item_2_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"352","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌"}],"bibliographicPageStart":"344","bibliographicIssueDates":{"bibliographicIssueDate":"2003-02-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"2","bibliographicVolumeNumber":"44"}]},"relation_version_is_last":true,"item_2_alternative_title_2":{"attribute_name":"その他タイトル","attribute_value_mlt":[{"subitem_alternative_title":"計算機アーキテクチャ"}]},"weko_creator_id":"1"},"created":"2025-01-18T22:45:59.290245+00:00","id":11327,"links":{}}