.SH "DESCRIPTION" \fBsshare\fR is used to view Slurm share information. This command is only viable when running with the priority/multifactor plugin. The sshare information is derived from a database with the interface being provided by \fBslurmdbd\fR (Slurm Database daemon) which is read in from the slurmctld and used to process the shares available to a given association. sshare provides Slurm share information of Account, User, Raw Shares, Normalized Shares, Raw Usage, Normalized Usage, Effective Usage, the Fair-share factor, the GrpTRESMins limit, Partitions and accumulated currently running TRES-minutes for each association. .SH "OPTIONS" .TP \fB\-A\fR, \fB\-\-accounts=\fR Display information for specific accounts (comma separated list). .TP \fB\-a\fR, \fB\-\-all\fR Display information for all users. .TP \fB\-l\fR, \fB\-\-long\fR Long listing - includes the normalized usage information. .TP \fB\-M\fR, \fB\-\-clusters\fR=<\fIstring\fR> Clusters to issue commands to. Note that the SlurmDBD must be up for this option to work properly. .TP \fB\-m\fR, \fB\-\-partition\fR If there are association based partitions in the system print their names. .TP \fB\-n\fR, \fB\-\-noheader\fR No header will be added to the beginning of the output. .TP \fB\-o\fR, \fB\-\-format=\fR Comma separated list of fields (use "--helpformat" for a list of available fields). .TP \fB\-p\fR, \fB\-\-parsable\fR Output will be '|' delimited with a '|' at the end. .TP \fB\-P\fR, \fB\-\-parsable2\fR .TP \fB\-V\fR, \fB\-\-version\fR Display the version number of sshare. .TP \fB\-\-help\fR \fB\-\-usage\fR Display a description of sshare options and commands. .SH "SSHARE OUTPUT FIELDS" .TP \f3Account\fP The Account. .TP \f3User\fP The User. .TP \f3Raw Shares\fP The raw shares assigned to the user or account. .TP \f3Norm Shares\fP The shares assigned to the user or account normalized to the total number of assigned shares. .TP \f3Raw Usage\fP The number of tres-seconds (cpu-seconds if TRESBillingWeights is not defined) of all the jobs charged to the account or user. This number will decay over time when PriorityDecayHalfLife is defined. .TP \f3Norm Usage\fP (only appears with \fBsshare \-l\fR option) The Raw Usage normalized to the total number of tres-seconds of all jobs run on the cluster, subject to the PriorityDecayHalfLife decay when defined. .TP \f3Effectv Usage\fP The Effective Usage augments the normalized usage to account for usage from sibling accounts. .TP \f3FairShare\fP The Fair-Share factor, based on a user or account's assigned shares and the effective usage charged to them or their accounts. .TP used by all jobs running with this account and its children. This takes into consideration time limit of running jobs and consumes it, if the limit is reached no new jobs are started until other jobs finish to allow time to free up. .SH "FAIR_TREE MODIFICATIONS" When PriorityFlags=FAIR_TREE is set (the default, unless NO_FAIR_TREE is set), calculations are done differently. As a result, the following fields are added or modified: .TP \f3Norm Shares\fP The shares assigned to the user or account normalized to the total number of assigned shares within the level. .TP \f3Effectv Usage\fP Effectv Usage is the association's usage normalized with its parent. .TP \f3Level FS\fP (only appears with \fBsshare \-l\fR option) This is the association's fairshare value compared to its siblings, calculated as Norm Shares / Effectv Usage. If an association is over-served, the value is between 0 and 1. If an association is under-served, the value is greater than 1. Associations with no usage receive the highest possible value, infinity. .TP More information about Fair Tree can be found in doc/html/fair_tree.html or at https://slurm.schedmd.com/fair_tree.html .SH "ENVIRONMENT VARIABLES" .PP Some \fBsshare\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 \fBSLURM_CONF\fR The location of the Slurm configuration file. .SH "EXAMPLES" .eo .br > sshare -A <Account> .br .br > sshare --parsable --users=<User> .br .ec .SH "COPYING" Copyright (C) 2008 Lawrence Livermore National Security. FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH "SEE ALSO" \fBslurm.conf\fR(5), \fBslurmdbd\fR(8)
Man(1) output converted with man2html