1sview(1) Slurm Commands sview(1)
2
3
4
6 sview - graphical user interface to view and modify Slurm state.
7
8
10 sview
11
12
14 sview can be used to view Slurm configuration, job, step, node and par‐
15 titions state information. Authorized users can also modify select
16 information.
17
18 The primary display modes are Jobs and Partitions, each with a selec‐
19 tion tab. There is also an optional map of the nodes on the left side
20 of the window which will show the nodes associated with each job or
21 partition. Left-click on the tab of the display you would like to see.
22 Right-click on the tab in order to control which fields will be dis‐
23 played.
24
25 Within the display window, left-click on the header to control the sort
26 order of entries (e.g. increasing or decreasing) in the display. You
27 can also left-click and drag the headers to move them right or left in
28 the display. If a JobID has an arrow next to it, click on that arrow
29 to display or hide information about that job's steps. Right-click on
30 a line of the display to get more information about the record.
31
32 There is an Admin Mode option which permits the user root to modify
33 many of the fields displayed, such as node state or job time limit. In
34 the mode, a Slurm Reconfigure Action is also available. It is recom‐
35 mended that Admin Mode be used only while modifications are actively
36 being made. Disable Admin Mode immediately after the changes to avoid
37 possibly making unintended changes.
38
39
41 Some sview options may be set via environment variables. These environ‐
42 ment variables, along with their corresponding options, are listed
43 below. (Note: commandline options will always override these settings)
44
45 SLURM_CONF The location of the Slurm configuration file.
46
47
49 The sview command can only be build if gtk+-2.0 is installed. Systems
50 lacking these libraries will have Slurm installed without the sview
51 command.
52
53 At least some gtk themes are unable to display large numbers of lines
54 (jobs, nodes, etc). The information is still in gtk's internal data
55 structures, but not visible by scrolling down the window. The
56 gtk2-engines-qtcurve theme does seem to have particularly good scala‐
57 bility.
58
59 Newer gtk3 themes do not allow the background colors used for the node
60 map to be displayed.
61
62 On systems with the topology/tree plugin configured, the sview command
63 will attempt to display the nodes on each switch on a separate line.
64 Change the sview configuration for optimal viewing by selecting
65 "Options" then "Set Default Settings". The "Nodes in Row" and "Node
66 Button Size in Pixels" would be the mostly commonly changed options.
67
68
70 Copyright (C) 2006-2007 The Regents of the University of California.
71 Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
72 Copyright (C) 2008-2011 Lawrence Livermore National Security.
73 Copyright (C) 2010-2013 SchedMD LLC.
74
75 This file is part of Slurm, a resource management program. For
76 details, see <https://slurm.schedmd.com/>.
77
78 Slurm is free software; you can redistribute it and/or modify it under
79 the terms of the GNU General Public License as published by the Free
80 Software Foundation; either version 2 of the License, or (at your
81 option) any later version.
82
83 Slurm is distributed in the hope that it will be useful, but WITHOUT
84 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
85 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
86 for more details.
87
88
90 sinfo(1), squeue(1), scontrol(1), slurm.conf(5), sched_setaffinity (2),
91 numa (3)
92
93
94
95April 2015 Slurm Commands sview(1)