📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
16915.72 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: test_aix.cpython-36.pyc
3 �[g� � @ sj d Z ddlZddlZddlmZ ddlmZ ddlmZ ddlmZ ejj e dd�G d d � d e��Z dS )zAIX specific tests.� N)�AIX)�PsutilTestCase)�pytest)�shzAIX only)�reasonc @ s4 e Zd Zdd� Zdd� Zdd� Zdd� Zd d � ZdS )�AIXSpecificTestCasec C s� t d�}d}xdj� D ]}|d|f 7 }qW tj||�}|d k sDt�d}t|jd��| }t|jd��| }t|jd��| }t|jd ��| } tj� } d | | }| j |ks�t�t | j| �|k s�t�t | j| �|k s�t�t | j | �|k s�t�d S )Nz/usr/bin/svmon -O unit=KBz memory\s*z+size inuse free pin virtual available mmodez(?P<%s>\S+)\s+i �size� availableZinuse�free� )r �split�re�search�AssertionError�int�group�psutilZvirtual_memory�total�abs�usedr r )�self�out� re_pattern�field�matchobjZKBr r r r � psutil_resultZTOLERANCE_SYS_MEM� r �A/usr/local/lib64/python3.6/site-packages/psutil/tests/test_aix.py�test_virtual_memory s"