{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00016426","sets":["934:935:938:939"]},"path":["939"],"owner":"1","recid":"16426","title":["マルチコア・システムにおける SAP Java アプリケーション・サーバのスケーラビリティ性能比較"],"pubdate":{"attribute_name":"公開日","attribute_value":"2008-10-27"},"_buckets":{"deposit":"05aa8868-f0f6-4fd5-8f29-6bf3a9407fb1"},"_deposit":{"id":"16426","pid":{"type":"depid","value":"16426","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"マルチコア・システムにおける SAP Java アプリケーション・サーバのスケーラビリティ性能比較","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"マルチコア・システムにおける SAP Java アプリケーション・サーバのスケーラビリティ性能比較"},{"subitem_title":"Scalability Comparison of SAP Java Application Server on Two Multicore Systems","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"通常論文","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2008-10-27","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"日本 IBM 東京基礎研究所"},{"subitem_text_value":"日本 IBM 東京基礎研究所"},{"subitem_text_value":"日本 IBM 東京基礎研究所"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"IBM Tokyo Research Laboratory","subitem_text_language":"en"},{"subitem_text_value":"IBM Tokyo Research Laboratory","subitem_text_language":"en"},{"subitem_text_value":"IBM Tokyo Research Laboratory","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/16426/files/IPSJ-TPRO0103003.pdf"},"date":[{"dateType":"Available","dateValue":"2010-10-27"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TPRO0103003.pdf","filesize":[{"value":"591.2 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":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"1dc5c84f-8846-4e9f-9937-ff43a189cbcf","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2008 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"上田, 陽平"},{"creatorName":"小松, 秀昭"},{"creatorName":"中谷, 登志男"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Yohei, Ueda","creatorNameLang":"en"},{"creatorName":"Hideaki, Komatsu","creatorNameLang":"en"},{"creatorName":"Toshio, Nakatani","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11464814","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_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7802","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"Java アプリケーション・サーバのスケーラビリティを改善するために,単一マシン上で複数のJava 仮想マシン(JVM)を利用する手法が広く用いられている.本論文ではSAP のJava アプリケーション・サーバ上で動作する SAP EP-ESS ベンチマークのスケーラビリティ性能を,2種類のマルチコア・システムを用いて評価した.8 コアの Sun Niagara を 1個搭載したシステムと,4 コアの Intel Clovertown を 2 個搭載したシステムの 2 種類の 8 コア・システムを使用し,それぞれのシステムで 1,2 および 4 個のJVM を用いた場合のスケーラビリティを比較した.単一 JVM の構成では,どちらのシステムでもロックコンテンションが発生し,6 コア以上では性能向上が見られなかった.複数 JVM 構成の場合は,Niagara において 2 JVM 構成が最高性能を達成したのに対し,Clovertown では4 JVM 構成が最高性能を達成した.両者のマイクロ・アーキテクチャ性能を解析した結果,Niagara での性能劣化は,Niagara のキャッシュメモリと TLB が Clovertown と比較して小さいために生じたことが判明した.Niagara でより高いスケーラビリティを達成するためには,単一 JVM がよりスケーラブルである必要があり,我々はロックコンテンションを削減することによって,Niagara 上での単一 JVM の性能を 15% 改善し,ほぼリニアなスケーラビリティを実現した.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"To improve scalability of Java application servers, multiple JVM instances are often used on a single machine in production environments. In this paper, we studied scalability of a Java application server, SAP EP-ESS benchmark, on the two multicore systems, Sun's single-socket 8-core Niagara system and Intel's dual-socket quad-core Clovertown system, with three configurations of 1, 2, and 4 JVMs. For a single JVM, lock contention was observed on more than 6 cores in both systems. For multiple JVMs, 2 JVMs achieved the highest throughput on Niagara, while 4 JVMs achieved the highest throughput on Clovertown. We investigated the micro-architectural performance data, and we concluded that this is because Niagara comes with smaller caches and TLB, whereas Clovertown comes with larger caches and TLB. To achieve better scalability on Niagara, the application must be more scalable with a single JVM. We confirmed this by reducing lock contention using a Java concurrent library. As a result, we obtained a 15% performance gain on Niagara, and the throughput scaled almost linearly.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"18","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌プログラミング(PRO)"}],"bibliographicPageStart":"11","bibliographicIssueDates":{"bibliographicIssueDate":"2008-10-27","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"3","bibliographicVolumeNumber":"1"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"id":16426,"updated":"2025-01-22T23:52:24.390880+00:00","links":{},"created":"2025-01-18T22:49:42.081457+00:00"}