Name | icsystemutils JSON |
Version |
0.0.15
JSON |
| download |
home_page | None |
Summary | Utilities for interacting with system resources, e.g. cpu, network etc. |
upload_time | 2025-01-06 15:34:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
system utilities
hpc
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
`icsystemutils` is a library for querying system resources (cpu, gpu, network etc).
It is used in higher-level packages and tools in [Irish Centre for High End Computing (ICHEC)](https://www.ichec.ie) research and workflows.
# Features #
You can read system CPU info on Linux or Mac via system APIs with JSON output:
``` shell
icsystemutils read_cpu
```
You can run a resource monitor that outputs CPU and memory use to a file with:
``` shell
icsystemutils monitor
```
You can postprocess a log file with:
``` shell
icsystemutils tracing --trace_file <file_with_traces> --trace_config <trace_config_file>
```
The log file should have traces in the format `timestamp | thread_id | message` where the timestamp is Unix time as a float with whole numbers representing seconds. The `message` is used to determine start and end points for events. `The trace_config_file` is a json file used to match strings in the message with Event start and end flags. The output is a series of trace events in json format, which can be used to generate plots with `icplot` or used in further analysis.
# Installation #
You can install it with:
``` shell
pip install icsystemutils
```
# License #
This project is Copyright of the Irish Centre for High End Computing. You can use it under the terms of the GPLv3+, which further details in the included LICENSE file.
Raw data
{
"_id": null,
"home_page": null,
"name": "icsystemutils",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "System Utilities, HPC",
"author": null,
"author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
"download_url": "https://files.pythonhosted.org/packages/31/41/171e543f8834d653f88a066e381d4695946830eceda2315a011e4bbaae07/icsystemutils-0.0.15.tar.gz",
"platform": null,
"description": "`icsystemutils` is a library for querying system resources (cpu, gpu, network etc).\n\nIt is used in higher-level packages and tools in [Irish Centre for High End Computing (ICHEC)](https://www.ichec.ie) research and workflows.\n\n# Features #\n\nYou can read system CPU info on Linux or Mac via system APIs with JSON output:\n\n``` shell\nicsystemutils read_cpu\n```\n\nYou can run a resource monitor that outputs CPU and memory use to a file with:\n\n\n``` shell\nicsystemutils monitor\n```\n\nYou can postprocess a log file with:\n\n``` shell\nicsystemutils tracing --trace_file <file_with_traces> --trace_config <trace_config_file>\n```\n\nThe log file should have traces in the format `timestamp | thread_id | message` where the timestamp is Unix time as a float with whole numbers representing seconds. The `message` is used to determine start and end points for events. `The trace_config_file` is a json file used to match strings in the message with Event start and end flags. The output is a series of trace events in json format, which can be used to generate plots with `icplot` or used in further analysis. \n\n\n# Installation #\n\nYou can install it with:\n\n``` shell\npip install icsystemutils\n```\n\n# License #\n\nThis project is Copyright of the Irish Centre for High End Computing. You can use it under the terms of the GPLv3+, which further details in the included LICENSE file.\n",
"bugtrack_url": null,
"license": null,
"summary": "Utilities for interacting with system resources, e.g. cpu, network etc.",
"version": "0.0.15",
"project_urls": {
"Homepage": "https://git.ichec.ie/performance/toolshed/icsystemutils",
"Repository": "https://git.ichec.ie/performance/toolshed/icsystemutils"
},
"split_keywords": [
"system utilities",
" hpc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "059442e178ca9ef2d18ece8a9525659968c1ecc356a283fed9aa3e92caee55a7",
"md5": "1ee21efbf05dcf08a4a3d6f4b8e28ba6",
"sha256": "4d08d4a9fc0ce6091ef129ee14bf59f1a035733d550fef6395521602909ce22d"
},
"downloads": -1,
"filename": "icsystemutils-0.0.15-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1ee21efbf05dcf08a4a3d6f4b8e28ba6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 25924,
"upload_time": "2025-01-06T15:34:27",
"upload_time_iso_8601": "2025-01-06T15:34:27.941454Z",
"url": "https://files.pythonhosted.org/packages/05/94/42e178ca9ef2d18ece8a9525659968c1ecc356a283fed9aa3e92caee55a7/icsystemutils-0.0.15-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3141171e543f8834d653f88a066e381d4695946830eceda2315a011e4bbaae07",
"md5": "afe95dd6f9637e736ccc639852a5d493",
"sha256": "c04496666d5b06f02f04d352074b421ea665d8f05a2996822c9cc38ebe356fad"
},
"downloads": -1,
"filename": "icsystemutils-0.0.15.tar.gz",
"has_sig": false,
"md5_digest": "afe95dd6f9637e736ccc639852a5d493",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 22315,
"upload_time": "2025-01-06T15:34:30",
"upload_time_iso_8601": "2025-01-06T15:34:30.237216Z",
"url": "https://files.pythonhosted.org/packages/31/41/171e543f8834d653f88a066e381d4695946830eceda2315a011e4bbaae07/icsystemutils-0.0.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-06 15:34:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "icsystemutils"
}