【回答】
スワップファイルの使用量、使用率を調査するには "free" コマンドを使用します。
以下は free コマンドの実行例です。
# free
total used free shared buffers cached
Mem: 498800 493264 5536 0 212 26180
-/+ buffers/cache: 466872 31928
Swap: 2047992 20360 2027632
この例では
"Swap"の"used"は 20,360 MBytesです。
"Swap"の"total"は2,047,992 MBytesです。
Swapの使用量は 20,360 MBytesです。
Swapの使用率は 20360÷2047992×100% ≒ 1%です。
(参考)
swapサイズを確認するには、 fdisk -l コマンドを実行し swap パーティションのサイズを確認します。
# fdisk -l
Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000800c6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1275 10240000 83 Linux
/dev/sda2 1275 1530 2048000 82 Linux swap / Solaris
(*)本ページは Redhat Enterprise Linux 6以後を想定しています。
最終更新日:2012/12/22
[Redhat Enterprise linux 6(EL) FAQ トップへ]
[FAQ CENTER トップ]