관리-도구
편집 파일: _psaix.cpython-38.pyc
U �Mg�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%d&d'd(d)g�ZNed*d+d,d-d.d/g�ZOd0d1� ZPd2d3� ZQd4d5� ZRd6d7� ZSd8d9� ZTd:d;� ZUd<d=� ZVe jWZWejXZXdRd?d@�ZYejZZZe"�r�e j[Z[dSdBdC�Z\dDdE� Z]dFdG� Z^dHdI� Z_dJdK� Z`dLdM� ZadNdO� ZbG dPdQ� dQ�ZcdS )TzAIX platform implementation.� N)� namedtuple� )�_common)�_psposix)�_psutil_aix)� _psutil_posix)�NIC_DUPLEX_FULL)�NIC_DUPLEX_HALF)�NIC_DUPLEX_UNKNOWN)�AccessDenied)� NoSuchProcess)� ZombieProcess)�conn_to_ntuple)�get_procfs_path)�memoize_when_activated)� usage_percent)�PY3)�FileNotFoundError)�PermissionError)�ProcessLookupErrorZPROCFS_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�total� available�percent�used�freec C s4 t �� \} }}}}t| | | dd�}t| ||||�S )Nr �Zround_)�cextZvirtual_memr r+ )r, Zavailr0 Z_pinnedZinuser. � r3 �=/opt/hc_python/lib64/python3.8/site-packages/psutil/_psaix.py�virtual_memoryk s r5 c C s: t �� \} }}}| | }t|| dd�}t�| |||||�S )z=Swap system memory as a (total, used, free, sin, sout) tuple.r r1 )r2 Zswap_memr r Zsswap)r, r0 �sinZsoutr/ r. r3 r3 r4 �swap_memoryq s r7 c C s t �� } tdd� t| � D �� S )z.Return system-wide CPU times as a named tuple.c S s g | ]}t |��qS r3 )�sum��.0�xr3 r3 r4 � <listcomp>� s zcpu_times.<locals>.<listcomp>)r2 � per_cpu_timesr( �zip��retr3 r3 r4 � cpu_times~ s rA c C s t �� } dd� | D �S )z6Return system per-CPU times as a list of named tuples.c S s g | ]}t |� �qS r3 )r( r9 r3 r3 r4 r<