Swarmauri Psutil Tool.
Project description
Swarmauri Psutil Tool
A system monitoring tool that provides comprehensive system information using psutil library. This tool can gather information about CPU, memory, disk, network, and sensors.
Installation
pip install swarmauri_tool_psutil
Usage
Here's a basic example of how to use the PsutilTool:
from swarmauri.tools.PsutilTool import PsutilTool
# Initialize the tool
psutil_tool = PsutilTool()
# Get CPU information
cpu_info = psutil_tool("cpu")
print(cpu_info) # Shows CPU times, usage percent, frequency, etc.
# Get memory information
memory_info = psutil_tool("memory")
print(memory_info) # Shows virtual and swap memory details
# Get disk information
disk_info = psutil_tool("disk")
print(disk_info) # Shows disk partitions, usage, and I/O counters
Want to help?
If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swarmauri_tool_psutil-0.6.1.dev14.tar.gz.
File metadata
- Download URL: swarmauri_tool_psutil-0.6.1.dev14.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.9 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd12fea8bb34375e49791254a91eeedc50469e557554a20e91a1f5c56fd8f6ca
|
|
| MD5 |
6f008666f28a4cb56396cec78cdd4cb1
|
|
| BLAKE2b-256 |
cc4798653d5e634430967fda47a3036b2ff21e37b10b8397bb19ad4412652ae2
|
File details
Details for the file swarmauri_tool_psutil-0.6.1.dev14-py3-none-any.whl.
File metadata
- Download URL: swarmauri_tool_psutil-0.6.1.dev14-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.9 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f68c12e19850331325eed87d41c61d7990476deee39aeb1ff518d9cdef1b3b
|
|
| MD5 |
40e2e219ab5659386da9f955a6f1d3a1
|
|
| BLAKE2b-256 |
2c5ab1fe4ae12bbc8f00a31be55603794a59a763d1ba59348a337a484b532d2d
|