JP6213309B2 - 情報処理装置、情報処理装置の性能情報採取プログラム及び情報処理装置の性能情報採取方法 - Google Patents
情報処理装置、情報処理装置の性能情報採取プログラム及び情報処理装置の性能情報採取方法 Download PDFInfo
- Publication number
- JP6213309B2 JP6213309B2 JP2014040641A JP2014040641A JP6213309B2 JP 6213309 B2 JP6213309 B2 JP 6213309B2 JP 2014040641 A JP2014040641 A JP 2014040641A JP 2014040641 A JP2014040641 A JP 2014040641A JP 6213309 B2 JP6213309 B2 JP 6213309B2
- Authority
- JP
- Japan
- Prior art keywords
- cache
- misses
- unit
- virtual machine
- cache misses
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Memory System Of A Hierarchy Structure (AREA)
Description
図1は、本実施形態による情報処理装置の構成例、及び運用例を説明する図である。本実施形態による情報処理装置は、例えばデータセンタにサーバとして設置される情報処理装置である。このことから、情報処理装置は以降「サーバ」と表記する。
ハイパーバイザー2は、予め定められた時間が経過する度に、動作させる仮想マシン3を切り替える。動作させる仮想マシン3を切り替える際、ハイパーバイザー2は、図6に表すように、ハイパーバイザー処理を実行する。そのハイパーバイザー処理の実行により、動作中の仮想マシン3XはCPU11の制御を失って動作を終了し、CPU11の制御は仮想マシン3Yに渡される。仮想マシン3Xの動作時のPMC値は、ハイパーバイザー2により、他のCPU11に搭載された各種レジスタ等の値と共に退避領域200X上に退避される。退避領域200Y上に退避させていたPMC値、及び各種レジスタ等の値は、ハイパーバイザー2により、PMC114、及び各種レジスタ等にセット(復元)される。そのようなセットがハイパーバイザー処理で行われた後、仮想マシン3Yの動作は再開される。値を退避させるレジスタとしては、プログラムカウンタ、CCR(Condition Code Register)、FSR(Floating-Point State Register)、CWR(Current Window Register)、及びGPR(General Purpose register)等を挙げることができる。
単位時間当たり(或いは単位命令数当たり)に発生するノイズ分のキャッシュミス数は、1次キャッシュメモリ112上でのデータの入れ換えにより、動作開始時刻から時間が経過するほど少なくなる。ノイズ分のキャッシュミスは、影響発生期間70の経過により、発生しなくなる。このことから、動作開始時刻を基点とする、単位時間当たりに発生するノイズ分のキャッシュミス数が全体に占める割合の時間変化は、基点とする動作開始時刻を最大値とし、影響発生期間70を経過後に最小値(=0)となるパターンと考えることができる。図11では、動作開始時刻を「自VM動作開始」と表記している。
S=ROUND(α・重み) ・・・(1)
ここで、ROUNDは四捨五入の操作を行う関数である。
2 ハイパーバイザー
3、3X、3Y 仮想マシン
11 CPU
12 メモリ
13 ハードディスク装置
14 NIC
21 VM切替部
22 時刻記録部
23 VM非動作時間帯記録領域
24 割り込み処理部
25 キャッシュミス数算出部
111 CPUコア
112 1次キャッシュメモリ
113 2次キャッシュメモリ
Claims (5)
- キャッシュメモリを備えた演算処理装置と、
前記キャッシュメモリに発生したキャッシュミスの回数であるキャッシュミス数を、前記演算処理装置が実行するプログラム毎に計数する計数部と、
前記計数部が計数したキャッシュミス数のうち、他のプログラムの影響によってキャッシュミスが発生した回数をミス数として推定する推定部と、
前記推定部が推定したミス数に基づき、前記計数部が計数したキャッシュミス数を修正する修正部と、
を有することを特徴とする情報処理装置。 - 複数の仮想マシンが生成される場合、
前記計数部は、前記仮想マシン毎にキャッシュミス数を計数し、計数した前記キャッシュミス数が所定値に達した場合に通知し、
前記推定部は、前記計数部が通知した場合、前記ミス数を推定し、
前記修正部は、前記推定部が推定したミス数に基づき、前記所定値に達したキャッシュミス数を修正する、
ことを特徴とする請求項1記載の情報処理装置。 - 前記修正部は、前記推定部が推定したミス数に基づき、前記複数の仮想マシンのいずれかに通知する、
ことを特徴とする請求項2記載の情報処理装置。 - キャッシュメモリを備えた演算処理装置を有する情報処理装置の性能情報採取プログラムにおいて、
前記演算処理装置が有する計数部に、前記キャッシュメモリに発生したキャッシュミスの回数であるキャッシュミス数を、前記演算処理装置が実行するプログラム毎に計数させ、
前記演算処理装置が有する推定部に、前記計数部が計数したキャッシュミス数のうち、他のプログラムの影響によってキャッシュミスが発生した回数をミス数として推定させ、
前記演算処理装置が有する修正部に、前記推定部が推定したミス数に基づき、前記計数部が計数したキャッシュミス数を修正させることを特徴とする情報処理装置の性能情報採取プログラム。 - キャッシュメモリを備えた演算処理装置を有する情報処理装置の性能情報採取方法において、
前記演算処理装置が有する計数部が、前記キャッシュメモリに発生したキャッシュミスの回数であるキャッシュミス数を、前記演算処理装置が実行するプログラム毎に計数し、
前記演算処理装置が有する推定部が、前記計数部が計数したキャッシュミス数のうち、他のプログラムの影響によってキャッシュミスが発生した回数をミス数として推定し、
前記演算処理装置が有する修正部が、前記推定部が推定したミス数に基づき、前記計数部が計数したキャッシュミス数を修正することを特徴とする情報処理装置の性能情報採取方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2014040641A JP6213309B2 (ja) | 2014-03-03 | 2014-03-03 | 情報処理装置、情報処理装置の性能情報採取プログラム及び情報処理装置の性能情報採取方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2014040641A JP6213309B2 (ja) | 2014-03-03 | 2014-03-03 | 情報処理装置、情報処理装置の性能情報採取プログラム及び情報処理装置の性能情報採取方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2015166896A JP2015166896A (ja) | 2015-09-24 |
| JP6213309B2 true JP6213309B2 (ja) | 2017-10-18 |
Family
ID=54257748
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2014040641A Expired - Fee Related JP6213309B2 (ja) | 2014-03-03 | 2014-03-03 | 情報処理装置、情報処理装置の性能情報採取プログラム及び情報処理装置の性能情報採取方法 |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP6213309B2 (ja) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6809165B2 (ja) * | 2016-11-25 | 2021-01-06 | 富士通株式会社 | 情報処理装置、分析プログラム及び分析方法 |
| CN119902875B (zh) * | 2025-03-28 | 2025-08-12 | 山东浪潮科学研究院有限公司 | 一种基于Warp调度与缓存替换的自适应方法及装置、介质 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6282613B1 (en) * | 1999-04-30 | 2001-08-28 | International Business Machines Corporation | Very efficient technique for dynamically tracking locality of a reference |
| JP2006285430A (ja) * | 2005-03-31 | 2006-10-19 | Matsushita Electric Ind Co Ltd | Cpuメモリアクセス解析装置 |
| JP5353227B2 (ja) * | 2008-12-24 | 2013-11-27 | 富士通株式会社 | 性能測定プログラム及び性能測定方法並びに性能測定機能を有する情報処理装置。 |
| US8855970B2 (en) * | 2010-10-13 | 2014-10-07 | The Trustees Of Columbia University In The City Of New York | System and methods for precise microprocessor event counting |
-
2014
- 2014-03-03 JP JP2014040641A patent/JP6213309B2/ja not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2015166896A (ja) | 2015-09-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10203996B2 (en) | Filtering system noises in parallel computer system during thread synchronization | |
| US10452417B2 (en) | Methods, apparatus, and articles of manufacture to virtualize performance counters | |
| US9037717B2 (en) | Virtual machine demand estimation | |
| JP5686904B2 (ja) | 稼働情報予測計算機、稼働情報予測方法及びプログラム | |
| EP3129887B1 (en) | Multiple data prefetchers that defer to one another based on prefetch effectiveness by memory access type | |
| JP5353227B2 (ja) | 性能測定プログラム及び性能測定方法並びに性能測定機能を有する情報処理装置。 | |
| US8898434B2 (en) | Optimizing system throughput by automatically altering thread co-execution based on operating system directives | |
| Araujo et al. | Software aging in the eucalyptus cloud computing infrastructure: characterization and rejuvenation | |
| KR20170054485A (ko) | 운영체제에서의 휴리스틱 프로세서 전력 관리 | |
| JP2011134333A (ja) | 仮想cpuベースの、周波数、及び電圧制御 | |
| KR20130115574A (ko) | 단말기에서 태스크 스케줄링을 수행하는 방법 및 장치 | |
| Machida et al. | Job completion time on a virtualized server with software rejuvenation | |
| US11132220B2 (en) | Process scheduling | |
| Wiseman et al. | Economical Memory Management for Avionics Systems | |
| Rameshan et al. | Hubbub-scale: Towards reliable elastic scaling under multi-tenancy | |
| JP4940996B2 (ja) | プロファイリング装置およびプロファイリングプログラム | |
| Rashid et al. | Integrated analysis of cache related preemption delays and cache persistence reload overheads | |
| Inam et al. | Bandwidth measurement using performance counters for predictable multicore software | |
| US8191062B2 (en) | System for processor frequency governors to govern a processor frequency by deriving CPU utilization information based on the state of virtual machine monitor | |
| Chae et al. | CMcloud: Cloud platform for cost-effective offloading of mobile applications | |
| Wang et al. | Dynamic memory balancing for virtualization | |
| Johnson et al. | PAPI-V: Performance monitoring for virtual machines | |
| JP6213309B2 (ja) | 情報処理装置、情報処理装置の性能情報採取プログラム及び情報処理装置の性能情報採取方法 | |
| Sandberg et al. | Efficient techniques for predicting cache sharing and throughput | |
| CN105706049A (zh) | 操作系统例行程序的预测历程储存器的部分使用 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20161102 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170621 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170718 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170804 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20170822 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170904 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6213309 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |