|
Use prelink to reduce process startup delayUse prelink to reduce process startup delayPosted Jul 10, 2005 19:49 UTC (Sun) by xkahn (subscriber, #1575)In reply to: Use prelink to reduce process startup delay by jreiser Parent article: First Look at Knoppix 4.0
So something like this:
readelf --segments /lib/ld-linux.so.2 | grep LOAD | head -1 | awk '{print $3}' | grep -q 0x00000000 && echo "No Preload" || echo "Preload"
?
(Log in to post comments)
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.