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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
qquota - shows current usage of Grid Engine resource quotas
SYNTAX
qquota [ -h wc_host|wc_hostgroup,... ] [ -help ] [ -l
resource_name,... ] [ -u wc_user,... ] [ -P wc_project,... ]
[ -pe wc_pe_name,... ] [ -q wc_cqueue,... ] [ -xml ]
DESCRIPTION
<I>qquota</I> shows the current Grid Engine resource quota sets.
Only resource quota sets with a positive usage count or a
static limit are printed.
Selection options allow you to filter for specific hosts,
cluster queues, projects, parallel environments (pe),
resources or users. Without any option <I>qquota</I> will display
a list of all resource quota sets for the calling user.
OPTIONS
-h wc_host|wc_hostgroup,...
<I>Display</I> <I>only</I> <I>resource</I> <I>quota</I> <I>sets</I> <I>that</I> <I>matches</I> <I>with</I> <I>the</I>
<I>hosts</I> in the given wildcard host or hostgroup list.
Find the definition of wc_host and wc_hostgroup in
<B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.
-help
Prints a listing of all options.
-l resource_name,...
Display only resource quota sets being matched with the
resources in the given resource list.
-u wc_user,...
Display only resource quota sets being matched with the
users in the given wildcard user list. Find the defini-
tion of wc_user in <B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.
-P wc_project,...
Display only resource quota sets being matched with the
projects in the given wildcard project list. Find the
definition of wc_project in <B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.
-pe wc_pe_name,...
Display only resource quota sets being matched with the
parallel environments (pe) in the given wildcard pe
list. Find the definition of wc_pe_name in
<B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.
-q wc_cqueue,...
Display only resource quota sets being matched with the
queues in the given wildcard cluster queue list. Find
the definition of wc_cqueue in <B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.
-xml This option can be used with all other options and
changes the output to XML. The schema used is refer-
enced in the XML output. The output is printed to
stdout.
OUTPUT FORMATS
A line is printed for every resource quota with a positive
usage count or a static resource. The line consists of
<B>o</B> the resource quota - rule set name/rule name or number of
rule in ruleset
<B>o</B> the limit - resource name, the number of used and avail-
able job slots
<B>o</B> the effective resource quota set filter
ENVIRONMENTAL VARIABLES
SGE_ROOT Specifies the location of the Grid Engine
standard configuration files.
SGE_CELL If set, specifies the default Grid Engine
cell. To address a Grid Engine cell <I>qquota</I>
uses (in the order of precedence):
The name of the cell specified in the
environment variable SGE_CELL, if it is
set.
The name of the default cell, i.e.
default.
SGE_DEBUG_LEVEL
If set, specifies that debug information
should be written to stderr. In addition the
level of detail in which debug information is
generated is defined.
SGE_QMASTER_PORT
If set, specifies the tcp port on which
<B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> is expected to listen for com-
munication requests. Most installations will
use a services map entry for the service
"sge_qmaster" instead to define that port.
FILES
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>act</I>_<I>qmaster</I>
Grid Engine master host file
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>sge</I>_<I>qquota</I>
cluster qquota default options
$<I>HOME</I>/.<I>sge</I>_<I>qquota</I>
user qquota default options
SEE ALSO
<B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qalter.html">qalter(1)</A></B>, <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>, <B><A HREF="../htmlman1/qhold.html">qhold(1)</A></B>, <B><A HREF="../htmlman1/qmod.html">qmod(1)</A></B>,
<B><A HREF="../htmlman1/qstat.html">qstat(1)</A></B>, <B><A HREF="../htmlman1/qsub.html">qsub(1)</A></B>, <B><A HREF="../htmlman5/queue_conf.html">queue_conf(5)</A></B>, <B><A HREF="../htmlman8/sge_execd.html">sge_execd(8)</A></B>,
<B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B>, <B><A HREF="../htmlman8/sge_shepherd.html">sge_shepherd(8)</A></B>.
COPYRIGHT
See <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B> for a full statement of rights and permis-
sions.
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
|