~ubuntu-branches/ubuntu/utopic/numactl/utopic

« back to all changes in this revision

Viewing changes to migspeed.8

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2008-07-13 16:27:55 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080713162755-gcshyp2yvdvr8qnc
Tags: 2.0.2-rc2
New upstream (Closes: #487954)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" t
 
2
.\" Copyright 2005-2007 Christoph Lameter, Silicon Graphics, Inc.
 
3
.\"
 
4
.\" based on Andi Kleen's numactl manpage
 
5
.\"
 
6
.TH MIGSPEED 8 "April 2005" "SGI" "Linux Administrator's Manual"
 
7
.SH NAME
 
8
migspeed \- Test the speed of page migration
 
9
.SH SYNOPSIS
 
10
.B migspeed
 
11
-p pages from-nodes to-nodes
 
12
.SH DESCRIPTION
 
13
.B migspeed
 
14
attempts to move a sample of pages from the indicated node to the target node
 
15
and measures the time it takes to perform the move.
 
16
 
 
17
.B -p pages
 
18
 
 
19
The default sample is 1000 pages. Override that with another number.
 
20
 
 
21
.SH NOTES
 
22
Requires an NUMA policy aware kernel with support for page migration
 
23
(Linux 2.6.16 and later).
 
24
 
 
25
.SH COPYRIGHT
 
26
Copyright 2007 Christoph Lameter, Silicon Graphics, Inc.
 
27
migratepages is under the GNU General Public License, v.2
 
28
 
 
29
.SH SEE ALSO
 
30
.I numactl(8)
 
31