summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/rcapstat.1
blob: 3d1b66a6bd1c8d1d574603246e2a1ab1ba8da296 (plain)
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
'\" te
.\"  Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
.\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
.\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH rcapstat 1 "16 Jun 2009" "SunOS 5.11" "User Commands"
.SH NAME
rcapstat \- report resource cap enforcement daemon statistics
.SH SYNOPSIS
.LP
.nf
\fBrcapstat\fR [\fB-g\fR] [\fB-p | -z\fR] [\fB-T\fR u | d ] [\fIinterval\fR [\fIcount\fR]]
.fi

.SH DESCRIPTION
.sp
.LP
The \fBrcapstat\fR command reports on the projects or zones capped by
\fBrcapd\fR(1M). Each report contains statistics that pertain to the project or
zone and paging statistics. Paging refers to the act of relocating portions of
memory, called pages, to or from physical memory. \fBrcapd\fR pages out the
most infrequently used pages.
.sp
.LP
The paging statistics in the first report issued show the activity since the
daemon was started. Subsequent reports reflect the activity since the last
report was issued.
.sp
.LP
Reports are issued every \fIinterval\fR seconds up to the quantity specified by
\fIcount\fR, or forever if \fIcount\fR is not specified.
.SH OPTIONS
.sp
.LP
The following options are supported:
.sp
.ne 2
.mk
.na
\fB\fB-g\fR\fR
.ad
.RS 12n
.rt  
Global statistics. Reports the minimum memory utilization for memory cap
enforcement (see \fBrcapadm\fR(1M)) and reports current memory utilization as a
percentage of installed physical memory.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-p\fR\fR
.ad
.RS 12n
.rt  
Report statistics for capped projects.  This is the default if no option is
specified.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-T\fR \fBu\fR | \fBd\fR\fR
.ad
.RS 12n
.rt  
Display a time stamp.
.sp
Specify \fBu\fR for a printed representation of the internal representation of
time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See
\fBdate\fR(1).
.RE

.sp
.ne 2
.mk
.na
\fB\fB-z\fR\fR
.ad
.RS 12n
.rt  
Report statistics for capped zones.
.RE

.SH OUTPUT
.sp
.LP
The following list defines the column headings in the \fBrcapstat\fR report and
provides information about how to interpret the report.
.sp
.ne 2
.mk
.na
\fB\fBid\fR\fR
.ad
.RS 11n
.rt  
The project ID or zone \fBID\fR of the capped project or zone.
.RE

.sp
.ne 2
.mk
.na
\fB\fBproject\fR\fR
.ad
.RS 11n
.rt  
The project name.
.RE

.sp
.ne 2
.mk
.na
\fB\fBzone\fR\fR
.ad
.RS 11n
.rt  
The zone name.
.RE

.sp
.ne 2
.mk
.na
\fB\fBnproc\fR\fR
.ad
.RS 11n
.rt  
The number of processes in the project or zone since the last report.
.RE

.sp
.ne 2
.mk
.na
\fB\fBvm\fR\fR
.ad
.RS 11n
.rt  
The total virtual memory size of the project or zone's processes, including all
mapped files and devices, in kilobytes (\fBK\fR), megabytes (\fBM\fR), or
gigabytes (\fBG\fR).
.RE

.sp
.ne 2
.mk
.na
\fB\fBrss\fR\fR
.ad
.RS 11n
.rt  
The total resident set size (\fBRSS\fR) of the project or zone's processes, in
kilobytes (\fBK\fR), megabytes (\fBM\fR), or gigabytes (\fBG\fR). The count
does not account for shared pages.
.RE

.sp
.ne 2
.mk
.na
\fB\fBcap\fR\fR
.ad
.RS 11n
.rt  
The \fBRSS\fR cap for the project or zone. See \fBrcapd\fR(1M) for information
about how to specify memory caps.
.RE

.sp
.ne 2
.mk
.na
\fB\fBat\fR\fR
.ad
.RS 11n
.rt  
The total amount of memory that \fBrcapd\fR attempted to page out.
.sp
Paging refers to the act of relocating portions of memory, called pages, to or
from physical memory. \fBrcapd\fR pages out the most infrequently used pages.
.RE

.sp
.ne 2
.mk
.na
\fB\fBavgat\fR\fR
.ad
.RS 11n
.rt  
The average amount of memory that \fBrcapd\fR attempted to page out during
each sample cycle. The rate at which \fBrcapd\fR samples \fBRSS\fR can be set
with \fBrcapadm\fR(1M).
.RE

.sp
.ne 2
.mk
.na
\fB\fBpg\fR\fR
.ad
.RS 11n
.rt  
An estimate of the total amount of memory that \fBrcapd\fR successfully paged
out.
.RE

.sp
.ne 2
.mk
.na
\fB\fBavgpg\fR\fR
.ad
.RS 11n
.rt  
An estimate of the average amount of memory that \fBrcapd\fR successfully paged
out during each sample cycle. The rate at which \fBrcapd\fR samples process
\fBRSS\fR sizes can be set with \fBrcapadm\fR.
.RE

.SH OPERANDS
.sp
.LP
The following operands are supported:
.sp
.ne 2
.mk
.na
\fB\fIinterval\fR\fR
.ad
.RS 12n
.rt  
Specifies the reporting interval in seconds. The default interval is 5 seconds.
.RE

.sp
.ne 2
.mk
.na
\fB\fIcount\fR\fR
.ad
.RS 12n
.rt  
Specifies the number of reports to produce. By default, \fBrcapstat\fR reports
statistics until a termination signal is received or until the \fBrcapd\fR
process exits.
.RE

.SH EXAMPLES
.LP
\fBExample 1 \fRUsing \fBrcapstat\fR to Report Cap and Project Information
.sp
.LP
Caps are defined for two projects associated with two users. \fBuser1\fR has a
cap of 50 megabytes and \fBuser2\fR has a cap of 10 megabytes.

.sp
.LP
The following command produces five reports at 5-second sampling intervals.

.sp
.in +2
.nf
example# \fBrcapstat 5 5\fR
    id project  nproc     vm    rss   cap    at avgat    pg avgpg
112270   user1     24   123M    35M   50M   50M    0K 3312K    0K
 78194   user2      1  2368K  1856K   10M    0K    0K    0K    0K
    id project  nproc     vm    rss   cap    at avgat    pg avgpg
112270   user1     24   123M    35M   50M    0K    0K    0K    0K
 78194   user2      1  2368K  1856K   10M    0K    0K    0K    0K
    id project  nproc     vm    rss   cap    at avgat    pg avgpg
112270   user1     24   123M    35M   50M    0K    0K    0K    0K
 78194   user2      1  2368K  1928K   10M    0K    0K    0K    0K
    id project  nproc     vm    rss   cap    at avgat    pg avgpg
112270   user1     24   123M    35M   50M    0K    0K    0K    0K
 78194   user2      1  2368K  1928K   10M    0K    0K    0K    0K
    id project  nproc     vm    rss   cap    at avgat    pg avgpg
112270   user1     24   123M    35M   50M    0K    0K    0K    0K
 78194   user2      1  2368K  1928K   10M    0K    0K    0K    0K 
.fi
.in -2
.sp

.sp
.LP
The first three lines of output constitute the first report, which contains the
cap and project information for the two projects and paging statistics since
\fBrcapd\fR was started. The \fBat\fR and \fBpg\fR columns are a number greater
than zero for \fBuser1\fR and zero for \fBuser2\fR, which indicates that at
some time in the daemon's history, \fBuser1\fR exceeded its cap but \fBuser2\fR
did not.

.sp
.LP
The subsequent reports show no significant activity.

.LP
\fBExample 2 \fRUsing \fBrcapstat\fR to Monitor the RSS of a Project
.sp
.in +2
.nf
example% \fBrcapstat 5 5\fR
    id project  nproc    vm   rss   cap    at avgat     pg  avgpg
376565   user1     57  209M   46M   10M  440M  220M  5528K  2764K
376565   user1     57  209M   44M   10M  394M  131M  4912K  1637K
376565   user1     56  207M   43M   10M  440M  147M  6048K  2016K
376565   user1     56  207M   42M   10M  522M  174M  4368K  1456K
376565   user1     56  207M   44M   10M  482M  161M  3376K  1125K
.fi
.in -2
.sp

.sp
.LP
The project \fBuser1\fR has an \fBRSS\fR in excess of its physical memory cap.
The nonzero values in the \fBpg\fR column indicate that \fBrcapd\fR is
consistently paging out memory as it attempts to meet the cap by lowering the
physical memory utilization of the project's processes. However, \fBrcapd\fR is
unsuccessful, as indicated by the varying \fBrss\fR values that do not show a
corresponding decrease. This means that the application's resident memory is
being actively used, forcing \fBrcapd\fR to affect the working set. Under this
condition, the system continues to experience high page fault rates, and
associated I/O, until the working set size (\fBWSS\fR) is reduced, the cap is
raised, or the application changes its memory access pattern. Notice that a
page fault occurs when either a new page must be created, or the system must
copy in a page from the swap device.

.LP
\fBExample 3 \fRDetermining the Working Set Size of a Project
.sp
.LP
This example is a continuation of \fBExample 1\fR, and it uses the same
project.

.sp
.in +2
.nf
example% \fBrcapstat 5 5\fR
    id project  nproc    vm   rss   cap    at avgat     pg  avgpg
376565   user1     56  207M   44M   10M  381M  191M    15M  7924K
376565   user1     56  207M   46M   10M  479M  160M  2696K   898K
376565   user1     56  207M   46M   10M  424M  141M  7280K  2426K
376565   user1     56  207M   43M   10M  401M  201M  4808K  2404K
376565   user1     56  207M   43M   10M  456M  152M  4800K  1600K
376565   user1     56  207M   44M   10M  486M  162M  4064K  1354K
376565   user1     56  207M   52M  100M  191M   95M  1944K   972K
376565   user1     56  207M   55M  100M    0K    0K     0K     0K
376565   user1     56  207M   56M  100M    0K    0K     0K     0K
376565   user1     56  207M   56M  100M    0K    0K     0K     0K
376565   user1     56  207M   56M  100M    0K    0K     0K     0K
376565   user1     56  207M   56M  100M    0K    0K     0K     0K
.fi
.in -2
.sp

.sp
.LP
By inhibiting cap enforcement, either by raising the cap of a project or by
changing the minimum physical  memory utilization for cap enforcement (see
\fBrcapadm\fR(1M)), the resident set can become the working set. The \fBrss\fR
column might stabilize to show the project \fBWSS\fR, as shown in the previous
example. The \fBWSS\fR is the minimum cap value that allows the project's
processes to operate without perpetually incurring page faults.

.SH EXIT STATUS
.sp
.LP
The following exit values are returned:
.sp
.ne 2
.mk
.na
\fB\fB0\fR\fR
.ad
.RS 5n
.rt  
Successful completion.
.RE

.sp
.ne 2
.mk
.na
\fB\fB1\fR\fR
.ad
.RS 5n
.rt  
An error occurred.
.RE

.sp
.ne 2
.mk
.na
\fB\fB2\fR\fR
.ad
.RS 5n
.rt  
Invalid command-line options were specified.
.RE

.SH SEE ALSO
.sp
.LP
\fBrcapadm\fR(1M), \fBrcapd\fR(1M), \fBattributes\fR(5)
.sp
.LP
\fIPhysical Memory Control Using the Resource Capping Daemon\fR in \fISystem
Administration Guide: Resource Management\fR
.SH NOTES
.sp
.LP
If the interval specified to \fBrcapstat\fR is shorter than the reporting
interval specified to \fBrcapd\fR (with \fBrcapadm\fR(1M)), the output for some
intervals can be zero. This is because \fBrcapd\fR does not update statistics
more frequently than the interval specified with \fBrcapadm\fR, and this
interval is independent of (and less precise than) the sampling interval used
by \fBrcapstat\fR.