Skip to main content

View a SLURM cluster and inspect nodes and jobs.

Project description

Slurm Viewer

Introduction

View the nodes in a slurm cluster and view the queue.

Settings

placed in ~/.config/slurm_viewer/settings.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"
  ]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

slurm_viewer-0.0.2-py3-none-any.whl (14.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page