Forrest logo
back to the sreport tool

sreport:tldr:eac23

sreport: Show number of jobs run.
$ sreport job sizes printjobcount
try on your machine

The command "sreport job sizes printjobcount" is used to display a report of the number of jobs in each size category.

Here is a breakdown of the command and its components:

  • "sreport" is the command-line utility that is typically used to generate reports on various aspects of an HPC (High-Performance Computing) system.
  • "job sizes" is the specific report category or option that specifies the type of information to be included in the report. In this case, it focuses on the sizes of jobs.
  • "printjobcount" is a subcommand that further specifies the type of information to be displayed. It instructs the "sreport" utility to provide the count of jobs in each size category.

When you run this command, the system will generate and display a report showing the number of jobs in different size categories. The exact format and categories may vary depending on the specific HPC system and its configuration.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the sreport tool