Skip to content
Snippets Groups Projects
Commit 4760579f authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

more and more edits

parent 6bc5d075
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ The sshare information is maintained within a database with the interface ...@@ -12,8 +12,8 @@ The sshare information is maintained within a database with the interface
being provided by \fBslurmdbd\fR (Slurm Database daemon). being provided by \fBslurmdbd\fR (Slurm Database daemon).
This database can serve as a central storehouse of user and This database can serve as a central storehouse of user and
computer information for multiple computers at a single site. computer information for multiple computers at a single site.
sshare provides Slurm share information of Account, User, ID, FairShare, sshare provides Slurm share information of Account, User, ID,
Normal Shares, Used, Normal Usage, Effective Used, Norm Effective Usage FairShare, Normal Shares, Used, Normal Usage, Effective Used, Normal Effective Usage.
.SH "OPTIONS" .SH "OPTIONS"
...@@ -69,57 +69,57 @@ This is equivalent to the \fBversion\fR command. ...@@ -69,57 +69,57 @@ This is equivalent to the \fBversion\fR command.
.SH "COMMANDS" .SH "COMMANDS"
.TP .TP
\fBall\fR \fB\-\-all\fR
Display associations. Display associations.
.TP .TP
\fBaccounts\fR <\fIaccountName\fR> \fB\-\-accounts\fR <\fIAccount\fR>
Display accounts. Display accounts.
.TP .TP
\fBcluster\fR <\fIclustername\fR> \fB\-\-cluster\fR <\fICluster\fR>
Display cluster. Display cluster.
.TP .TP
\fBhelp\fP \fB\-\-help\fP
Display a description of sshare options and commands. Display a description of sshare options and commands.
.TP .TP
\fBno_header\fP \fB\-\-no_header\fP
Display output without the header. Display output without the header.
.TP .TP
\fBparsable\fP \fB\-\-parsable\fP
Display output will be '|' delimited with a '|' at the end. Display output will be '|' delimited with a '|' at the end.
.TP .TP
\fBparsable2\fP \fB\-\-parsable2\fP
Display output will be '|' delimited without a '|' at the end. Display output will be '|' delimited without a '|' at the end.
.TP .TP
\fBquiet\fP \fB\-\-quiet\fP
Print no messages other than error messages. Print no messages other than error messages.
.TP .TP
\fBuid\fP \fB\-\-uid\fP <\fIUser\fR>
Display user. Display user.
.TP .TP
\fBusage\fP \fB\-\-usage\fP
Display a description of sshare options and commands. Display a description of sshare options and commands.
.TP .TP
\fBuser\fP <\fIuserName\fR> \fB\-\-user\fP <\fIUser\fR>
Display user. Display user.
.TP .TP
\fBverbose\fP \fB\-\-verbose\fP
Enable detailed logging. Enable detailed logging.
This includes time\-stamps on data structures, record counts, etc. This includes time\-stamps on data structures, record counts, etc.
This is an independent command with no options meant for use in interactive mode. This is an independent command with no options meant for use in interactive mode.
.TP .TP
\fBversion\fP \fB\-\-version\fP
Display the version number of sshare. Display the version number of sshare.
...@@ -150,10 +150,10 @@ The name of a user. ...@@ -150,10 +150,10 @@ The name of a user.
.SH "EXAMPLES" .SH "EXAMPLES"
.eo .eo
.br .br
> sshare -A <accountName> > sshare -A <Account>
.br .br
.br .br
> sshare --parsable --user <userName> > sshare --parsable --user <User>
.br .br
.ec .ec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment