| Server IP : 172.67.131.151 / Your IP : 104.23.243.109 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/iotop/__pycache__/ |
Upload File : |
U
$�DY � @ s G d d� de �ZdS )c @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�VmStatc C s t d�| _| �� | _d S )Nz/proc/vmstat)�open�vmstat_file�read�vmstat)�self� r �./usr/lib/python3/dist-packages/iotop/vmstat.py�__init__ s
zVmStat.__init__c C s` dd� }| j D ]}|�d�r||�} q*q| j D ]}|�d�r0||�} qLq0| j �d� ||fS )Nc S s t | �� d �d S )N� i )�int�split)�liner r r �extract s zVmStat.read.<locals>.extractzpgpgin zpgpgout � )r �
startswith�seek)r r r
ZpgpginZpgpgoutr r r r s
zVmStat.readc C s6 | � � }|d | jd |d | jd f}|| _|S )Nr r
)r r )r Znow�deltar r r r * s $zVmStat.deltaN)�__name__�
__module__�__qualname__r r r r r r r r s r N)�objectr r r r r �<module> �