- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 87字
- 2021-06-25 21:16:53
Benchmark testing and profiling
Web server benchmarking is the process of evaluating a web server's performance under a certain workload. Software profiling is the process of analyzing a computer program's use of memory and execution time in order to optimize the program's inner structure.
In this part of the chapter, we will set up and test a few of the tools that will allow us to benchmark our web server and profile the source code that we will be analyzing in the next chapters of this book.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Django開發從入門到實踐
- NumPy Essentials
- Web全棧工程師的自我修養
- 零基礎學Java(第4版)
- 重學Java設計模式
- HTML5入門經典
- 深入實踐Kotlin元編程
- Go語言從入門到精通
- 遠方:兩位持續創業者的點滴思考
- 從零開始學算法:基于Python
- Go Systems Programming
- 大話程序員:從入門到優秀全攻略
- Selenium Essentials