pgpgin|pgpgout|pswpin|pswpout意义与差异

引用来自: http://ssms.cs2c.com.cn/otrs/pc.pl?Action=PublicFAQZoom;ItemID=11741

文章主要意思是:

1. page in/out操作指把块设备中的页读入内存或把内存中的页写入块设备

When ever program or data needs to be accessed and is read in from its permanent location on disk, this is called a page in request.
When ever program or data needs to be saved and is written to a permanent location on disk, this is called a page out request.

2. page in/out中的页指disk sector,大小为512字节,而不是虚拟内存中的4k大小的页

The kernel tracks each disk page (512b) read in within the pgpgin (pages paged in) counter

3. pgpgin/pgpgout是指主存(内存)与块设备(硬盘)之间的page in/out的页数.

these counters are related to virtual memory "paging" only in the fact that they are doing disk io to load a memory page with data from disk or write the data from a memory page back to disk

4. pswpin/pswpout是指虚拟内存中,从块设备swap区中读入/读出的页数.因此是被包含在pgpgin/pgpgout中的.

 pages swapped in or out are also counted within pages paged in or out respectively since swap io is still ultimately block device based.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值