On Fri, Oct 31, 2003, Vivek Pai wrote: > Take a look at Figure 6, page 9 in the following: > http://www.cs.princeton.edu/~yruan/DeBox/debox.pdf > > On a 1GHz box with 1GB of memory, we were spending > 4-5 milliseconds per mmap call, and that was limiting > the throughput of our server on SpecWeb99. > > Figure 9 on page 11 shows that just getting rid of the > mmap/munmap/mincore calls in this server got us a 50% > performance boost on a fairly complicated workload. The > SpecWeb99 workload was modeled after several web sites, > so this might actually be a performance problem in the > real world. > > If you look at figure 11, page 12, you'll see that with > various improvements, our server's median latency dropped to > less than 1ms. An mmap time of several milliseconds would > kill that benefit.
Okay, I guess SpecWeb99 is ``real world'' enough for me to justify the assertion that there is an mmap() performance problem. Just out of curiosity, how many regions did SpecWeb99 map? (i.e. what does 'dd if=/proc/$pid/map bs=64k count=1 | wc -l' give?) _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"