1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
.TH sview "1" "Slurm Commands" "May 2021" "Slurm Commands"
.SH "NAME"
sview \- graphical user interface to view and modify Slurm state.
.SH "SYNOPSIS"
sview
.SH "DESCRIPTION"
sview can be used to view Slurm configuration, job,
step, node and partitions state information.
Authorized users can also modify select information.
.LP
The primary display modes are \fIJobs\fR and \fIPartitions\fR, each with a selection tab.
There is also an optional map of the nodes on the left side of the window which
will show the nodes associated with each job or partition.
Left\-click on the tab of the display you would like to see.
Right\-click on the tab in order to control which fields will be displayed.
.LP
Within the display window, left\-click on the header to control the sort
order of entries (e.g. increasing or decreasing) in the display.
You can also left\-click and drag the headers to move them right or left in the display.
If a JobID has an arrow next to it, click on that arrow to display or hide
information about that job's steps.
Right\-click on a line of the display to get more information about the record.
.LP
There is an \fIAdmin Mode\fR option which permits the user root to modify many of
the fields displayed, such as node state or job time limit.
In the mode, a \fISlurm Reconfigure\fR Action is also available.
It is recommended that \fIAdmin Mode\fR be used only while modifications are
actively being made.
Disable \fIAdmin Mode\fR immediately after the changes to avoid possibly making
unintended changes.
.SH "ENVIRONMENT VARIABLES"
.PP
Some \fBsview\fR options may be set via environment variables. These
environment variables, along with their corresponding options, are listed below.
(Note: Command line options will always override these settings.)
.TP 20
\fBSLURM_CONF\fR
The location of the Slurm configuration file.
.IP
.SH "NOTES"
The sview command can only be build if \fIgtk+\-2.0\fR is installed.
Systems lacking these libraries will have Slurm installed without
the sview command.
At least some gtk themes are unable to display large numbers of lines (jobs,
nodes, etc). The information is still in gtk's internal data structures, but
not visible by scrolling down the window.
The gtk2\-engines\-qtcurve theme does seem to have particularly good
scalability.
Newer gtk3 themes do not allow the background colors used for the node map
to be displayed.
On systems with the topology/tree plugin configured, the sview command will
attempt to display the nodes on each switch on a separate line.
Change the sview configuration for optimal viewing by selecting "Options" then
"Set Default Settings".
The "Nodes in Row" and "Node Button Size in Pixels" would be the mostly
commonly changed options.
.SH "COPYING"
Copyright (C) 2006\-2007 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
.br
Copyright (C) 2008\-2011 Lawrence Livermore National Security.
.br
Copyright (C) 2010\-2022 SchedMD LLC.
.LP
This file is part of Slurm, a resource management program.
For details, see <https://slurm.schedmd.com/>.
.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"
\fBsinfo\fR(1), \fBsqueue\fR(1), \fBscontrol\fR(1), \fBslurm.conf\fR(5),
\fBsched_setaffinity\fR (2), \fBnuma\fR (3)
|