Home | History | Annotate | Download | only in Scripts
      1 # memtoy test 3l - single shm seg - lazy mig
      2 #
      3 numa
      4 shm foo 1m
      5 map foo
      6 mbind foo preferred 1
      7 touch foo w
      8 where foo 0 32p
      9 numa
     10 #pause
     11 # lazy mig [move], but add wait to force touch
     12 mbind foo 8p 8p bind+m+w 2
     13 where foo 0 32p
     14 #touch foo r
     15 migrate 3
     16 where foo 0 32p
     17 numa
     18