Skip to main content

pyspectator is a cross-platform tool for retrieving full information about computer.

Project description

Summary

pyspectator is a Python cross-platform tool for monitoring resources of OS: CPU, memory, disk, network.

Requirements

  • OS: Linux, Windows, FreeBSD, Solaris

  • Python version: 3.X

  • Packages: psutil, netifaces, wmi (only on Windows), enum34 (only on python 3.0.0 - 3.4.0)

How to install

Run as root user:

pip install pyspectator

How to use

You can use pyspectator as module for your own project. Simple example of usage is presented in file “console.py”.

NOTE: on Windows pyspectator can require elevated privileges. It’s because Windows is fucking shit.

Class “Computer”

>>> from pyspectator.computer import Computer
>>> computer = Computer()
>>> computer.os
'Linux 3.14.4-1-MANJARO'
>>> computer.python_version
'CPython ver. 3.4.1'
>>> computer.uptime
'1:07:52'
>>> computer.processor.name
'Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz'

Class “Processor”

>>> from pyspectator.processor import Processor
>>> from time import sleep
>>> cpu = Processor(monitoring_latency=1)
>>> with cpu:  # initiate monitoring of CPU resources
...     for _ in range(8):
...        cpu.percent, cpu.temperature
...
(8.2, 32)
(6.6, 32)
(6.6, 31)
(4.1, 32)
(5.6, 32)
(12.3, 33)
(4.5, 32)
(4.5, 30)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyspectator-1.0.5.zip (16.0 kB view details)

Uploaded Source

File details

Details for the file pyspectator-1.0.5.zip.

File metadata

  • Download URL: pyspectator-1.0.5.zip
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyspectator-1.0.5.zip
Algorithm Hash digest
SHA256 9a0ec9d5453c164dafaef6ba7ee8f6124df49eda81dee073c5501cc64d9b1de0
MD5 7e4ccba1777302ea737afa8c7c535223
BLAKE2b-256 49ddd7f035d52b62d4261b04f680635fc494f26f13ea8811c9ddae51c7cfd0c3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page