{"id":87106,"updated":"2025-01-21T17:24:58.411920+00:00","links":{},"created":"2025-01-18T23:37:58.018217+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00087106","sets":["1164:2822:6703:6926"]},"path":["6926"],"owner":"11","recid":"87106","title":["ページキャッシュの復元による遠隔地ライブマイグレーションの高速化"],"pubdate":{"attribute_name":"公開日","attribute_value":"2012-11-28"},"_buckets":{"deposit":"da67de0b-ab52-423d-a984-d33c6c9106f4"},"_deposit":{"id":"87106","pid":{"type":"depid","value":"87106","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"ページキャッシュの復元による遠隔地ライブマイグレーションの高速化","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ページキャッシュの復元による遠隔地ライブマイグレーションの高速化"},{"subitem_title":"A Preliminary Study on Boosting Wide Area Live Migration with Page Cache Regeneration","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"仮想マシン・カーネル","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2012-11-28","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"東京大学大学院情報理工学系研究科"},{"subitem_text_value":"独立行政法人産業技術総合研究所"},{"subitem_text_value":"独立行政法人産業技術総合研究所"},{"subitem_text_value":"東京大学大学院情報理工学系研究科/国立情報学研究所"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Information Science and Technology, The University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Advanced Industrial Science and Technology (AIST)","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Advanced Industrial Science and Technology (AIST)","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, The University of Tokyo / National Institute of Informatics (NII)","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"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/87106/files/IPSJ-EMB12027009.pdf"},"date":[{"dateType":"Available","dateValue":"2014-11-28"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-EMB12027009.pdf","filesize":[{"value":"353.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":"42"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"495d8874-34db-4877-8ba1-057a991e8367","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2012 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"穐山, 空道"},{"creatorName":"広渕, 崇宏"},{"creatorName":"高野, 了成"},{"creatorName":"本位田, 真一"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Akiyama, Soramichi","creatorNameLang":"en"},{"creatorName":"Hirofuchi, Takahiro","creatorNameLang":"en"},{"creatorName":"Takano, Ryousei","creatorNameLang":"en"},{"creatorName":"Honiden, Shinichi","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA12149313","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"遠隔地ライブマイグレーションによって,データセンタ間負荷分散や災害時の情報システム維持などが可能になる.しかし遠隔地ライブマイグレーションではネットワーク帯域が狭いことが課題である.ディスクイメージは比較的アクセスが遅いためリアルタイムでの同期が可能だが,メモリはマイグレーション時に転送する必要がある.我々はゲスト OS のメモリのうちページキャッシュが多くを占める場合に着目する.ページキャッシュをネットワーク越しに転送せず移動先でディスクイメージから復元することで,遠隔地ライブマイグレーションを高速化する手法を提案する.提案手法を QEMU/KVM 上に実装し,ネットワーク帯域の狭い環境下で total migration time を削減することを示した.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Wide area live migration achieves cross-datacenter load balancing or disaster recovery of IT systems. The greatest issue of wide area live migration is the bandwidth bottleneck of wide area network (WAN). The memory of a virtual machine (VM) must be transferred via slow network while the disk image can be synchronized background as it is not updated frequently. We focus on a case that page cache occupies the large portion of the VM's memory usage. We proposes a fast wide area live migration mechanism, where the page cache is restored from the disk image at the destination and is not transferred via narrow network. Preliminary evaluations showed that our prototype reduced total migration time of live migration in a narrow bandwidth network. Future work includes considering the network delay and further analysis of the evaluation results.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告組込みシステム(EMB)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2012-11-28","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"9","bibliographicVolumeNumber":"2012-EMB-27"}]},"relation_version_is_last":true,"weko_creator_id":"11"}}