GRAYBYTE WORDPRESS FILE MANAGER7769

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/psutil/tests/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/psutil/tests//test_sunos.py
#!/usr/bin/env python3

# Copyright (c) 2009, Giampaolo Rodola'. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""Sun OS specific tests."""

import os
import unittest

import psutil
from psutil import SUNOS
from psutil.tests import PsutilTestCase
from psutil.tests import sh


@unittest.skipIf(not SUNOS, "SUNOS only")
class SunOSSpecificTestCase(PsutilTestCase):

    def test_swap_memory(self):
        out = sh('env PATH=/usr/sbin:/sbin:%s swap -l' % os.environ['PATH'])
        lines = out.strip().split('\n')[1:]
        if not lines:
            raise ValueError('no swap device(s) configured')
        total = free = 0
        for line in lines:
            line = line.split()
            t, f = line[-2:]
            total += int(int(t) * 512)
            free += int(int(f) * 512)
        used = total - free

        psutil_swap = psutil.swap_memory()
        self.assertEqual(psutil_swap.total, total)
        self.assertEqual(psutil_swap.used, used)
        self.assertEqual(psutil_swap.free, free)

    def test_cpu_count(self):
        out = sh("/usr/sbin/psrinfo")
        self.assertEqual(psutil.cpu_count(), len(out.split('\n')))


if __name__ == '__main__':
    from psutil.tests.runner import run_from_name
    run_from_name(__file__)

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 15 2025 08:30:34
root / root
0755
__pycache__
--
May 15 2025 08:30:34
root / root
0755
__init__.py
57.85 KB
April 17 2025 13:10:58
root / root
0644
__main__.py
0.286 KB
April 17 2025 13:10:58
root / root
0644
runner.py
10.941 KB
April 17 2025 13:10:58
root / root
0644
test_aix.py
4.402 KB
April 17 2025 13:10:58
root / root
0644
test_bsd.py
20.563 KB
April 17 2025 13:10:58
root / root
0644
test_connections.py
20.424 KB
April 17 2025 13:10:58
root / root
0644
test_contracts.py
27.099 KB
April 17 2025 13:10:58
root / root
0644
test_linux.py
93.054 KB
April 17 2025 13:10:58
root / root
0644
test_memleaks.py
14.676 KB
April 17 2025 13:10:58
root / root
0644
test_misc.py
33.838 KB
April 17 2025 13:10:58
root / root
0644
test_osx.py
6.433 KB
April 17 2025 13:10:58
root / root
0644
test_posix.py
16.622 KB
April 17 2025 13:10:58
root / root
0644
test_process.py
61.607 KB
April 17 2025 13:10:58
root / root
0644
test_sunos.py
1.302 KB
April 17 2025 13:10:58
root / root
0644
test_system.py
35.078 KB
April 17 2025 13:10:58
root / root
0644
test_testutils.py
14.276 KB
April 17 2025 13:10:58
root / root
0644
test_unicode.py
11.94 KB
April 17 2025 13:10:58
root / root
0644
test_windows.py
34.343 KB
April 17 2025 13:10:58
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF