Deleted Added
full compact
numactl.1 (285387) numactl.1 (300050)
1.\" Copyright (c) 2015 Adrian Chadd <adrian@FreeBSD.org>
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2015 Adrian Chadd <adrian@FreeBSD.org>
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.bin/numactl/numactl.1 285387 2015-07-11 15:21:37Z adrian $
25.\" $FreeBSD: head/usr.bin/numactl/numactl.1 300050 2016-05-17 12:52:31Z eadler $
26.\"
27.Dd May 9, 2015
28.Dt NUMACTL 1
29.Os
30.Sh NAME
31.Nm numactl
32.Nd "manage NUMA policy configuration"
33.Sh SYNOPSIS

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

78system default.
79The policy may be queried by using
80.Fl -get.
81.Pp
82The options are as follows:
83.Bl -tag -width ".Fl -cpudomain Ar domain"
84.It Fl -cpudomain Ar domain , Fl c Ar domain
85Set the given CPU scheduling policy.
26.\"
27.Dd May 9, 2015
28.Dt NUMACTL 1
29.Os
30.Sh NAME
31.Nm numactl
32.Nd "manage NUMA policy configuration"
33.Sh SYNOPSIS

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

78system default.
79The policy may be queried by using
80.Fl -get.
81.Pp
82The options are as follows:
83.Bl -tag -width ".Fl -cpudomain Ar domain"
84.It Fl -cpudomain Ar domain , Fl c Ar domain
85Set the given CPU scheduling policy.
86Constrain the the object (tid, pid, command) to run on CPUs
86Constrain the object (tid, pid, command) to run on CPUs
87that belong to the given domain.
88.It Fl -get , Fl g
89Retrieve the NUMA policy for the given thread or process id.
90.It Fl -set , Fl s
91Set the NUMA policy for the given thread or process id.
92.It Fl -memdomain Ar domain , Fl m Ar domain
93Constrain the object (tid, pid, command) to the given
94domain.

--- 38 unchanged lines hidden ---
87that belong to the given domain.
88.It Fl -get , Fl g
89Retrieve the NUMA policy for the given thread or process id.
90.It Fl -set , Fl s
91Set the NUMA policy for the given thread or process id.
92.It Fl -memdomain Ar domain , Fl m Ar domain
93Constrain the object (tid, pid, command) to the given
94domain.

--- 38 unchanged lines hidden ---