shtop


Nameshtop JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummarySimple tui slurm job viewer.
upload_time2023-08-03 14:25:59
maintainer
docs_urlNone
authorLukáš Plevač
requires_python
license
keywords python slurm shtop top htop
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Slurm htop (shtop)

![shtop](shtop.png)

Simple tui slurm job viewer. Using `/etc/hosts` and `ssh` to get CPU and RAM utilization of all cluster nodes.
Distrubuted using PIP and writen in python.

### Install

`pip install shtop`

### Before running

Make sure if you have all slurm nodes in `/etc/hosts` with `# slurm` header

```
# slurm cluster
192.0.0.0        betynda-login01
192.0.0.1        betynda-node01
192.0.0.2        betynda-node02
192.0.0.3        betynda-node03
192.0.0.4        betynda-node04
```

then make sure if you manualy ssh on all nodes and you have added nodes keys to knowed (by ssh to all hosts). 

### Running

simple write `shtop`


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "shtop",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,slurm,shtop,top,htop",
    "author": "Luk\u00e1\u0161 Pleva\u010d",
    "author_email": "<lukas@plevac.eu>",
    "download_url": "https://files.pythonhosted.org/packages/9f/bb/dc605ce6841bc61a205672500c2d213ef34f986daf3db6f1c0eb02606337/shtop-0.0.3.tar.gz",
    "platform": null,
    "description": "# Slurm htop (shtop)\n\n![shtop](shtop.png)\n\nSimple tui slurm job viewer. Using `/etc/hosts` and `ssh` to get CPU and RAM utilization of all cluster nodes.\nDistrubuted using PIP and writen in python.\n\n### Install\n\n`pip install shtop`\n\n### Before running\n\nMake sure if you have all slurm nodes in `/etc/hosts` with `# slurm` header\n\n```\n# slurm cluster\n192.0.0.0        betynda-login01\n192.0.0.1        betynda-node01\n192.0.0.2        betynda-node02\n192.0.0.3        betynda-node03\n192.0.0.4        betynda-node04\n```\n\nthen make sure if you manualy ssh on all nodes and you have added nodes keys to knowed (by ssh to all hosts). \n\n### Running\n\nsimple write `shtop`\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple tui slurm job viewer.",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "python",
        "slurm",
        "shtop",
        "top",
        "htop"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94fa309c8075bdca52d76070d272c6294025deed8054e38c0a083e7f1373ab53",
                "md5": "c8ec213fb7df1fbbf4fe05a9a2162b2f",
                "sha256": "e409f36a8eb06e5dc2d54499e9532a1884d16b9d1e9693820100cc8b3542bc27"
            },
            "downloads": -1,
            "filename": "shtop-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c8ec213fb7df1fbbf4fe05a9a2162b2f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3723,
            "upload_time": "2023-08-03T14:25:57",
            "upload_time_iso_8601": "2023-08-03T14:25:57.571927Z",
            "url": "https://files.pythonhosted.org/packages/94/fa/309c8075bdca52d76070d272c6294025deed8054e38c0a083e7f1373ab53/shtop-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fbbdc605ce6841bc61a205672500c2d213ef34f986daf3db6f1c0eb02606337",
                "md5": "dc7e006c380c3cd565fb90d5db98c86e",
                "sha256": "b05f66954ff4991e86738027a719a47cb8227d36a71af86dd2b12383caf46a4d"
            },
            "downloads": -1,
            "filename": "shtop-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "dc7e006c380c3cd565fb90d5db98c86e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3704,
            "upload_time": "2023-08-03T14:25:59",
            "upload_time_iso_8601": "2023-08-03T14:25:59.517131Z",
            "url": "https://files.pythonhosted.org/packages/9f/bb/dc605ce6841bc61a205672500c2d213ef34f986daf3db6f1c0eb02606337/shtop-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-03 14:25:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "shtop"
}
        
Elapsed time: 0.09408s