1QQUOTA(1) Grid Engine User Commands QQUOTA(1)
2
3
4
6 qquota - shows current usage of Grid Engine resource quotas
7
9 qquota [ -h wc_host|wc_hostgroup,... ] [ -help ] [ -l
10 resource_name,... ] [ -u wc_user,... ] [ -P wc_project,... ] [ -pe
11 wc_pe_name,... ] [ -q wc_cqueue,... ] [ -xml ]
12
14 qquota shows the current Grid Engine resource quota sets. Only resource
15 quota sets with a positive usage count or a static limit are printed.
16
17 Selection options allow you to filter for specific hosts, cluster
18 queues, projects, parallel environments (pe), resources or users.
19 Without any option qquota will display a list of all resource quota
20 sets for the calling user.
21
23 -h wc_host|wc_hostgroup,...
24 Display only resource quota sets that matches with the hosts in
25 the given wildcard host or hostgroup list. Find the definition
26 of wc_host and wc_hostgroup in sge_types(1).
27
28 -help Prints a listing of all options.
29
30 -l resource_name,...
31 Display only resource quota sets being matched with the
32 resources in the given resource list.
33
34 -u wc_user,...
35 Display only resource quota sets being matched with the users in
36 the given wildcard user list. Find the definition of wc_user in
37 sge_types(1).
38
39 -P wc_project,...
40 Display only resource quota sets being matched with the projects
41 in the given wildcard project list. Find the definition of
42 wc_project in sge_types(1).
43
44 -pe wc_pe_name,...
45 Display only resource quota sets being matched with the parallel
46 environments (pe) in the given wildcard pe list. Find the defi‐
47 nition of wc_pe_name in sge_types(1).
48
49 -q wc_cqueue,...
50 Display only resource quota sets being matched with the queues
51 in the given wildcard cluster queue list. Find the definition of
52 wc_cqueue in sge_types(1).
53
54 -xml This option can be used with all other options and changes the
55 output to XML. The schema used is referenced in the XML output.
56 The output is printed to stdout.
57
59 A line is printed for every resource quota with a positive usage count
60 or a static resource. The line consists of
61
62 · the resource quota - rule set name/rule name or number of rule in
63 ruleset
64
65 · the limit - resource name, the number of used and available entities
66 of that resource
67
68 · the effective resource quota set filter
69
71 GE_ROOT Specifies the location of the Grid Engine standard con‐
72 figuration files.
73
74 GE_CELL If set, specifies the default Grid Engine cell. To
75 address a Grid Engine cell qquota uses (in the order of
76 precedence):
77
78 The name of the cell specified in the environment
79 variable GE_CELL, if it is set.
80
81 The name of the default cell, i.e. default.
82
83
84 GE_DEBUG_LEVEL If set, specifies that debug information should be writ‐
85 ten to stderr. In addition the level of detail in which
86 debug information is generated is defined.
87
88 GE_QMASTER_PORT
89 If set, specifies the tcp port on which ge_qmaster(8) is
90 expected to listen for communication requests. Most
91 installations will use a services map entry for the ser‐
92 vice "sge_qmaster" instead to define that port.
93
95 <ge_root>/<cell>/common/act_qmaster
96 Grid Engine master host file
97 <ge_root>/<cell>/common/ge_qquota
98 cluster qquota default options
99 $HOME/.ge_qquota
100 user qquota default options
101
103 ge_intro(1), qalter(1), qconf(1), qhold(1), qmod(1), qstat(1), qsub(1),
104 queue_conf(5), ge_execd(8), ge_qmaster(8), ge_shepherd(8).
105
107 See ge_intro(1) for a full statement of rights and permissions.
108
109
110
111GE 6.2u5 $Date: 2007/07/19 09:04:31 $ QQUOTA(1)