%PDF- %PDF-
| Direktori : /lib64/python3.9/site-packages/psutil/__pycache__/ |
| Current File : //lib64/python3.9/site-packages/psutil/__pycache__/_psaix.cpython-39.pyc |
a
M�_{H � @ s� d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl m
Z
ddl mZ ddl mZ
ddl mZ dd l
mZ dd
l
mZ ddl
mZ ddl
mZ dd
l
mZ ddl
mZ ddl
mZ ddl
mZ ddl
mZ ddl
mZ ddlmZ ddlmZ ddlmZ ddlmZ dgZe e
d�Z!e e
d�Z"e e
d�Z#e�$� Z%ej&Z&e
j'e
j(e
j)e
j*e
j+e
j,e
j-e
j,e
j.e
j/iZ0e
j1e
j2e
j3e
j4e
j5e
j6e
j7e
j8e
j9e
j:e
j;e
j<e
j=e
j>e
j?e
j@e
jAe
jBe
jCe
jDe
jEe
jFe
jGe
jHiZIeJdddddddd d!�ZKed"d#d$g�ZLeLZMed%g d&��ZNed'g d(��ZOd)d*� ZPd+d,� ZQd-d.� ZRd/d0� ZSd1d2� ZTd3d4� ZUd5d6� ZVe
jWZWejXZXdKd8d9�ZYejZZZe"�r�e
j[Z[dLd;d<�Z\d=d>� Z]d?d@� Z^dAdB� Z_dCdD� Z`dEdF� ZadGdH� ZbG dIdJ� dJec�ZddS )MzAIX platform implementation.� N)�
namedtuple� )�_common)�_psposix)�_psutil_aix)�
_psutil_posix)�AccessDenied)�conn_to_ntuple)�get_procfs_path)�memoize_when_activated)�NIC_DUPLEX_FULL)�NIC_DUPLEX_HALF)�NIC_DUPLEX_UNKNOWN)�
NoSuchProcess)�
usage_percent)�
ZombieProcess)�FileNotFoundError)�PermissionError)�ProcessLookupError)�PY3ZPROCFS_PATH�proc_threads�net_io_counters�proc_io_counters� � � � � � )�ppid�rss�vms�create_time�nice�num_threads�status�ttynr�pmemr r! � scputimes)�user�systemZidleZiowait�svmem)�totalZ available�percent�used�freec C s4 t �� \} }}}}t| | | dd�}t| ||||�S )Nr �Zround_)�cextZvirtual_memr r+ )r, Zavailr/ ZpinnedZinuser- � r2 �3/usr/lib64/python3.9/site-packages/psutil/_psaix.py�virtual_memoryj s r4 c C s: t �� \} }}}| | }t|| dd�}t�| |||||�S )z=Swap system memory as a (total, used, free, sin, sout) tuple.r r0 )r1 Zswap_memr r Zsswap)r, r/ ZsinZsoutr. r- r2 r2 r3 �swap_memoryp s r5 c C s t �� } tdd� t| � D �� S )z-Return system-wide CPU times as a named tuplec S s g | ]}t |��qS r2 )�sum��.0�xr2 r2 r3 �
<listcomp>� � zcpu_times.<locals>.<listcomp>)r1 �
per_cpu_timesr( �zip��retr2 r2 r3 � cpu_times} s r@ c C s t �� } dd� | D �S )z5Return system per-CPU times as a list of named tuplesc S s g | ]}t |� �qS r2 )r( r7 r2 r2 r3 r: � r; z!per_cpu_times.<locals>.<listcomp>)r1 r<