Deleted Added
full compact
getrusage.2 (17343) getrusage.2 (17346)
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 80 unchanged lines hidden (view full) ---

89of the process(es).
90.It Fa ru_maxrss
91the maximum resident set size utilized (in kilobytes).
92.It Fa ru_ixrss
93an \*(lqintegral\*(rq value indicating the amount of memory used
94by the text segment
95that was also shared among other processes. This value is expressed
96in units of kilobytes * ticks-of-execution.
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 80 unchanged lines hidden (view full) ---

89of the process(es).
90.It Fa ru_maxrss
91the maximum resident set size utilized (in kilobytes).
92.It Fa ru_ixrss
93an \*(lqintegral\*(rq value indicating the amount of memory used
94by the text segment
95that was also shared among other processes. This value is expressed
96in units of kilobytes * ticks-of-execution.
97Ticks are statistics clock ticks.
98The statistics clock has a frequency of
99sysconf(_SC_CLOCK_TCK) ticks per second.
97.It Fa ru_idrss
98an integral value of the amount of unshared memory residing in the
99data segment of a process (expressed in units of
100kilobytes * ticks-of-execution).
101.It Fa ru_isrss
102an integral value of the amount of unshared memory residing in the
103stack segment of a process (expressed in units of
104kilobytes * ticks-of-execution).

--- 62 unchanged lines hidden ---
100.It Fa ru_idrss
101an integral value of the amount of unshared memory residing in the
102data segment of a process (expressed in units of
103kilobytes * ticks-of-execution).
104.It Fa ru_isrss
105an integral value of the amount of unshared memory residing in the
106stack segment of a process (expressed in units of
107kilobytes * ticks-of-execution).

--- 62 unchanged lines hidden ---