Re: [perf-discuss] Arificial enlargement of binaries to enable VMPSS aks auto mpss

2006-02-28 Thread Seongbae Park
Interesting that I've seen essentially the same question forwarded to me (even the same elfdump output :)). It seems that it's the data that's preventing the text section to get large pages (since the text section below seems ok - it's not just the .text section that goes into the r-x pages at th

[perf-discuss] 10GbE performance on "ontario" systems

2006-02-28 Thread Andrew Gallatin
Is the correct list to discuss performance problems I'm seeing when trying to get my company's PCI-e 10GbE nic to max out the link on an ontario server like it does on an amd64? Thanks in advance, Drew ___ perf-discuss mailing list perf-discuss@o

Re: [perf-discuss] Arificial enlargement of binaries to enable VMPSS aks auto mpss

2006-02-28 Thread Eric Lowe
David McDaniel wrote: A binary is less 4M and demonstrates high ITLB miss rates. I decide to experiment with making it larger to address the issue. The first approach was to assemble the following .s file and link it into the target binaries: .section ".text" .align 4096*1024 .skip 8 Thi

[perf-discuss] Performance Benchmark List

2006-02-28 Thread Fintan Ryan
Hi, We just updated the list of performance benchmarks for possible use with OpenSolaris. These benchmarks will also be available for the community to use in the upcoming Self Test facility. Futher details are available at http://www.opensolaris.org/os/community/testing/perfbench/ Feedback appr

[perf-discuss] Arificial enlargement of binaries to enable VMPSS aks auto mpss

2006-02-28 Thread David McDaniel
A binary is less 4M and demonstrates high ITLB miss rates. I decide to experiment with making it larger to address the issue. The first approach was to assemble the following .s file and link it into the target binaries: .section ".text" .align 4096*1024 .skip 8 This resulted in an enlarge