|
|
| File: [Development] / projects / ltp / runtest / mm (download)
Revision 1.1, Mon Sep 18 21:48:03 2000 UTC (17 years, 1 month ago) by alaffin
Add a simple mmap001 command to quickhit list. Add a more extensive mm list. |
mm01 mmap001 -m 10000 # 40 Mb mmap() test. # Creates a 10000 page mmap, touches all of the map, sync's it, and # munmap()s it. mm02 mmap001 # simple mmap() test. mm03 mmap001 -i 0 -I 1 -m 100 # repetitive mmapping test. # Creates a one page map repetitively for one minute.