JP2014182740A - Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system - Google Patents

Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system Download PDF

Info

Publication number
JP2014182740A
JP2014182740A JP2013058478A JP2013058478A JP2014182740A JP 2014182740 A JP2014182740 A JP 2014182740A JP 2013058478 A JP2013058478 A JP 2013058478A JP 2013058478 A JP2013058478 A JP 2013058478A JP 2014182740 A JP2014182740 A JP 2014182740A
Authority
JP
Japan
Prior art keywords
swap file
file transfer
storage device
performance value
page
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.)
Granted
Application number
JP2013058478A
Other languages
Japanese (ja)
Other versions
JP6155731B2 (en
Inventor
Kohei Ozasa
耕平 小笹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2013058478A priority Critical patent/JP6155731B2/en
Publication of JP2014182740A publication Critical patent/JP2014182740A/en
Application granted granted Critical
Publication of JP6155731B2 publication Critical patent/JP6155731B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a swap file transfer device and the like capable of reducing performance deterioration in a job with high priority while achieving high processing performance as a whole.SOLUTION: A swap file transfer device 101 comprises an adjustment unit 102 which adjusts page-in to read a swap file from a secondary storage device 105 to memory 104 according to a performance value to access the secondary storage device 105 when a swap file identifier for identifying the swap file and the own device are associated.

Description

本発明は、仮想記憶方式を制御する装置等に関する。   The present invention relates to an apparatus for controlling a virtual storage system.

仮想記憶方式を採用するコンピュータシステムは、主記憶装置(以下、単に、「メモリ」と言う。)に加えて二次記憶装置を有することにより、メモリ単独で提供されるメモリ空間よりも大きいメモリ空間を提供する。   A computer system that employs a virtual storage system has a secondary storage device in addition to a main storage device (hereinafter simply referred to as “memory”), thereby providing a memory space larger than the memory space provided by the memory alone. I will provide a.

該コンピュータシステムは、プログラムがアクセスするページをメモリに保持するとともに、アクセスしないページを二次記憶装置に保持する。   The computer system holds pages accessed by the program in the memory and holds pages not accessed in the secondary storage device.

該コンピュータシステムは、ジョブに関するページをメモリから二次記憶装置へ書き込む処理(ページアウト)により、メモリに空き領域を作成する。逆に、該コンピュータシステムは、高い優先度を有するジョブに関するページを二次記憶装置からメモリへ読み取り(ページイン)、その後、該メモリ上で該ジョブを処理する。   The computer system creates a free area in the memory by a process (page out) of writing a page related to the job from the memory to the secondary storage device. Conversely, the computer system reads a page relating to a job having a high priority from the secondary storage device to the memory (page in), and then processes the job on the memory.

特許文献1乃至特許文献3は、仮想記憶方式を採用するコンピュータシステムを効率よく制御する方法に関する技術を開示する。   Patent Documents 1 to 3 disclose techniques related to a method for efficiently controlling a computer system that employs a virtual storage system.

特許文献1は、優先度が相互に異なる複数のジョブを処理する場合に、高い優先度を有するジョブを処理する際の性能を確保する方法を開示する。該方法においては、相互に異なる処理性能を有する二次記憶装置(例えば、物理的なディスクなど)を用いる。   Patent Document 1 discloses a method for ensuring performance when processing a job having a high priority when processing a plurality of jobs having different priorities. In this method, secondary storage devices (for example, physical disks) having different processing performances are used.

特許文献2が開示するメモリ管理装置は、高い優先度を有するジョブに関するページアウトを高速化する。   The memory management device disclosed in Patent Document 2 speeds up page-out related to a job having a high priority.

特許文献3は、仮想記憶システムにおいて、ジョブを記憶するページをページアウトする際に、二次記憶装置におけるピーク負荷を軽減するスワッピング制御方式を開示する。該スワッピング制御方式は、ページアウトするページがある場合に、一定時間、ページアウトを停止し、その後、該ページを二次記憶装置にページアウトする。   Patent Document 3 discloses a swapping control method for reducing a peak load in a secondary storage device when a page storing a job is paged out in a virtual storage system. In the swapping control method, when there is a page to be paged out, the page out is stopped for a certain time, and then the page is paged out to the secondary storage device.

特開平07−056800号公報Japanese Patent Application Laid-Open No. 07-056800 特開2010−134584号公報JP 2010-134484 A 特開平05−061774号公報JP 05-061774 A

しかしながら、上述したような仮想記憶方式を採用するコンピュータシステムにおいては、異なる優先度を有するジョブを一度に処理する場合、低い優先度を有するジョブに割り当てたページがページインされ、そのページインされたページがメモリのメモリ領域の大部分を占めてしまい、その結果、高い優先度を有するジョブに割り当てたページがページアウトされてしまうため、高い優先度を有するジョブを、効率よく処理することができない。     However, in a computer system that employs the virtual storage method as described above, when a job having different priorities is processed at a time, a page assigned to a job having a lower priority is paged in, and the page in is performed. Pages occupy most of the memory area of the memory, and as a result, pages assigned to jobs with high priority are paged out, so jobs with high priority cannot be processed efficiently. .

このような状況を回避する方法の一つとして、高い優先度を有するジョブに対して予め定めたメモリ領域を固定的に割り当てる方法がある。   As one method for avoiding such a situation, there is a method of fixedly allocating a predetermined memory area to a job having a high priority.

すなわち、該方法において、低い優先度を有するジョブに割り当てることが可能なメモリ領域は、メモリ領域を固定的に割り当てない場合に割り当て可能なメモリ領域に比べ減少する。その結果、該コンピュータシステムは、低い優先度を有する複数のジョブを一度に処理するため、各ジョブに対して交互にメモリ領域を割り当てる。すなわち、該コンピュータシステムにおいては、ページイン及びページアウトを繰り返すスラッシングが発生するため、ページイン及びページアウトに係る処理のオーバヘッドが増大する。   In other words, in this method, the memory area that can be allocated to a job having a low priority is reduced compared to the memory area that can be allocated when the memory area is not fixedly allocated. As a result, since the computer system processes a plurality of jobs having a low priority at a time, a memory area is alternately allocated to each job. That is, in the computer system, thrashing that repeats page-in and page-out occurs, so that the processing overhead related to page-in and page-out increases.

その結果、該コンピュータシステム全体における処理が遅延するため、高い優先度を有するジョブの処理も遅延するという問題点が上記方法にはある。   As a result, since the processing in the entire computer system is delayed, the above method has a problem that processing of a job having a high priority is also delayed.

特許文献1が開示する方法によれば、コンピュータシステムは、低い優先度を有するジョブに関して、二次記憶装置からメモリへデータを読み取る処理、及び、メモリから二次記憶装置へデータを書き込む処理をともに制限する。その結果、該システムは、低い優先度を有するジョブを、二次記憶装置へページアウトする処理も制限する。その結果、低い優先度を有するジョブが使用しているメモリを解放する処理に要する時間は長い。その間、該システムは、他のジョブに、メモリ領域を割り当てることができない。その結果、メモリ領域が不足する可能性がある。   According to the method disclosed in Patent Document 1, the computer system performs both a process of reading data from the secondary storage device to the memory and a process of writing data from the memory to the secondary storage device for a job having a low priority. Restrict. As a result, the system also restricts the process of page-out jobs having a low priority to the secondary storage device. As a result, the time required to release the memory used by a job having a low priority is long. Meanwhile, the system cannot allocate a memory area to another job. As a result, the memory area may be insufficient.

特許文献2が開示するメモリ管理装置は、高い優先度を有するジョブを優先的に処理する。該メモリ管理装置は、低い優先度を有するジョブを制限しないため、低い優先度を有するジョブに起因して、高い優先度を有するジョブにおける処理性能が低下することを防ぐことはできない。   The memory management device disclosed in Patent Document 2 preferentially processes a job having a high priority. Since the memory management device does not limit jobs having a low priority, it cannot prevent the processing performance of a job having a high priority from being deteriorated due to a job having a low priority.

特許文献3が開示するスワッピング制御方式は、ページアウトする全てのページに対して、それぞれ、一定時間、ページアウトを停止する。そのため、該スワッピング制御方式は、高い優先度を有するジョブに性能低下を引き起こさない場合であっても、一定時間、ページアウトを停止する。その結果、該スワッピング制御方式は、高い優先度を有するジョブにおける処理性能を低下させる。   The swapping control method disclosed in Patent Document 3 stops page-out for a certain period of time for all pages that are paged-out. For this reason, the swapping control method stops page-out for a certain period of time even when the performance of a job having a high priority is not reduced. As a result, the swapping control method lowers the processing performance of a job having a high priority.

そこで、本発明の主たる目的は、全体として高い処理性能を達成しつつ、高い優先度を有するジョブにおける性能低下を軽減するスワップファイル転送装置等を提供することである。   Therefore, a main object of the present invention is to provide a swap file transfer apparatus and the like that can achieve high processing performance as a whole and reduce performance deterioration in jobs having high priority.

前述の目的を達成するために、本発明に係るスワップファイル転送装置は、以下の構成を備えることを特徴とする。   In order to achieve the above object, a swap file transfer apparatus according to the present invention is characterized by having the following configuration.

即ち、本発明に係るスワップファイル転送装置は、
スワップファイルを識別するスワップファイル識別子と自装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整する調整部
を備えることを特徴とする。
That is, the swap file transfer device according to the present invention is
A page-in for reading the swap file from the secondary storage device to the main storage device according to the performance value for accessing the secondary storage device when the swap file identifier for identifying the swap file is associated with the own device. It is characterized by comprising an adjusting section for adjusting the.

また、本発明の他の見地として、本発明に係るスワップファイル転送方法は、
スワップファイルを識別するスワップファイル識別子とスワップファイル転送装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整する
ことを特徴とする。
As another aspect of the present invention, a swap file transfer method according to the present invention includes:
When the swap file identifier for identifying the swap file is associated with the swap file transfer device, the swap file is read from the secondary storage device to the main storage device according to the performance value for accessing the secondary storage device. It is characterized by adjusting page-in.

さらに、同目的は、係るスワップファイル転送プログラム、および、そのプログラムを記録するコンピュータ読み取り可能な記録媒体によっても実現される。   Furthermore, this object is also realized by such a swap file transfer program and a computer-readable recording medium for recording the program.

本発明に係るスワップファイル転送装置等によれば、全体として高い処理性能を達成しつつ、高い優先度を有するジョブにおける性能低下を軽減することできる。   According to the swap file transfer apparatus and the like according to the present invention, it is possible to reduce performance degradation in a job having high priority while achieving high processing performance as a whole.

第1の実施形態に係るスワップファイル転送装置が有する構成を示すブロック図である。It is a block diagram which shows the structure which the swap file transfer apparatus which concerns on 1st Embodiment has. 第1の実施形態に係るスワップファイル転送装置における処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process in the swap file transfer apparatus which concerns on 1st Embodiment. スワップファイル転送装置に関連付けされたスワップファイル情報を概念的に表す図である。It is a figure which represents notionally the swap file information linked | related with the swap file transfer apparatus. 第2の実施形態に係るスワップファイル転送装置が有する構成を示すブロック図である。It is a block diagram which shows the structure which the swap file transfer apparatus which concerns on 2nd Embodiment has. 第2の実施形態に係るスワップファイル転送装置における処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of a process in the swap file transfer apparatus which concerns on 2nd Embodiment. 第2の実施形態に係るスワップファイル転送装置における処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of a process in the swap file transfer apparatus which concerns on 2nd Embodiment. 第1の実施形態または第2の実施形態に係るスワップファイル転送装置を実現可能な計算処理装置のハードウェア構成を概略的に示す図である。It is a figure which shows roughly the hardware constitutions of the calculation processing apparatus which can implement | achieve the swap file transfer apparatus which concerns on 1st Embodiment or 2nd Embodiment.

次に、発明を実施するための最良の形態について図面を参照して詳細に説明する。   Next, the best mode for carrying out the invention will be described in detail with reference to the drawings.

<第1の実施形態>
本発明の第1の実施形態に係るスワップファイル転送装置101が有する構成と、スワップファイル転送装置101が行う処理とについて、図1と図2とを参照しながら詳細に説明する。図1は、第1の実施形態に係るスワップファイル転送装置101が有する構成を示すブロック図である。図2は、第1の実施形態に係るスワップファイル転送装置101における処理の流れを示すフローチャートである。
<First Embodiment>
The configuration of the swap file transfer apparatus 101 according to the first embodiment of the present invention and the processing performed by the swap file transfer apparatus 101 will be described in detail with reference to FIG. 1 and FIG. FIG. 1 is a block diagram showing a configuration of the swap file transfer apparatus 101 according to the first embodiment. FIG. 2 is a flowchart showing a processing flow in the swap file transfer apparatus 101 according to the first embodiment.

スワップファイル転送装置101は、性能値106に応じて、二次記憶装置105からメモリ104へ読み取るページインを調整する調整部102を有する。仮想記憶装置103は、スワップファイル転送装置101を有する。   The swap file transfer apparatus 101 includes an adjustment unit 102 that adjusts page-in read from the secondary storage device 105 to the memory 104 according to the performance value 106. The virtual storage device 103 has a swap file transfer device 101.

まず、調整部102は、スワップファイルを識別するスワップファイル識別子を受信する。調整部102は、受信したスワップファイル識別子が自装置(スワップファイル転送装置101)と関連付けされているか否かを調べる(ステップS201)。例えば、調整部102は、図3に示すようなスワップファイル情報を参照することにより、ステップS201における処理を行う。図3は、スワップファイル転送装置101に関連付けされたスワップファイル情報を概念的に表す図である。図3において、スワップファイル情報は、「SWP1」、「SWP2」、「SWP5」というスワップファイル識別子を含む。これは、スワップファイル転送装置101が、「SWP1」、「SWP2」、「SWP5」というスワップファイル識別子を有するスワップファイルに関連付けされていることを表す。   First, the adjustment unit 102 receives a swap file identifier for identifying a swap file. The adjustment unit 102 checks whether or not the received swap file identifier is associated with the own device (swap file transfer device 101) (step S201). For example, the adjustment unit 102 performs the process in step S201 by referring to the swap file information as illustrated in FIG. FIG. 3 is a diagram conceptually showing the swap file information associated with the swap file transfer apparatus 101. In FIG. 3, the swap file information includes swap file identifiers “SWP1”, “SWP2”, and “SWP5”. This indicates that the swap file transfer apparatus 101 is associated with a swap file having swap file identifiers “SWP1”, “SWP2”, and “SWP5”.

調整部102は、受信したスワップファイル識別子が該スワップファイル情報に登録されているか否かを調べる。調整部102は、該スワップファイル情報が受信したスワップファイル識別子を含むと判定する場合に、受信したスワップファイル識別子が自装置に関連付けされていると判定する。   The adjustment unit 102 checks whether the received swap file identifier is registered in the swap file information. When determining that the swap file information includes the received swap file identifier, the adjustment unit 102 determines that the received swap file identifier is associated with the own device.

例えば、調整部102は、スワップファイル識別子「SWP1」を受信する場合、該スワップファイル情報におけるスワップ識別子と、スワップファイル識別子「SWP1」とを比較する。この場合、該スワップファイル情報が「SWP1」を含むため、調整部102は、受信したスワップファイル識別子「SWP1」が自装置に関連付けされていると判定する。   For example, when receiving the swap file identifier “SWP1”, the adjustment unit 102 compares the swap identifier in the swap file information with the swap file identifier “SWP1”. In this case, since the swap file information includes “SWP1”, the adjustment unit 102 determines that the received swap file identifier “SWP1” is associated with the own apparatus.

調整部102は、受信したスワップファイル識別子が自装置(スワップファイル転送装置101)に関連付けされていると判定する場合に(ステップS201にてYESと判定)、二次記憶装置へアクセスする性能値に応じて、該スワップファイル識別子に関連付けされたスワップファイルを二次記憶装置からメモリ104へ読み取るページインを調整する(ステップS203)。   When the adjustment unit 102 determines that the received swap file identifier is associated with the own device (swap file transfer device 101) (YES in step S201), the adjustment unit 102 sets the performance value to access the secondary storage device. In response, the page-in for reading the swap file associated with the swap file identifier from the secondary storage device to the memory 104 is adjusted (step S203).

性能値106は、例えば、単位時間当たりにおいて、二次記憶装置105からメモリ104へスワップファイルを読み取る回数、すなわち、単位時間当たりにおいてページインする回数等である。   The performance value 106 is, for example, the number of times the swap file is read from the secondary storage device 105 to the memory 104 per unit time, that is, the number of page-ins per unit time.

その場合、調整部102は、単位時間当たりにおいてページインする回数に関する情報を受け取り、例えば、受け取った情報を特定の性能値と比較する(ステップS202)。調整部102は、単位時間当たりにおいてページインする回数が特定の性能値を超える場合、一定期間、自装置に関連付けされたスワップファイル識別子に係るページインを停止する等、ページインを抑制する処理を実施する(ステップS203)。   In this case, the adjustment unit 102 receives information regarding the number of page-ins per unit time, and compares the received information with a specific performance value, for example (step S202). When the number of page-ins per unit time exceeds a specific performance value, the adjustment unit 102 performs a process of suppressing page-in, such as stopping page-in related to the swap file identifier associated with the own device for a certain period of time. Implement (step S203).

また、調整部102は、性能値106が特定の性能値を超える場合に、性能値が特定の性能値を下回るまで、該ページインを抑制する処理を行っても良い。性能値106に応じてページインを調整する方法は、上述した方法には限定されない。   Further, when the performance value 106 exceeds a specific performance value, the adjustment unit 102 may perform a process of suppressing the page-in until the performance value falls below the specific performance value. The method for adjusting the page-in according to the performance value 106 is not limited to the method described above.

上述した例において、調整部102は、性能値106と特定の性能値とを比較するとしたが、特定の性能値はあらかじめ決められている必要はない。すなわち、外部装置(不図示)が、性能を測定し、該測定した性能等に応じて、特定の性能値を算出しても良い。その場合、調整部102は、外部装置から特定の性能値を受け取る。あるいは、外部装置が特定の性能値を記憶部(不図示)に保存し、調整部102は、該記憶部から特定の性能値を読み取っても良い。本実施形態は、上述した例に限定されない。   In the example described above, the adjustment unit 102 compares the performance value 106 with the specific performance value. However, the specific performance value does not need to be determined in advance. That is, an external device (not shown) may measure performance and calculate a specific performance value according to the measured performance or the like. In this case, the adjustment unit 102 receives a specific performance value from the external device. Alternatively, the external device may store a specific performance value in a storage unit (not shown), and the adjustment unit 102 may read the specific performance value from the storage unit. The present embodiment is not limited to the example described above.

また、例えば、仮想記憶装置103は、低い優先度を有するジョブを記憶するスワップファイルのスワップファイル識別子を、スワップファイル情報に保存する等により、スワップファイル転送装置101に関連付けする。仮想記憶装置103が、該スワップファイルを二次記憶装置105からメモリ104にページインする場合、スワップファイル転送装置101は、スワップファイル情報と性能値106とに応じて該ページインを抑制する。   Further, for example, the virtual storage device 103 associates the swap file identifier of the swap file storing the job having a low priority with the swap file transfer device 101 by saving the swap file information in the swap file information. When the virtual storage device 103 pages the swap file from the secondary storage device 105 to the memory 104, the swap file transfer device 101 suppresses the page-in according to the swap file information and the performance value 106.

オペレーティングシステムは、上述したような仮想記憶装置103を制御することにより、高い優先度を有するジョブを効率よく処理する。   The operating system efficiently processes a job having a high priority by controlling the virtual storage device 103 as described above.

スラッシングが発生している場合に、単位時間当たりにおいてページインする回数は増大する。性能値106がページインする回数である場合、特定の性能値を適切に設定することにより、ユーザあるいは外部装置は、スラッシングを検出することができる。ユーザあるいは外部装置が該特定の性能値を設定することにより、スワップファイル転送装置101は、スラッシングが発生している場合に、低い優先度を有するジョブを記憶するスワップファイルを二次記憶装置105からメモリ104に該ページインを抑制する。その結果、仮想記憶装置103において、低い優先度を有するジョブが起因するスラッシングにより、高い優先度を有するジョブにおけるスループットが低下する可能性は低下する。   When thrashing occurs, the number of page-ins per unit time increases. When the performance value 106 is the number of page-in times, the user or the external device can detect thrashing by appropriately setting a specific performance value. When the user or an external device sets the specific performance value, the swap file transfer device 101 can transfer a swap file storing a job having a low priority from the secondary storage device 105 when thrashing occurs. The page-in is suppressed in the memory 104. As a result, in the virtual storage device 103, the possibility that the throughput of a job having a high priority is reduced due to the thrashing caused by the job having a low priority is reduced.

さらに、本実施形態は、性能値106が特定の性能値以下である場合に、ページインを調整しないため、低い優先度を有するジョブであっても、メモリ104にページインする。その結果、本実施形態によれば、全体として高い処理性能を保つことができる。   Furthermore, in the present embodiment, when the performance value 106 is equal to or lower than a specific performance value, page-in is not adjusted, so even a job having a low priority is paged in the memory 104. As a result, according to the present embodiment, high processing performance can be maintained as a whole.

一方、特許文献1乃至特許文献3に記載のシステムは、いずれも、優先度に応じてページインを制御する機構を有さない。そのため、低い優先度を有するジョブがページインされる可能性があるため、低い優先度を有するジョブにおいてスラッシングが発生する。その結果、該スラッシングは、高い優先度を有するジョブにおける処理性能を低下させる。   On the other hand, none of the systems described in Patent Documents 1 to 3 has a mechanism for controlling page-in according to priority. Therefore, there is a possibility that a job having a low priority may be paged in, so thrashing occurs in a job having a low priority. As a result, the thrashing degrades the processing performance of jobs with high priority.

即ち、第1の実施形態に係るスワップファイル転送装置によれば、全体として高い処理性能を達成しつつ、高い優先度を有するジョブにおける性能低下を軽減する。   In other words, according to the swap file transfer apparatus according to the first embodiment, performance deterioration in a job having a high priority is reduced while achieving high processing performance as a whole.

<第2の実施形態>
次に、上述した第1の実施形態を基本とする第2の実施形態について説明する。
<Second Embodiment>
Next, a second embodiment based on the above-described first embodiment will be described.

以下の説明においては、本実施形態に係る特徴的な部分を中心に説明すると共に、上述した第1の実施形態と同様な構成については、同一の参照番号を付すことにより、重複する説明を省略する。   In the following description, the characteristic part according to the present embodiment will be mainly described, and the same components as those in the first embodiment described above will be denoted by the same reference numerals, and redundant description will be omitted. To do.

図4を参照しながら、第2の実施形態に係るスワップファイル転送装置401が有する構成と、スワップファイル転送装置401が行う処理とについて説明する。図4は、第2の実施形態に係るスワップファイル転送装置401が有する構成を示すブロック図である。   The configuration of the swap file transfer apparatus 401 according to the second embodiment and the processing performed by the swap file transfer apparatus 401 will be described with reference to FIG. FIG. 4 is a block diagram showing a configuration of the swap file transfer apparatus 401 according to the second embodiment.

スワップファイル転送装置401は、調整部402と、決定部403とを有する。さらに、仮想記憶装置404は、スワップファイル転送装置401を有する。   The swap file transfer apparatus 401 includes an adjustment unit 402 and a determination unit 403. Further, the virtual storage device 404 has a swap file transfer device 401.

まず、決定部403は、所定の判定方法に従い、特定の性能値を算出する。   First, the determination unit 403 calculates a specific performance value according to a predetermined determination method.

所定の判定方法の一例を、図5と図6とに示す。図5および図6は、第2の実施形態に係るスワップファイル転送装置401における処理の流れの一例を示すフローチャートである。   An example of the predetermined determination method is shown in FIGS. FIG. 5 and FIG. 6 are flowcharts showing an example of a processing flow in the swap file transfer apparatus 401 according to the second embodiment.

まず、決定部403は、単位時間当たりにスワップファイルをページインする回数が所定の閾値以上であるか否かを判定する(ステップS501)。決定部403は、単位時間当たりにページインする回数を、外部装置(不図示)から受信してもよいし、自装置が測定しても良い。次に、決定部403は、単位時間当たりにスワップファイルをページインする回数が所定の閾値以上であると判定する場合に(ステップS501にてYESと判定)、特定の性能値として所定の第1回数を算出する(ステップS502)。決定部403は、単位時間当たりにスワップファイルをページインする回数が所定の閾値未満であると判定する場合に(ステップS501にてNOと判定)、特定の性能値として所定の第2回数を算出する(ステップS503)。   First, the determination unit 403 determines whether or not the number of times the swap file is paged in per unit time is equal to or greater than a predetermined threshold (step S501). The determination unit 403 may receive the number of page-ins per unit time from an external device (not shown) or may be measured by the own device. Next, when determining that the number of page-in of the swap file per unit time is greater than or equal to a predetermined threshold (determined as YES in step S501), the determination unit 403 determines a predetermined first value as the specific performance value. The number of times is calculated (step S502). When the determination unit 403 determines that the number of page-in of the swap file per unit time is less than a predetermined threshold (determined NO in step S501), the determination unit 403 calculates a predetermined second number as a specific performance value. (Step S503).

また、決定部403は、単位時間当たりにおいてスワップファイルをページインする回数が所定の閾値未満である期間が、所定の期間以上であるか否かに応じて(ステップS601)、特定の性能値を算出しても良い。   In addition, the determination unit 403 determines a specific performance value depending on whether or not the period during which the number of page-in of the swap file per unit time is less than a predetermined threshold is equal to or longer than the predetermined period (step S601). It may be calculated.

その場合、決定部403は、単位時間当たりにおいてスワップファイルをページインする回数が所定の閾値未満である期間が、所定の期間以上であると判定する場合に(ステップS601にてYESと判定)、特定の性能値として所定の第2回数を算出する(ステップS602)。決定部403は、単位時間当たりにおいてスワップファイルをページインする回数が所定の閾値未満である期間が、所定の期間未満であると判定する場合に(ステップS601にてNOと判定)、特定の性能値として所定の第1回数を算出する(ステップS603)。   In that case, the determination unit 403 determines that the period in which the number of times the swap file is paged in per unit time is less than the predetermined threshold is equal to or longer than the predetermined period (determined as YES in step S601). A predetermined second number is calculated as the specific performance value (step S602). When the determination unit 403 determines that the period in which the number of page-ins of the swap file per unit time is less than the predetermined threshold is less than the predetermined period (determined as NO in step S601), the determination unit 403 A predetermined first number is calculated as a value (step S603).

次に、調整部402は、決定部403が算出した特定の性能値に応じて、上述したように、ページインを調整する。   Next, the adjustment unit 402 adjusts the page-in as described above according to the specific performance value calculated by the determination unit 403.

所定の第1回数は、例えば、ジョブにおけるスループットと、スワップファイルをページインする回数との関係を統計的に解析することにより、ジョブにおけるスループットがある性能値以下にならないように算出する値である。また、必ずしも、所定の第1回数を、あらかじめ算出しておく必要はない。例えば、ジョブにおけるスループットがある値以下になる場合に、第1回数を小さくし、逆に、ジョブにおけるスループットがある値も大きな場合に、第1回数を大きくするように調整しても良い。   The predetermined first number is, for example, a value calculated so that the throughput of the job does not fall below a certain performance value by statistically analyzing the relationship between the throughput of the job and the number of times the swap file is paged in. . In addition, it is not always necessary to calculate the predetermined first number in advance. For example, the first number of times may be decreased when the throughput of the job is less than or equal to a certain value, and conversely, the first number of times may be increased when the value of the throughput of the job is also large.

所定の第2回数は、所定の第1回数よりも大きな値である。所定の第2回数は、例えば、単位時間当たりに、ページイン可能な回数の最大値である。例えば、二次記憶装置105からメモリ104へデータを転送する速度を、スワップファイルの大きさにて割り算することにより、該最大値を算出することができる。該最大値の場合、性能値106が特定の性能値を超えることはないため、調整部402は、ページインを調整しない。   The predetermined second number is larger than the predetermined first number. The predetermined second number is, for example, the maximum value of the number of times page-in can be performed per unit time. For example, the maximum value can be calculated by dividing the speed at which data is transferred from the secondary storage device 105 to the memory 104 by the size of the swap file. In the case of the maximum value, the performance value 106 does not exceed a specific performance value, so the adjustment unit 402 does not adjust page-in.

所定の閾値及び所定の期間は、例えば、所定の第1回数と同様に、例えば、ジョブにおけるスループットと、ページインする回数との関係を統計的に解析することにより、処理する速度がある性能値以下にならないように算出する値である。同様に、所定の閾値及び所定の期間については、例えば、ジョブにおけるスループットに応じて値を調整しても良い。   For example, the predetermined threshold and the predetermined period are performance values having a processing speed by statistically analyzing the relationship between the throughput in the job and the number of page-ins, for example, in the same manner as the predetermined first number of times. It is a value calculated so as not to be below. Similarly, for the predetermined threshold and the predetermined period, for example, values may be adjusted according to the throughput in the job.

第2の実施形態は、第1の実施形態と同様の構成を有するため、全体として高い処理性能を達成しつつ、高い優先度を有するジョブにおける性能低下を軽減する。   Since the second embodiment has the same configuration as that of the first embodiment, performance degradation in a job having high priority is reduced while achieving high processing performance as a whole.

決定部403は、例えば、ジョブにおけるスループット等に応じて、特定の性能値を算出する。その結果、本実施形態によれば、さらに高い性能を達成することができる。   The determining unit 403 calculates a specific performance value according to, for example, the throughput in the job. As a result, according to the present embodiment, higher performance can be achieved.

(ハードウェア構成例)
上述した本発明の各実施形態におけるスワップファイル転送装置を、1つの計算処理装置(情報処理装置、コンピュータ)を用いて実現するハードウェア資源の構成例について説明する。但し、係るスワップファイル転送装置は、物理的または機能的に少なくとも2つの計算処理装置を用いて実現してもよい。また、係るスワップファイル転送装置は、専用の装置として実現してもよい。
(Hardware configuration example)
A configuration example of hardware resources that implements the swap file transfer apparatus according to each embodiment of the present invention described above using one calculation processing apparatus (information processing apparatus, computer) will be described. However, the swap file transfer apparatus may be realized using at least two calculation processing apparatuses physically or functionally. Such a swap file transfer device may be realized as a dedicated device.

図7は、第1の実施形態または第2の実施形態に係るスワップファイル転送装置を実現可能な計算処理装置のハードウェア構成を概略的に示す図である。計算処理装置20は、中央処理演算装置(Central Processing Unit、以降「CPU」と表す)21、メモリ22、ディスク23、不揮発性記録媒体24、入力装置25、および、出力装置26を有する。   FIG. 7 is a diagram schematically illustrating a hardware configuration of a calculation processing apparatus capable of realizing the swap file transfer apparatus according to the first embodiment or the second embodiment. The calculation processing device 20 includes a central processing unit (Central Processing Unit, hereinafter referred to as “CPU”) 21, a memory 22, a disk 23, a nonvolatile recording medium 24, an input device 25, and an output device 26.

不揮発性記録媒体24は、コンピュータが読み取り可能な、例えば、コンパクトディスク(Compact Disc)、デジタルバーサタイルディスク(Digital Versatile Disc)、ブルーレイディスク(Blu−ray Disc)、ユニバーサルシリアルバスメモリ(USBメモリ)などを指しており、電源を供給しなくても係るプログラムを保持し、持ち運びを可能にする。不揮発性記録媒体24は、上述した媒体に限定されない。また、不揮発性記録媒体24の代わりに、通信ネットワークを介して係るプログラムを持ち運びしても良い。   The non-volatile recording medium 24 is a computer-readable medium such as a compact disc (Compact Disc), a digital versatile disc (Blu-ray Disc), a universal serial bus memory (USB memory), etc. It points to the program and keeps it portable even without power. The nonvolatile recording medium 24 is not limited to the above-described medium. Further, the program may be carried via a communication network instead of the nonvolatile recording medium 24.

即ち、CPU21は、ディスク23が記憶するソフトウェア・プログラム(コンピュータ・プログラム:以下、単に「プログラム」と称する)を、実行する際にメモリ22にコピーし、演算処理を実行する。CPU21は、プログラム実行に必要なデータをメモリ22から読み取る。表示が必要な場合には、CPU21は、出力装置26に出力結果を表示する。外部からプログラムを入力する場合、CPU21は、入力装置25からプログラムを読み取る。CPU21は、上述した図1、あるいは、図4に示した各部が表す機能(処理)に対応するところのメモリ22にあるスワップファイル転送プログラム(図2、図5、あるいは、図6)を解釈し実行する。CPU21は、上述した本発明の各実施形態において説明した処理を順次行う。   That is, the CPU 21 copies a software program (computer program: hereinafter simply referred to as “program”) stored in the disk 23 to the memory 22 when executing it, and executes arithmetic processing. The CPU 21 reads data necessary for program execution from the memory 22. When the display is necessary, the CPU 21 displays the output result on the output device 26. When inputting a program from the outside, the CPU 21 reads the program from the input device 25. The CPU 21 interprets the swap file transfer program (FIG. 2, FIG. 5, or FIG. 6) in the memory 22 corresponding to the function (process) represented by each unit shown in FIG. 1 or FIG. Run. The CPU 21 sequentially performs the processes described in the above-described embodiments of the present invention.

即ち、このような場合、本発明は、係るスワップファイル転送プログラムによっても成し得ると捉えることができる。更に、係るスワップファイル転送プログラムが記録されたコンピュータ読み取り可能な記録媒体によっても、本発明は成し得ると捉えることができる。   That is, in such a case, it can be understood that the present invention can also be realized by such a swap file transfer program. Furthermore, it can be understood that the present invention can also be realized by a computer-readable recording medium on which such a swap file transfer program is recorded.

尚、上述した各実施形態の一部又は全部は、以下の付記のようにも記載されうる。しかしながら、上述した各実施形態により例示的に説明した本発明は、以下には限られない。即ち、
(付記1)
スワップファイルを識別するスワップファイル識別子と自装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整する調整部
を備えるスワップファイル転送装置。
In addition, a part or all of each embodiment mentioned above can be described also as the following additional remarks. However, the present invention described by way of example with the above-described embodiments is not limited to the following. That is,
(Appendix 1)
A page-in for reading the swap file from the secondary storage device to the main storage device according to the performance value for accessing the secondary storage device when the swap file identifier for identifying the swap file is associated with the own device. Swap file transfer device comprising an adjustment unit for adjusting

(付記2)
前記調整部は、前記性能値が特定の性能値を超える場合に、前記ページインを停止する
付記1に記載のスワップファイル転送装置。
(Appendix 2)
The swap file transfer device according to claim 1, wherein the adjustment unit stops the page-in when the performance value exceeds a specific performance value.

(付記3)
所定の判定方法に従い、前記特定の性能値を算出する決定部をさらに備える
付記1または付記2に記載のスワップファイル転送装置。
(Appendix 3)
The swap file transfer device according to appendix 1 or appendix 2, further comprising a determining unit that calculates the specific performance value according to a predetermined determination method.

(付記4)
前記性能値は、単位時間当たりにおいて前記ページインする回数であり、
前記所定の判定方法は、前記単位時間当たりにおいて前記ページインする回数が所定の閾値以上である場合に、所定の第1回数を前記特定の性能値として算出し、前記ページインする回数が、前記所定の閾値未満である場合に、所定の第2回数(ただし、前記所定の第1回数<前記所定の第2回数)を前記特定の性能値として算出する方法である
付記1乃至付記3のいずれかに記載のスワップファイル転送装置。
(Appendix 4)
The performance value is the number of page-ins per unit time,
In the predetermined determination method, when the number of page-ins per unit time is equal to or greater than a predetermined threshold, a predetermined first number is calculated as the specific performance value, and the number of page-in times is A method of calculating a predetermined second number of times (where the predetermined first number of times <the predetermined second number of times) as the specific performance value when the value is less than a predetermined threshold value. The swap file transfer device according to the above.

(付記5)
前記所定の判定方法は、前記単位時間当たりにおいて前記ページインする回数が前記所定の閾値未満である期間が、所定の期間以上である場合に、前記所定の第2回数を前記特定の性能値として算出し、前記所定の期間未満である場合に、前記所定の第1回数を前記特定の性能値として算出する方法である
付記1乃至付記3のいずれかに記載のスワップファイル転送装置。
(Appendix 5)
In the predetermined determination method, when the period in which the number of page-ins per unit time is less than the predetermined threshold is equal to or longer than a predetermined period, the predetermined second number is set as the specific performance value. The swap file transfer device according to any one of appendix 1 to appendix 3, wherein the swap file transfer device is a method of calculating the predetermined first number of times as the specific performance value when the calculated period is less than the predetermined period.

(付記6)
付記1乃至付記5のいずれかに記載の前記スワップファイル転送装置を有する仮想記憶装置。
(Appendix 6)
A virtual storage device comprising the swap file transfer device according to any one of appendix 1 to appendix 5.

(付記7)
付記6に記載の前記仮想記憶装置を制御するオペレーティングシステム。
(Appendix 7)
An operating system for controlling the virtual storage device according to appendix 6.

(付記8)
スワップファイル転送装置において、スワップファイルを識別するスワップファイル識別子と自装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整するスワップファイル転送方法。
(Appendix 8)
In the swap file transfer device, when the swap file identifier for identifying the swap file is associated with the own device, the swap file is transferred from the secondary storage device according to the performance value for accessing the secondary storage device. A swap file transfer method that adjusts page-ins to be read to a storage device.

(付記9)
スワップファイルを識別するスワップファイル識別子とスワップファイル転送装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整する調整機能を
コンピュータに実現させるスワップファイル転送プログラム。
(Appendix 9)
When the swap file identifier for identifying the swap file is associated with the swap file transfer device, the swap file is read from the secondary storage device to the main storage device according to the performance value for accessing the secondary storage device. A swap file transfer program that allows a computer to perform adjustment functions to adjust page-ins.

(付記10)
前記調整機能において、前記性能値が特定の性能値を超える場合に、前記ページインを停止する
付記9に記載のスワップファイル転送プログラム。
(Appendix 10)
The swap file transfer program according to claim 9, wherein in the adjustment function, the page-in is stopped when the performance value exceeds a specific performance value.

(付記11)
所定の判定方法に従い、前記特定の性能値を算出する決定機能をさらに有する
付記9または付記10に記載のスワップファイル転送プログラム。
(Appendix 11)
The swap file transfer program according to appendix 9 or appendix 10, further comprising a determination function for calculating the specific performance value according to a predetermined determination method.

(付記12)
前記性能値は、単位時間当たりにおいて前記ページインする回数であり、
前記所定の判定方法は、前記単位時間当たりにおいて前記ページインする回数が所定の閾値以上である場合に、所定の第1回数を前記特定の性能値として算出し、前記ページインする回数が、前記所定の閾値未満である場合に、所定の第2回数(ただし、前記所定の第1回数<前記所定の第2回数)を前記特定の性能値として算出する方法である
付記9乃至付記11のいずれかに記載のスワップファイル転送プログラム。
(Appendix 12)
The performance value is the number of page-ins per unit time,
In the predetermined determination method, when the number of page-ins per unit time is equal to or greater than a predetermined threshold, a predetermined first number is calculated as the specific performance value, and the number of page-in times is A method of calculating a predetermined second number of times (where the predetermined first number of times <the predetermined second number of times) as the specific performance value when the value is less than a predetermined threshold value. The swap file transfer program described in

(付記13)
前記所定の判定方法は、前記単位時間当たりにおいて前記ページインする回数が前記所定の閾値未満である期間が、所定の期間以上である場合に、前記所定の第2回数を前記特定の性能値として算出し、前記所定の期間未満である場合に、前記所定の第1回数を前記特定の性能値として算出する方法である
付記9乃至付記12のいずれかに記載のスワップファイル転送プログラム。
(Appendix 13)
In the predetermined determination method, when the period in which the number of page-ins per unit time is less than the predetermined threshold is equal to or longer than a predetermined period, the predetermined second number is set as the specific performance value. The swap file transfer program according to any one of appendix 9 to appendix 12, wherein the swap file transfer program is a method of calculating the predetermined first number of times as the specific performance value when the calculated period is less than the predetermined period.

101 スワップファイル転送装置
102 調整部
103 仮想記憶装置
104 メモリ
105 二次記憶装置
106 性能値
401 スワップファイル転送装置
402 調整部
403 決定部
404 仮想記憶装置
20 計算処理装置
21 CPU
22 メモリ
23 ディスク
24 不揮発性記録媒体
25 入力装置
26 出力装置
DESCRIPTION OF SYMBOLS 101 Swap file transfer device 102 Adjustment part 103 Virtual storage device 104 Memory 105 Secondary storage device 106 Performance value 401 Swap file transfer device 402 Adjustment part 403 Determination part 404 Virtual storage device 20 Computing device 21 CPU
22 Memory 23 Disk 24 Non-volatile recording medium 25 Input device 26 Output device

Claims (10)

スワップファイルを識別するスワップファイル識別子と自装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整する調整部
を備えるスワップファイル転送装置。
A page-in for reading the swap file from the secondary storage device to the main storage device according to the performance value for accessing the secondary storage device when the swap file identifier for identifying the swap file is associated with the own device. Swap file transfer device comprising an adjustment unit for adjusting
前記調整部は、前記性能値が特定の性能値を超える場合に、前記ページインを停止する
請求項1に記載のスワップファイル転送装置。
The swap file transfer device according to claim 1, wherein the adjustment unit stops the page-in when the performance value exceeds a specific performance value.
所定の判定方法に従い、前記特定の性能値を算出する決定部をさらに備える
請求項1または請求項2に記載のスワップファイル転送装置。
The swap file transfer apparatus according to claim 1, further comprising a determination unit that calculates the specific performance value according to a predetermined determination method.
前記性能値は、単位時間当たりにおいて前記ページインする回数であり、
前記所定の判定方法は、前記単位時間当たりにおいて前記ページインする回数が所定の閾値以上である場合に、所定の第1回数を前記特定の性能値として算出し、前記ページインする回数が、前記所定の閾値未満である場合に、所定の第2回数(ただし、前記所定の第1回数<前記所定の第2回数)を前記特定の性能値として算出する方法である
請求項1乃至請求項3のいずれかに記載のスワップファイル転送装置。
The performance value is the number of page-ins per unit time,
In the predetermined determination method, when the number of page-ins per unit time is equal to or greater than a predetermined threshold, a predetermined first number is calculated as the specific performance value, and the number of page-in times is 4. The method of calculating a predetermined second number of times (where the predetermined first number of times <the predetermined second number of times) as the specific performance value when less than a predetermined threshold value. The swap file transfer device according to any one of the above.
前記所定の判定方法は、前記単位時間当たりにおいて前記ページインする回数が前記所定の閾値未満である期間が、所定の期間以上である場合に、前記所定の第2回数を前記特定の性能値として算出し、前記所定の期間未満である場合に、前記所定の第1回数を前記特定の性能値として算出する方法である
請求項1乃至請求項3のいずれかに記載のスワップファイル転送装置。
In the predetermined determination method, when the period in which the number of page-ins per unit time is less than the predetermined threshold is equal to or longer than a predetermined period, the predetermined second number is set as the specific performance value. The swap file transfer device according to any one of claims 1 to 3, wherein the swap file transfer device is a method of calculating the predetermined first number of times as the specific performance value when calculated and less than the predetermined period.
請求項1乃至請求項5のいずれかに記載の前記スワップファイル転送装置を有する仮想記憶装置。   A virtual storage device comprising the swap file transfer device according to claim 1. 請求項6に記載の前記仮想記憶装置を制御するオペレーティングシステム。   An operating system for controlling the virtual storage device according to claim 6. スワップファイル転送装置において、スワップファイルを識別するスワップファイル識別子と自装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整するスワップファイル転送方法。   In the swap file transfer device, when the swap file identifier for identifying the swap file is associated with the own device, the swap file is transferred from the secondary storage device according to the performance value for accessing the secondary storage device. A swap file transfer method that adjusts page-ins to be read to a storage device. スワップファイルを識別するスワップファイル識別子とスワップファイル転送装置とが関連付けされている場合に、二次記憶装置へアクセスする性能値に応じて、前記スワップファイルを前記二次記憶装置から主記憶装置へ読み取るページインを調整する調整機能を
コンピュータに実現させるスワップファイル転送プログラム。
When the swap file identifier for identifying the swap file is associated with the swap file transfer device, the swap file is read from the secondary storage device to the main storage device according to the performance value for accessing the secondary storage device. A swap file transfer program that allows a computer to perform adjustment functions to adjust page-ins.
前記調整機能において、前記性能値が特定の性能値を超える場合に、前記ページインを停止する
請求項9に記載のスワップファイル転送プログラム。
The swap file transfer program according to claim 9, wherein, in the adjustment function, the page-in is stopped when the performance value exceeds a specific performance value.
JP2013058478A 2013-03-21 2013-03-21 Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system Active JP6155731B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013058478A JP6155731B2 (en) 2013-03-21 2013-03-21 Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013058478A JP6155731B2 (en) 2013-03-21 2013-03-21 Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system

Publications (2)

Publication Number Publication Date
JP2014182740A true JP2014182740A (en) 2014-09-29
JP6155731B2 JP6155731B2 (en) 2017-07-05

Family

ID=51701355

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013058478A Active JP6155731B2 (en) 2013-03-21 2013-03-21 Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system

Country Status (1)

Country Link
JP (1) JP6155731B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5458318A (en) * 1977-10-19 1979-05-11 Fujitsu Ltd Job control system in artificial memory system
JPH02238535A (en) * 1989-03-13 1990-09-20 Nec Corp Page number variable on-demand paging system
JPH064316A (en) * 1992-06-23 1994-01-14 Nec Corp Memory control system in operating system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5458318A (en) * 1977-10-19 1979-05-11 Fujitsu Ltd Job control system in artificial memory system
JPH02238535A (en) * 1989-03-13 1990-09-20 Nec Corp Page number variable on-demand paging system
JPH064316A (en) * 1992-06-23 1994-01-14 Nec Corp Memory control system in operating system

Also Published As

Publication number Publication date
JP6155731B2 (en) 2017-07-05

Similar Documents

Publication Publication Date Title
US9933951B2 (en) Reducing read latency using a pool of processing cores
US20120072920A1 (en) Information processing apparatus and information processing apparatus control method
US8190795B2 (en) Memory buffer allocation device and computer readable medium having stored thereon memory buffer allocation program
US7590816B2 (en) Computer system, management computer and storage system, and storage area allocation amount controlling method
US9092259B2 (en) Apparatus and method for controlling a resource utilization policy in a virtual environment
US10210338B2 (en) Reducing decryption latency for encryption processing
US10860225B2 (en) Apparatus and method for routing access based on device load
US10514848B2 (en) Data storage method for selectively storing data in a buffer preset in a memory of an electronic device or an inherent buffer in an SSD
JP2014032582A (en) Image processing apparatus, control method and program of storage device of image processing apparatus
KR20100117295A (en) Method for driving of data storage device and data storage device thereof
JP4620768B2 (en) Control of a computer system having a processor including multiple cores
US20170024147A1 (en) Storage control device and hierarchized storage control method
JP6155731B2 (en) Swap file transfer device, swap file transfer method, swap file transfer program, virtual storage device, and operating system
KR101848418B1 (en) A Memory Policy Aware Thread Placement policy for NUMA-based Linux Servers
US9218275B2 (en) Memory management control system, memory management control method, and storage medium storing memory management control program
WO2022003932A1 (en) Thermal throttling suppression device, thermal throttling suppression method, and thermal throttling suppression program
JP6380815B2 (en) Storage device use management program and electronic device
JP2014186600A (en) Storage device
JP4999932B2 (en) Virtual computer system, virtual computer weighting setting processing method, and virtual computer weighting setting processing program
US11842056B2 (en) System and method for allocating storage system resources during write throttling
US10152348B2 (en) Managing use a limited-life storage device by suspending classes of task based on an amount of data to be written and an efficiency index
JP6698353B2 (en) Information processing device, DMA transfer control method, and DMA transfer control program
JP6358330B2 (en) Information processing apparatus, information processing system, memory management method, and memory management program
CN116774926A (en) Storage space allocation method and storage device
WO2016166867A1 (en) Computer system and resource control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160217

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161206

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170120

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: 20170509

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170522

R150 Certificate of patent or registration of utility model

Ref document number: 6155731

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150