Web Performance Tuning

Web Performance Tuning

Einband:
Kartonierter Einband
EAN:
9780596001728
Untertitel:
Speeding Up the Web
Autor:
Patrick Killelea
Herausgeber:
O'REILLY & ASSOC INC
Auflage:
2. Auflage
Anzahl Seiten:
456
Erscheinungsdatum:
23.04.2002
ISBN:
978-0-596-00172-8

As long as there's been a Web, people have been trying to make it faster. The maturation of the Web has meant more users, more data, more features, and consequently longer waits on the Web. Improved performance has become a critical factor in determining the usability of the Web in general and of individual sites in particular.Web Performance Tuning, 2nd Edition is about getting the best possible performance from the Web. This book isn't just about tuning web server software; it's also about streamlining web content, getting optimal performance from a browser, tuning both client and server hardware, and maximizing the capacity of the network itself.Web Performance Tuning hits the ground running, giving concrete advice for quick results -- the "blunt instruments" for improving crippled performance right away. The book then shifts gears to give a conceptual background of the principles of computing performance. The latter half of the book examines each element of a web transaction -- from client to network to server -- to find the weak links in the chain and show how to strengthen them.In this second edition, the book has been significantly expanded to include: New chapters on Web site architecture, security, reliability, and their impact on performance Detailed discussion of scalability of Java on multi-processor servers Perl scripts for writing web performance spiders that handle logins, cookies, SSL, and more Detailed instructions on how to use Perl DBI and the open source program gnuplot to generate performance graphs on the fly Coverage of rstat, a Unix-based open source utility for gathering performance statistics remotelyIn addition, the book includes many more examples and graphs of real-world performance problems and their solutions, and has been updated for Java 2.This book is for anyone who has waited too long for a web page to display, or watched the servers they manage slow to a crawl. It's about making the Web more usable for everyone.

Autorentext
Patrick Killelea currently works for a major on-line brokerage, but he won't say which one. He spends his days writing monitoring and load testing tools, and proclaiming the web to the be the one true front end because of its simplicity, portability, and performance. He thinks Microsoft is not to be trusted with your back end. Patrick knows there are huge web performance improvements yet to be realized using the details of existing open protocols. He is a fan of T/TCP and hopes one day to set up a connection and deliver an entire web page all in a single packet. Patrick spends his evenings playing with his wife and kids, and is interested in etymologies, obscure religions, and pan-seared salmon with mixed greens and a nice merlot. He likes to get e-mail about web and Java performance issues. Please visit his web site at patrick.net.

Klappentext
As long as there's been a Web, people have been trying to make it faster. The maturation of the Web has meant more users, more data, more features, and consequently longer waits on the Web. Improved performance has become a critical factor in determining the usability of the Web in general and of individual sites in particular.Web Performance Tuning, 2nd Edition is about getting the best possible performance from the Web. This book isn't just about tuning web server software; it's also about streamlining web content, getting optimal performance from a browser, tuning both client and server hardware, and maximizing the capacity of the network itself.Web Performance Tuning hits the ground running, giving concrete advice for quick results -- the "blunt instruments" for improving crippled performance right away. The book then shifts gears to give a conceptual background of the principles of computing performance. The latter half of the book examines each element of a web transaction -- from client to network to server -- to find the weak links in the chain and show how to strengthen them.In this second edition, the book has been significantly expanded to include:
* New chapters on Web site architecture, security, reliability, and their impact on performance
* Detailed discussion of scalability of Java on multi-processor servers
* Perl scripts for writing web performance spiders that handle logins, cookies, SSL, and more
* Detailed instructions on how to use Perl DBI and the open source program gnuplot to generate performance graphs on the fly
* Coverage of rstat, a Unix-based open source utility for gathering performance statistics remotely
In addition, the book includes many more examples and graphs of real-world performance problems and their solutions, and has been updated for Java 2.This book is for anyone who has waited too long for a web page to display, or watched the servers they manage slow to a crawl. It's about making the Web more usable for everyone.

Zusammenfassung
This text is about getting the best possible performance from the Web: streamlining Web content, getting optimal performance from a browser, tuning both client and server hardware, and maximizing the capacity of the network itself.

Inhalt
Preface; What Is This Book Good For?; Audience for This Book; Assumptions of This Book; How This Book Is Organized; Font Conventions; How to Contact Us; Web Site Updates and Code Examples; Other Books and Resources; Disclaimer; Acknowledgments for the Second Edition; Preliminary Considerations; Chapter 1: The Quick and the Dead; 1.1 Questions for the Browser Side; 1.2 Questions for the Server Side; 1.3 Key Recommendations; Chapter 2: Web Site Architecture; 2.1 Trade-offs; 2.2 Elements; 2.3 Example Web Site Architectures; 2.4 Trends; 2.5 Sample Configurations; 2.6 Key Recommendations; Chapter 3: Capacity Planning; 3.1 Do the Math . . .; 3.2 . . . But Trust Your Eyes More than the Math; 3.3 Questions to Ask; 3.4 How Much Bandwidth Do You Need?; 3.5 How Fast a Server Do You Need?; 3.6 How Much Memory Do You Need?; 3.7 Key Recommendations; Chapter 4: Performance Monitoring; 4.1 Parameters of Performance; 4.2 Latency and Throughput; 4.3 Utilization; 4.4 Efficiency; 4.5 Monitoring Web Performance Using Perl; 4.6 Automatically Generating Monitoring Scripts Using Sprocket; 4.7 Using a Relational Database to Store and Retrieve Your Monitoring Data; 4.8 Monitoring Machine Utilization with rstat; 4.9 Monitoring Per-Process Statistics; 4.10 Generating Graphs from ps Data; 4.11 Monitoring Other Things; 4.12 Making a System Dashboard Web Page; 4.13 Key Recommendations; Chapter 5: Load Testing; 5.1 Load Test Preparation; 5.2 Trade-offs with Load Testing Tools; 5.3 Writing Your Own Load Testing Tools; 5.4 Benchmark Specifications and Benchmark Tests; 5.5 Other Resources; 5.6 Key Recommendations; Chapter 6: Performance Analysis; 6.1 Using analysis.cgi to Find a Bottleneck; 6.2 Snooping HTTP with Sprocket; 6.3 Look at Connections; 6.4 Log File Analysis; 6.5 Hits per Second; 6.6 A Few More Tips; 6.7 Key Recommendations; Chapter 7: Reliability; 7.1 Typical Failures; 7.2 Dependencies; 7.3 Smoothing Outages; 7.4 Key Recommendations; Chapter 8: Security; 8.1 HTTPS and SSL; 8.2 Firewalls; 8.3 Bastion Hosts; 8.4 chroot; 8.5 Key Recomendation; Chapter 9: Case Studies; 9.1 Database Table Growing Without Limit; 9.2 Reverse DNS Lookups Slows Logging; 9.3 Kinked Cable; 9.4 Database Connection Pool Growth Limits Performance; 9.5 Key Recommendation; Chapter 10: Principles and Patterns; 10.1 Principles of Performance Tuning; 10.2 Patterns of Performance Improvement; 10.3 Key Recommendations; Tuning in Depth; Chapter 11: Browsers; 11.1 How Browsers Work; 11.2 Types of Browsers; 11.3 The Perfect Browser; 11.4 Browser Speed; 11.5 Browser Tuning Tips; 11.6 Non-Browser Web Clients; 11.7 Key Recommendations; Chapter 12: Client Operating System; 12.1 Microsoft Windows; 12.2 Macintosh; 12.3 Unix; 12.4 Key Recommendations; Chapter 13: Cli…


billigbuch.ch sucht jetzt für Sie die besten Angebote ...

Loading...

Die aktuellen Verkaufspreise von 6 Onlineshops werden in Realtime abgefragt.

Sie können das gewünschte Produkt anschliessend direkt beim Anbieter Ihrer Wahl bestellen.


Feedback