Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164465
b: refs/heads/master
c: 5d3bc27
h: refs/heads/master
i:
  164463: f773c7b
v: v3
  • Loading branch information
Minchan Kim authored and Linus Torvalds committed Sep 22, 2009
1 parent a886499 commit 3968728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6f9edd65beaef24836e8934c8912c1e974dd45c
refs/heads/master: 5d3bc2709114b416cab588c577e02c2470e40a6c
8 changes: 4 additions & 4 deletions trunk/Documentation/numastat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ All units are pages. Hugepages have separate counters.

numa_hit A process wanted to allocate memory from this node,
and succeeded.
numa_miss A process wanted to allocate memory from this node,
but ended up with memory from another.
numa_foreign A process wanted to allocate on another node,
but ended up with memory from this one.
numa_miss A process wanted to allocate memory from another node,
but ended up with memory from this node.
numa_foreign A process wanted to allocate on this node,
but ended up with memory from another one.
local_node A process ran on this node and got memory from it.
other_node A process ran on this node and got memory from another node.
interleave_hit Interleaving wanted to allocate from this node
Expand Down

0 comments on commit 3968728

Please sign in to comment.