Skip to content

Commit 36519c9

Browse files
leemgsJiri Kosina
authored and
Jiri Kosina
committed
Doc: Update numastat.txt
The existing numactl website is no longer working. Change website information of numactl/libnuma utility. And, Rearrange tab space for readability. Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 0973dac commit 36519c9

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

Documentation/numastat.txt

+16-11
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@ Numa policy hit/miss statistics
55

66
All units are pages. Hugepages have separate counters.
77

8-
numa_hit A process wanted to allocate memory from this node,
9-
and succeeded.
10-
numa_miss A process wanted to allocate memory from another node,
11-
but ended up with memory from this node.
12-
numa_foreign A process wanted to allocate on this node,
13-
but ended up with memory from another one.
14-
local_node A process ran on this node and got memory from it.
15-
other_node A process ran on this node and got memory from another node.
16-
interleave_hit Interleaving wanted to allocate from this node
17-
and succeeded.
8+
numa_hit A process wanted to allocate memory from this node,
9+
and succeeded.
10+
11+
numa_miss A process wanted to allocate memory from another node,
12+
but ended up with memory from this node.
13+
14+
numa_foreign A process wanted to allocate on this node,
15+
but ended up with memory from another one.
16+
17+
local_node A process ran on this node and got memory from it.
18+
19+
other_node A process ran on this node and got memory from another node.
20+
21+
interleave_hit Interleaving wanted to allocate from this node
22+
and succeeded.
1823

1924
For easier reading you can use the numastat utility from the numactl package
20-
(ftp://ftp.suse.com/pub/people/ak/numa/numactl*). Note that it only works
25+
(http://oss.sgi.com/projects/libnuma/). Note that it only works
2126
well right now on machines with a small number of CPUs.
2227

0 commit comments

Comments
 (0)