Linux Debugging and Performance Tuning: Tips and Techniques (Paperback)

Steve Best

  • 出版商: Prentice Hall
  • 出版日期: 2005-10-20
  • 售價: $1,980
  • 貴賓價: 9.5$1,881
  • 語言: 英文
  • 頁數: 456
  • 裝訂: Paperback
  • ISBN: 0131492470
  • ISBN-13: 9780131492479
  • 相關分類: Linux
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

商品描述

Description:

Learn Linux debugging and optimization—at kernel and application levels—hands-on!

This is the definitive guide to Linux software debugging and performance optimization at both the kernel and application levels. Using extensive Linux code examples, Steve Best systematically introduces open source tools and best-practice techniques for delivering bug-free, well-tuned code.

Drawing on his exceptional experience optimizing Linux systems for IBM, Best covers issues ranging from memory management and I/O to system processes and kernel bug messages. You'll walk through real debugging sessions, discovering the strategies experts use to debug even the most complex application- and kernel-related problems. You'll master sophisticated profiling techniques for identifying and resolving bottlenecks more quickly and learn how to capture the right data in the event of trouble. Coverage includes

  • Bottleneck identification

  • Code coverage

  • Debuggers: gdb, kgdb, and KDB

  • Memory management

  • /proc kernel data analysis

  • System process monitoring

  • Network performance

  • Oops bug messages

  • Syslog and event logging

  • Execution traces

  • Profiling kernel behavior

  • Cache misses

  • User-Mode Linux

  • Dynamic probes

  • Crash dump analysis

  • And more...

Linux® Debugging and Performance Tuning will be indispensable for every developer who needs to supercharge the Linux kernel and applications, and for every administrator and support specialist who must resolve Linux reliability or performance issues.

 

 

Table of Contents:

Foreword.

Acknowledgments.

About the Author.

Introduction.

1. Profiling.

2. Code Coverage.

3. GNU Debugger (gdb).

4. Memory Management Debugging.

5. System Information (/proc).

6. System Tools.

7. System Error Messages.

8. Event Logging.

9. Linux Trace Toolkit.

10. oprofile: a Profiler Supported by the Kernel.

11. User-Mode Linux.

12. Dynamic Probes.

13. Kernel-Level Debuggers (kgdb and kdb).

14. Crash Dump.

Index.

商品描述(中文翻譯)

描述:
這是一本關於Linux軟體除錯和性能優化的權威指南,涵蓋了內核和應用程式兩個層面。作者Steve Best使用大量的Linux程式碼範例,系統地介紹了開源工具和最佳實踐技巧,以提供無錯誤且調校良好的程式碼。

作者以其在IBM優化Linux系統的豐富經驗為基礎,涵蓋了從記憶體管理和I/O到系統進程和內核錯誤訊息等問題。您將通過實際的除錯會話,了解專家們解決複雜的應用程式和內核相關問題所使用的策略。您將掌握用於快速識別和解決瓶頸的高級分析技巧,並學習在出現問題時如何捕獲正確的數據。內容包括:

- 瓶頸識別
- 程式碼覆蓋率
- 調試器:gdb、kgdb和KDB
- 記憶體管理
- /proc內核數據分析
- 系統進程監控
- 網絡性能
- Oops錯誤訊息
- Syslog和事件記錄
- 執行追蹤
- 內核行為分析
- 快取未命中
- 使用者模式Linux
- 動態探針
- 崩潰轉儲分析
- 以及更多...

《Linux®除錯和性能調校》對於每個需要提升Linux內核和應用程式性能的開發人員,以及每個必須解決Linux可靠性或性能問題的管理員和支援專家來說,都是必不可少的。

目錄:
- 前言
- 致謝
- 關於作者
- 簡介
- 1. 分析
- 2. 程式碼覆蓋率
- 3. GNU調試器(gdb)