• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

sstat: command not found

by Deepika

sstat is a command-line tool that is part of the Slurm workload manager suite. It allows users and administrators to view information about running jobs on a Slurm-managed cluster.

The sstat command can be used to retrieve a wide range of information about running jobs, including resource usage, job status, memory usage, and more. It is particularly useful for monitoring and troubleshooting running jobs, as it provides real-time information on a variety of performance metrics.

If you encounter the below error while running the command deepika:

deepika: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install slurm-client
Ubuntu apt-get install slurm-client
Kali Linux apt-get install slurm-client
Fedora dnf install slurm
OS X brew install slurm
Raspbian apt-get install slurm-client

sstat Command Examples

1. Display status information of a comma-separated list of jobs:

# sstat --jobs=job_id

2. Display job ID, average CPU and average virtual memory size of a comma-separated list of jobs, with pipes as column delimiters:

# sstat --parsable --jobs=job_id --format=JobID,AveCPU,AveVMSize

3. Display list of fields available:

# sstat --helpformat

Summary

Overall, sstat is a powerful and flexible tool that is widely used in cluster computing environments to monitor job performance and troubleshoot issues.

Filed Under: Linux

Some more articles you might also be interested in …

  1. dep: A CLI tool for deployment of PHP applications
  2. CentOS / RHEL : How to find which user run a specific command?
  3. ansible-playbook – Execute tasks defined in playbook on remote machines over SSH
  4. flutter: Google’s free, open source, and cross-platform mobile app SDK
  5. fastboot Command Examples
  6. Creating and Removing Files and Directories Under Linux
  7. lebab Command Examples
  8. sinfo Command Examples in Linux
  9. numlockx Command Examples in Linux
  10. Configuring Kdump Output Location in CentOS/RHEL 9

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright