|
Lines 301-315
Link Here
|
| 301 |
active processes, that is processes that have run in the previous |
301 |
active processes, that is processes that have run in the previous |
| 302 |
twenty seconds. |
302 |
twenty seconds. |
| 303 |
The second row reports on memory usage of all processes. |
303 |
The second row reports on memory usage of all processes. |
| 304 |
The first column reports on the number of physical pages |
304 |
The first column reports on the number of kilobytes in |
| 305 |
claimed by processes. |
305 |
physical pages claimed by processes. |
| 306 |
The second column reports the number of physical pages that |
306 |
The second column reports the number of kilobytes in |
| 307 |
are devoted to read only text pages. |
307 |
physical pages that are devoted to read only text pages. |
| 308 |
The third and fourth columns report the same two figures for |
308 |
The third and fourth columns report the same two figures for |
| 309 |
virtual pages, that is the number of pages that would be |
309 |
virtual pages, that is the number of kilobytes in |
|
|
310 |
pages that would be |
| 310 |
needed if all processes had all of their pages. |
311 |
needed if all processes had all of their pages. |
| 311 |
Finally the last column shows the number of physical pages |
312 |
Finally the last column shows the number of kilobytes in |
| 312 |
on the free list. |
313 |
physical pages on the free list. |
| 313 |
.Pp |
314 |
.Pp |
| 314 |
Below the memory display is a list of the |
315 |
Below the memory display is a list of the |
| 315 |
average number of processes (over the last refresh interval) |
316 |
average number of processes (over the last refresh interval) |
|
Lines 367-377
Link Here
|
| 367 |
pages copied on write (`cow'), |
368 |
pages copied on write (`cow'), |
| 368 |
pages zero filled on demand (`zfod'), |
369 |
pages zero filled on demand (`zfod'), |
| 369 |
slow (on-the-fly) zero fills percentage (`%slo-z'), |
370 |
slow (on-the-fly) zero fills percentage (`%slo-z'), |
| 370 |
pages wired down (`wire'), |
371 |
kilobytes in pages wired down (`wire'), |
| 371 |
active pages (`act'), |
372 |
kilobytes in active pages (`act'), |
| 372 |
inactive pages (`inact'), |
373 |
kilobytes in inactive pages (`inact'), |
| 373 |
pages on the buffer cache queue (`cache'), |
374 |
kilobytes in pages on the buffer cache queue (`cache'), |
| 374 |
number of free pages (`free'), |
375 |
number of kilobytes in free pages (`free'), |
| 375 |
pages freed by the page daemon (`daefr'), |
376 |
pages freed by the page daemon (`daefr'), |
| 376 |
pages freed by exiting processes (`prcfr'), |
377 |
pages freed by exiting processes (`prcfr'), |
| 377 |
pages reactivated from the free list (`react'), |
378 |
pages reactivated from the free list (`react'), |