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