Deleted Added
full compact
getrusage.2 (108087) getrusage.2 (131504)
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libc/sys/getrusage.2 108087 2002-12-19 09:40:28Z ru $
33.\" $FreeBSD: head/lib/libc/sys/getrusage.2 131504 2004-07-02 23:52:20Z ru $
34.\"
35.Dd June 4, 1993
36.Dt GETRUSAGE 2
37.Os
38.Sh NAME
39.Nm getrusage
40.Nd get information about resource utilization
41.Sh LIBRARY

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

94of the process(es).
95.It Fa ru_maxrss
96the maximum resident set size utilized (in kilobytes).
97.It Fa ru_ixrss
98an
99.Dq integral
100value indicating the amount of memory used
101by the text segment
34.\"
35.Dd June 4, 1993
36.Dt GETRUSAGE 2
37.Os
38.Sh NAME
39.Nm getrusage
40.Nd get information about resource utilization
41.Sh LIBRARY

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

94of the process(es).
95.It Fa ru_maxrss
96the maximum resident set size utilized (in kilobytes).
97.It Fa ru_ixrss
98an
99.Dq integral
100value indicating the amount of memory used
101by the text segment
102that was also shared among other processes. This value is expressed
102that was also shared among other processes.
103This value is expressed
103in units of kilobytes * ticks-of-execution.
104Ticks are statistics clock ticks.
105The statistics clock has a frequency of
106.Fn sysconf _SC_CLOCK_TCK
107ticks per second.
108.It Fa ru_idrss
109an integral value of the amount of unshared memory residing in the
110data segment of a process (expressed in units of

--- 73 unchanged lines hidden ---
104in units of kilobytes * ticks-of-execution.
105Ticks are statistics clock ticks.
106The statistics clock has a frequency of
107.Fn sysconf _SC_CLOCK_TCK
108ticks per second.
109.It Fa ru_idrss
110an integral value of the amount of unshared memory residing in the
111data segment of a process (expressed in units of

--- 73 unchanged lines hidden ---