icsystemutils


Nameicsystemutils JSON
Version 0.0.14 PyPI version JSON
download
home_pageNone
SummaryUtilities for interacting with system resources, e.g. cpu, network etc.
upload_time2024-12-11 16:05:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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/4c/76/5687cbe1a0f22b3cc1441e02bb77e02251c9907336270f8a7417e6579252/icsystemutils-0.0.14.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.14",
    "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": "ddc196fabbadfbaa1ed45fec81070589fe6805d82e5ca13bd126555c9d9baf33",
                "md5": "70f0cfdd375c408d05612b92768f1e2c",
                "sha256": "5ed6a9f5cc3c3747175ededca24b98187e1df9122f87967613a876cffa4777ae"
            },
            "downloads": -1,
            "filename": "icsystemutils-0.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70f0cfdd375c408d05612b92768f1e2c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25118,
            "upload_time": "2024-12-11T16:05:12",
            "upload_time_iso_8601": "2024-12-11T16:05:12.385979Z",
            "url": "https://files.pythonhosted.org/packages/dd/c1/96fabbadfbaa1ed45fec81070589fe6805d82e5ca13bd126555c9d9baf33/icsystemutils-0.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c765687cbe1a0f22b3cc1441e02bb77e02251c9907336270f8a7417e6579252",
                "md5": "9ef0265350ed41fe14be51baaff8ba4d",
                "sha256": "1814376e0cc2e53a43d341cc2d88265892e9a57e64c2394f35873cb199a57899"
            },
            "downloads": -1,
            "filename": "icsystemutils-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "9ef0265350ed41fe14be51baaff8ba4d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22001,
            "upload_time": "2024-12-11T16:05:14",
            "upload_time_iso_8601": "2024-12-11T16:05:14.097225Z",
            "url": "https://files.pythonhosted.org/packages/4c/76/5687cbe1a0f22b3cc1441e02bb77e02251c9907336270f8a7417e6579252/icsystemutils-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 16:05:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icsystemutils"
}
        
Elapsed time: 0.46513s