Revision 420cc3505f91246699bcfb88d30c4466adc0b87b authored by Marcel Holtmann on 06 July 2006, 13:53:31 UTC, committed by David S. Miller on 12 July 2006, 22:34:30 UTC
This patch checks for tty->driver before trying to call flush_buffer().

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent 25ea6db
Raw File
numastat.txt

Numa policy hit/miss statistics

/sys/devices/system/node/node*/numastat

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.
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
					and succeeded.

For easier reading you can use the numastat utility from the numactl package
(ftp://ftp.suse.com/pub/people/ak/numa/numactl*). Note that it only works
well right now on machines with a small number of CPUs.

back to top