1QQUOTA(1)                  Grid Engine User Commands                 QQUOTA(1)
2
3
4

NAME

6       qquota - shows current usage of Grid Engine resource quotas
7

SYNTAX

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

DESCRIPTION

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

OPTIONS

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

OUTPUT FORMATS

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

ENVIRONMENTAL VARIABLES

71       SGE_ROOT       Specifies  the location of the Grid Engine standard con‐
72                      figuration files.
73
74       SGE_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 SGE_CELL, if it is set.
80
81                             The name of the default cell, i.e. default.
82
83
84       SGE_DEBUG_LEVEL
85                      If set, specifies that debug information should be writ‐
86                      ten to stderr. In addition the level of detail in  which
87                      debug information is generated is defined.
88
89       SGE_QMASTER_PORT
90                      If  set,  specifies the tcp port on which sge_qmaster(8)
91                      is expected to listen for communication requests.   Most
92                      installations will use a services map entry for the ser‐
93                      vice "sge_qmaster" instead to define that port.
94

FILES

96       $SGE_ROOT/$SGE_CELL/common/act_qmaster
97                      Grid Engine master host file
98       $SGE_ROOT/$SGE_CELL/common/sge_qquota
99                      cluster qquota default options
100       $HOME/.sge_qquota
101                      user qquota default options
102

SEE ALSO

104       sge_intro(1),  qalter(1),  qconf(1),   qhold(1),   qmod(1),   qstat(1),
105       qsub(1), queue_conf(5), sge_execd(8), sge_qmaster(8), sge_shepherd(8).
106
108       See sge_intro(1) for a full statement of rights and permissions.
109
110
111
112GE 6.1                   $Date: 2007/07/19 08:17:15 $                QQUOTA(1)
Impressum