SysBenchInfo
sysbenchinfo is a Python package designed to provide comprehensive details about your system's CPU, GPU, memory, and operating system. Additionally, it includes basic benchmarks for both the CPU and GPU, with support for retrieving specific system parameters upon request.
Features
- Obtain in-depth CPU details such as architecture, model, count, and frequency.
- Get information about GPUs including name, load, memory usage, and temperature.
- Access memory statistics including virtual and swap memory.
- Retrieve OS details including system, node, release, version, machine, and processor.
- Run simple benchmarks to measure CPU and GPU performance.
- Fetch specific parameters of the system based on user requests.
Installation
To install sysbenchinfo, use pip:
pip install SysBenchInfo
Usage
After installing the sysbenchinfo package, you can use it to gather and display system information.
Using get_system_info
You can retrieve and print system information with the following code:
from sysbenchinfo import get_system_info
# Get system information
info = get_system_info()
# Print system information
print(info)
Release files for SysBenchInfo 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sysbenchinfo-0.1.2.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| SysBenchInfo-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / sysbenchinfo-0.1.2.tar.gz
| Download URL | sysbenchinfo-0.1.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
44a7a6dfdca6816b2a21fa667ec7d1a3be18353c107ac54f78e59c03232f67ed
|
|
BLAKE2b-256 checksum How to use checksums |
cd937d12c04d8e0b952d8f88010264a0728d727979094f35a7a693023fe55ebd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / SysBenchInfo-0.1.2-py3-none-any.whl
| Download URL | SysBenchInfo-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a5af7f83a4d6c6c28159378538374ac8bb9b72e3de3c5607829414035a27ec3e
|
|
BLAKE2b-256 checksum How to use checksums |
2f4fd21e973c6e233856e2fcfb2042148ec648e1f272a0b34d88853f4c6b51b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|