slurm-viewer


Nameslurm-viewer JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryView a SLURM cluster and inspect nodes and jobs.
upload_time2024-05-02 11:51:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords xnat tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Slurm Viewer
## Introduction
View the nodes in a slurm cluster and view the queue.

## Settings
placed in ~/.config/slurm_viewer/settings.json
```json
{
  "debug": "True",
  "server": "SERVER or NONE",
  "nodelist": ["List of nodes to view"],
  "node_columns": [
    "short_name",
    "gpu_tot",
    "gpu_alloc",
    "gpu_avail",
    "gpu_type",
    "gpu_mem",
    "cpu_tot",
    "cpu_alloc",
    "cpu_avail",
    "real_memory",
    "alloc_mem",
    "freemem"
  ],
  "queue_columns": [
    "nodelist",
    "user",
    "job_id",
    "command",
    "submit_time",
    "start_delay",
    "min_memory"
  ]
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "slurm-viewer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "XNAT, TUI",
    "author": null,
    "author_email": "Patrick de Koning <pjhdekoning@lumc.nl>",
    "download_url": null,
    "platform": null,
    "description": "# Slurm Viewer\r\n## Introduction\r\nView the nodes in a slurm cluster and view the queue.\r\n\r\n## Settings\r\nplaced in ~/.config/slurm_viewer/settings.json\r\n```json\r\n{\r\n  \"debug\": \"True\",\r\n  \"server\": \"SERVER or NONE\",\r\n  \"nodelist\": [\"List of nodes to view\"],\r\n  \"node_columns\": [\r\n    \"short_name\",\r\n    \"gpu_tot\",\r\n    \"gpu_alloc\",\r\n    \"gpu_avail\",\r\n    \"gpu_type\",\r\n    \"gpu_mem\",\r\n    \"cpu_tot\",\r\n    \"cpu_alloc\",\r\n    \"cpu_avail\",\r\n    \"real_memory\",\r\n    \"alloc_mem\",\r\n    \"freemem\"\r\n  ],\r\n  \"queue_columns\": [\r\n    \"nodelist\",\r\n    \"user\",\r\n    \"job_id\",\r\n    \"command\",\r\n    \"submit_time\",\r\n    \"start_delay\",\r\n    \"min_memory\"\r\n  ]\r\n}\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "View a SLURM cluster and inspect nodes and jobs.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://gitlab.com/lkeb/slurm_viewer"
    },
    "split_keywords": [
        "xnat",
        " tui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80dd2bb9870b25d6ef551cf55ac2b048d9c58c4ffba994664c6c13e4cb4b347b",
                "md5": "8b1633ad9a1150656a0bff4b234f7615",
                "sha256": "9b0ba5602a274f0d6805cba16854373e8e94a4bd76073694afdb7663dc13cb30"
            },
            "downloads": -1,
            "filename": "slurm_viewer-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b1633ad9a1150656a0bff4b234f7615",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14228,
            "upload_time": "2024-05-02T11:51:56",
            "upload_time_iso_8601": "2024-05-02T11:51:56.473362Z",
            "url": "https://files.pythonhosted.org/packages/80/dd/2bb9870b25d6ef551cf55ac2b048d9c58c4ffba994664c6c13e4cb4b347b/slurm_viewer-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 11:51:56",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "lkeb",
    "gitlab_project": "slurm_viewer",
    "lcname": "slurm-viewer"
}
        
Elapsed time: 0.26045s