.TH sreport "1" "Slurm Commands" "April 2017" "Slurm Commands" .SH "NAME" sreport \- Generate reports from the slurm accounting data. .SH "SYNOPSIS" \fBsreport\fR [\fIOPTIONS\fR...] [\fICOMMAND\fR...] .SH "DESCRIPTION" \fBsreport\fR is used to generate reports of job usage and cluster utilization for Slurm jobs saved to the Slurm Database, \fBslurmdbd\fR. .SH "OPTIONS" .TP \fB\-a\fR, \fB\-\-all_clusters\fR Use all clusters instead of only the cluster from which the command was executed. .TP \fB\-\-federation\fR Generate a report for the federation if a member of one. .TP \fB\-h\fR, \fB\-\-help\fR Print a help message describing the usage of \fBsreport\fR. .TP \fB\-\-local\fR Generate a report for the local cluster, even if part of a federation. Overrides \-\-federation .TP \fB\-M\fR, \fB\-\-cluster\fR The cluster(s) to generate reports for. Default is local cluster, unless the local cluster is currently part of a federation and in that case generate a report for all clusters in the current federation. If the clusters included in a federation vary through time, use this option to identify the clusters to be included in report. Implies --local. .TP \fB\-n\fR, \fB\-\-noheader\fR Don't display header when listing results. .TP \fB\-p\fR, \fB\-\-parsable\fR Output will be '|' delimited with a '|' at the end. .TP \fB\-P\fR, \fB\-\-parsable2\fR Output will be '|' delimited without a '|' at the end. .TP \fB\-Q\fR, \fB\-\-quiet\fR Print no warning or informational messages, only error messages. .TP \fB\-t \fR Specify the output time format. Time format options are case insensitive and may be abbreviated. The default format is Minutes. Supported time format options are listed in the \fBtime\fP command section below. .TP \fB\-T, \-\-tres \fR Trackable resource (TRES) to report values for. By default CPU resource use is reported (except for reservation reports. All TRES types reserved by a reservation will be shown by default unless overridden with this option). Multiple TRES names may be separated using a comma separated list for all reports except the job reports, which can only support a single TRES name, or "ALL" for all TRES. The "Reported" Billing TRES is calculated from the largest Billing TRES of each node multiplied by the time frame. For example, if a node is part of multiple partitions and each has a different TRESBillingWeights defined the Billing TRES for the node will be the highest of the partitions. If TRESBillingWeights is not defined on any partition for a node then the Billing TRES will be equal to the number of CPUs on the node. TRES node usage is no longer reported in percent format or in Cluster Utilization. Please use TRES CPU instead. The main issue with using node is in most configurations multiple jobs are able to run on the same node. This makes TRES node accounting count the same node multiple times in the same period. In exclusive node configurations, CPU accounting returns the same usage node accounting would. .TP \fB\-v\fR, \fB\-\-verbose\fR Print detailed event logging. .TP \fB\-V\fR , \fB\-\-version\fR Print version information and exit. .SH "COMMANDS" .TP \ may be omitted from the execute line and sreport will execute in interactive mode. sreport will process commands as entered until explicitly terminated. .TP \fBexit\fP Terminate the execution of sreport. Identical to the \fBquit\fR command. .TP \fBhelp\fP Display a description of sreport options and commands. .TP \fBnonparsable\fP Return output to normal after parsable or parsable2 has been set. .TP \fBparsable\fP Output will be | delimited with an ending '|'. .TP \fBparsable2\fP Output will be | delimited without an ending '|'. .TP \fBquiet\fP Print no warning or informational messages, only fatal error messages. .TP \fBquit\fP Terminate the execution of sreport. Identical to the \fBexit\fR command. .TP \fBtime \fP Specify the output time format. Time format options are case insensitive and may be abbreviated. The default format is Minutes. Supported time format options include: .RS .TP 10 \fBSecPer\fR Seconds/Percentage of Total .TP \fBMinPer\fR Minutes/Percentage of Total .TP \fBHourPer\fR Hours/Percentage of Total .TP \fBSeconds\fR Seconds .TP \fBMinutes\fR Minutes .TP \fBHours\fR Hours .TP \fBPercent\fR Percentage of Total .RE .TP \fBverbose\fP Enable detailed event logging. .TP \fBversion\fP Display the sreport version number. .TP \fB!!\fP Repeat the last command executed. .SH "REPORT TYPES" .TP Valid report types are: \fBcluster\fP \ \ \fBjob\fP \ \ \fBreservation\fP \ \ \fBuser\fP \ \ .TP \ options for each type include: .B cluster \- AccountUtilizationByUser, UserUtilizationByAccount, UserUtilizationByWckey, Utilization, WCKeyUtilizationByUser .B job \- SizesByAccount, SizesByAccountAndWcKey, SizesByWckey .B reservation \- Utilization .B user \- TopUsage .SH "REPORT DESCRIPTION" .TP .B cluster AccountUtilizationByUser This report will display account utilization as it appears on the hierarchical tree. Starting with the specified account or the root account by default this report will list the underlying usage with a sum on each level. Use the 'tree' option to span the tree for better visibility. NOTE: If there were reservations allowing a whole account any idle time in the reservation given to the association for the account, not the user associations in the account, so it can be possible a parent account can be larger than the sum of it's children. .TP .B cluster UserUtilizationByAccount This report will display users by account in order of utilization without grouping multiple accounts by user into one, but displaying them on separate lines. .TP .B cluster UserUtilizationByWCKey This report will display users by wckey in order of utilization without grouping multiple wckey by user into one, but displaying them on separate lines. .TP .B cluster Utilization This report will display total usage divided by Allocated, Down, Idle, and Reserved time for selected clusters. Reserved time refers to time that a job was waiting for resources after the job had become eligible. If the value is not of importance for you the number should be grouped with idle time. .TP .B cluster WCKeyUtilizationByUser This report will display wckey utilization sorted by WCKey name for each user on each cluster. .TP .B job SizesByAccount This report will display the amount of time used for job ranges specified by the 'grouping=' option. Only a single level in the tree is displayed defaulting to the root dir. If you specify other accounts with the 'account=' option sreport will use those accounts as the root account and you will receive the sub accounts for the accounts listed. .TP .B job SizesByAccountAndWckey This report is very similar to SizesByAccount with the difference being each account is pair with wckeys so the identifier is account:wckey instead of just account so there will most likely be multiple accounts listed depending on the number of wckeys used. .TP .B job SizesByWckey This report will display the amount of time for each wckey for job ranges specified by the 'grouping=' option. .TP .B reservation Utilization This report will display total usage for reservations on the systems. .TP .B user TopUsage Displays the top users on a cluster. Use the group option to group accounts together. The default is to have a different line for each user account combination. .TP Each report type has various options... .TP .B OPTIONS FOR ALL REPORT TYPES .TP .B All_Clusters Use all monitored clusters. Default is local cluster. .TP .B Clusters= List of clusters to include in report. Default is local cluster. .TP .B End= Period ending for report. Default is 23:59:59 of previous day. Valid time formats are... .sp HH:MM[:SS] [AM|PM] .br MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] .br MM/DD[/YY]\-HH:MM[:SS] .br YYYY\-MM\-DD[THH:MM[:SS]] .TP .B Format= Comma separated list of fields to display in report. When using the format option for listing various fields you can put a %NUMBER afterwards to specify how many characters should be printed. e.g. format=name%30 will print 30 characters of field name right justified. A \-30 will print 30 characters left justified. .TP .B Start= Period start for report. Default is 00:00:00 of previous day. Valid time formats are... .sp HH:MM[:SS] [AM|PM] .br MMDD[YY] or MM/DD[/YY] or MM.DD[.YY] .br MM/DD[/YY]\-HH:MM[:SS] .br YYYY\-MM\-DD[THH:MM[:SS]] .ad .TP .B OPTIONS SPECIFICALLY FOR CLUSTER REPORTS .TP .B Accounts= When used with the UserUtilizationByAccount, or AccountUtilizationByUser, List of accounts to include in report. Default is all. .TP .B Tree When used with the AccountUtilizationByUser report will span the accounts as they are in the hierarchy. .TP .B Users= When used with any report other than Utilization, List of users to include in report. Default is all. .TP .B Wckeys= When used with the UserUtilizationByWckey or WCKeyUtilizationByUser, List of wckeys to include in report. Default is all. .TP .B OPTIONS SPECIFICALLY FOR JOB REPORTS .TP .B Accounts= List of accounts to use for the report Default is all. The SizesByAccount(*) report only displays 1 hierarchical level. If accounts are specified the next layer of accounts under those specified will be displayed, not the accounts specified. In the SizesByAccount(*) reports the default for accounts is root. This explanation does not apply when ran with the FlatView option. .TP .B FlatView When used with the SizesbyAccount(*) will not group accounts in a hierarchical level, but print each account where jobs ran on a separate line without any hierarchy. .TP .B GID= List of group ids to include in report. Default is all. .TP .B Grouping= Comma separated list of size groupings. (e.g. 50,100,150 would group job cpu count 1-49, 50-99, 100-149, > 150). grouping=individual will result in a single column for each job size found. .TP .B Jobs= List of jobs/steps to include in report. Default is all. .TP .B Nodes= Only show jobs that ran on these nodes. Default is all. .TP .B Partitions= List of partitions jobs ran on to include in report. Default is all. .TP .B PrintJobCount When used with the Sizes report will print number of jobs ran instead of time used. .TP .B Users= List of users jobs to include in report. Default is all. .TP .B Wckeys= List of wckeys to use for the report. Default is all. The SizesbyWckey report all users summed together. If you want only certain users specify them them with the Users= option. .TP .B OPTIONS SPECIFICALLY FOR RESERVATION REPORTS .TP .B Names= List of reservations to use for the report. Default is all. .TP .B Nodes= Only show reservations that used these nodes. Default is all. .TP .B OPTIONS SPECIFICALLY FOR USER REPORTS .TP .B Accounts= List of accounts to use for the report. Default is all. .TP .B Group Group all accounts together for each user. Default is a separate entry for each user and account reference. .TP .B TopCount= Used in the TopUsage report. Change the number of users displayed. Default is 10. .TP .B Users= List of users jobs to include in report. Default is all. .SH "FORMAT OPTIONS FOR EACH REPORT" \fBFORMAT OPTIONS FOR CLUSTER REPORTS\fP .in 10 AccountUtilizationByUser: .br UserUtilizationByAccount: .in 14 Accounts, Cluster, Login, Proper, TresCount, Used .in 10 UserUtilizationByWckey: .br WCKeyUtilizationByUser: .in 14 Cluster, Login, Proper, TresCount, Used, Wckey .in 10 Utilization: .in 14 Allocated, Cluster, Down, Idle, Overcommited, PlannedDown, Reported, Reserved, TresCount, TresName .TP \fBFORMAT OPTIONS FOR JOB REPORTS\fP .in 10 SizesByAccount, SizesByAccountAndWckey: .in 14 Account, Cluster .in 10 SizesByWckey: .in 14 Wckey, Cluster .TP \fBFORMAT OPTIONS FOR RESERVATION REPORTS\fP .in 10 Utilization: .in 14 Allocated, Associations, Cluster, End, Flags, Idle, Name, Nodes, ReservationId, Start, TotalTime, TresCount, TresName, TresTime .TP \fBFORMAT OPTIONS FOR USER REPORTS\fP .in 10 TopUsage: .in 14 Account, Cluster, Login, Proper, Used .TP All commands and options are case-insensitive. .SH "ENVIRONMENT VARIABLES" .PP Some \fBsreport\fR options may be set via environment variables. These environment variables, along with their corresponding options, are listed below. (Note: commandline options will always override these settings) .TP 20 \fBSREPORT_CLUSTER\fR Same as \fB\-M\fR, \fB\-\-cluster\fR .TP \fBSREPORT_FEDERATION\fR Same as \-\-federation\fR .TP \fBSREPORT_LOCAL\fR Same as \-\-local\fR .TP \fBSREPORT_TRES\fR Same as \fB\-t, \-\-tres\fR .TP \fBSLURM_CONF\fR The location of the Slurm configuration file. .in 0 .SH "EXAMPLES" .TP \fBsreport job sizesbyaccount\fP .TP \fBsreport cluster utilization\fP .TP \fBsreport user top\fP .TP \fBsreport job sizesbyaccount All_Clusters users=gore1 account=environ PrintJobCount\fP Report number of jobs by user gore1 within the environ account .TP \fBsreport cluster AccountUtilizationByUser cluster=zeus user=gore1 start=2/23/08 end=2/24/09 format=Accounts,Cluster,TresCount,Login,Proper,Used\fP Report cluster account utilization with the specified fields during the specified 24 hour day of February 23, 2009, by user gore1 .TP \fBsreport cluster AccountUtilizationByUser cluster=zeus accounts=lc start=2/23/08 end=2/24/09\fP Report cluster account utilization by user in the LC account on cluster zeus .TP \fBsreport user topusage start=2/16/09 end=2/23/09 \-t percent account=lc\fP Report top usage in percent of the lc account during the specified week .SH "COPYING" Copyright (C) 2009\-2010 Lawrence Livermore National Security. Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .br Copyright (C) 2010\-2015 SchedMD LLC. .LP This file is part of Slurm, a resource management program. For details, see . .LP Slurm is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .LP Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH "SEE ALSO" \fBsacct\fR(1), \fBslurmdbd\fR(8)