1 #memtoy test -- manual migrate 2 1M shared memory segments 2 numa 3 shm foo 1m 4 shm bar 1m 5 show 6 map foo 7 mbind foo preferred 1 8 map bar 9 mbind bar preferred 2 10 touch foo w 11 numa 12 touch bar w 13 numa 14 # examine location @ 16p offset 15 where foo 16p 64p 16 where bar 16p 64p 17 migrate 3 18 numa 19 where foo 16p 64p 20 where bar 16p 64p 21 numa 22 show 23 unmap foo 24 unmap bar 25 show 26