当前位置:首页>正文

Solaris 性能与工具(英文版) 下载 txt snb pdf mobi 在线 阿里云 tct

免费下载书籍地址:PDF下载地址

精美图片

Solaris 性能与工具(英文版)书籍详细信息

  • ISBN:9787111212492
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2007-04
  • 页数:444
  • 价格:44.20
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分

内容简介:

本书全面介绍了Solaris 10和OpenSolaris中的强大工具,包括Solaris动态跟踪工具、DTrace和MDB(模块调试器)。书中提供了理解性能和行为的系统方法,包括:

● 分析内核和应用程序的CPU利用率,包括读取和理解硬件计数器。

● 进程级资源使用和概要描述。

● 磁盘IO行为和分析。

● 系统和应用程序级的内存使用。

● 网络性能。

● 内核监视和概要描述,以及收集内核统计数据。

● 使用DTrace提供者和聚集。

● MDB命令和完整的MDB指南。

对任何水平的Solaris 10和OpenSolaris用户来说,本书和《Solaris内核结构》都极具参考价值。

书籍目录:

Foreword xxi

Preface

About the Authors

Acknowledgments

PART ONE: Observability Methods

 Chapter 1 Introduction to Observability Tools

  1.1 Observability Tools

  1.2 Drill-Down Analysis

  1.3 About Part One

 Chapter 2: CPUs

  2.1 Tools for CPU Analysis

  2.2 vmstat Tool

  2.3 CPU Utilization

  2.4 CPU Saturation

  2.5 psrinfo Command

  2.6 uptime Command  

  2.7 sar Command

  2.8 Clock Tick Woes

  2.9 mpstat Command

  2.10 Who Is Using the CPU?

  2.11 CPU Run Queue Latency

  2.12 CPU Statistics Internals

  2.13 Using DTrace to Explain Events from Performance Tools

  2.14 DTrace Versions of runq-sz, %runocc

  2.15 DTrace Probes for CPU States

 Chapter 3: Processes  

  3.1 Tools for Process Analysis

  3.2 Process Statistics Summary: prstat

  3.3 Process Status: ps

  3.4 Tools for Listing and Controlling Processes

  3.5 Process Introspection Commands  

  3.6 Examining User-Level Locks in a Process

  3.7 Tracing Processes

  3.8 Java Processes

 Chapter 4: Disk Behavior and Analysis

  4.1 Terms for Disk Analysis

  4.2 Random vs. Sequential I/O

  4.3 Storage Arrays

  4.4 Sector Zoning

  4.5 Max I/O Size

  4.6 iostat Utility

  4.7 Disk Utilization

  4.8 Disk Saturation

  4.9 Disk Throughput

  4.10 iostat Reference

  4.11 Reading iostat

  4.12 iostat Internals

  4.13 sar -d

  4.14 Trace Normal Form (TNF) Tracing for I/O

  4.15 DTrace for I/O

  4.16 Disk I/O Time

  4.17 DTraceToolkit Commands

  4.18 DTraceTazTool

 Chapter 5: File Systems

  5.1 Layers of File System and I/O  

  5.2 Observing Physical I/O

  5.3 File System Latency

  5.4 Causes of Read/Write File System Latency

  5.5 Observing File System “Top End” Activity

  5.6 File System Caches

  5.7 NFS Statistics

 Chapter 6: Memory

  6.1 Tools for Memory Analysis

  6.2 vmstat(1M) Command

  6.3 Types of Paging

  6.4 Physical Memory Allocation

  6.5 Relieving Memory Pressure

  6.6 Scan Rate as a Memory Health Indicator

  6.7 Process Virtual and Resident Set Size

  6.8 Using pmap to Inspect Process Memory Usage

  6.9 Calculating Process Memory Usage with ps and pmap

  6.10 Displaying Page-Size Information with pmap

  6.11 Using DTrace for Memory Analysis

  6.12 Obtaining Memory Kstats

  6.13 Using the Perl Kstat API to Look at Memory Statistics

  6.14 System Memory Allocation Kstats

  6.15 Kernel Memory with kstat

  6.16 System Paging Kstats

  6.17 Observing MMU Performance Impact with trapstat

  6.18 Swap Space

 Chapter 7: Networks

  7.1 Terms for Network Analysis

  7.2 Packets Are Not Bytes

  7.3 Network Utilization

  7.4 Network Saturation

  7.5 Network Errors

  7.6 Misconfigurations

  7.7 Systemwide Statistics

  7.8 Per-Process Network Statistics

  7.9 TCP Statistics

  7.10 IP Statistics

  7.11 ICMP Statistics

 Chapter 8: Performance Counters

  8.1 Introducing CPU Caches

  8.2 cpustat Command

  8.3 cputrack Command

  8.4 busstat Command

 Chapter 9: Kernel Monitoring

  9.1 Tools for Kernel Monitoring

  9.2 Profiling the Kernel and Drivers

  9.3 Analyzing Kernel Locks

  9.4 DTrace lockstat Provider

  9.5 DTrace Kernel Profiling

  9.6 Interrupt Statistics: vmstat -i

  9.7 Interrupt Analysis: intrstat

PART TWO: Observability Infrastructure

 Chapter 10: Dynamic Tracing

  10.1 Introduction to DTrace

  10.2 The Basics

  10.3 Inspecting Java Applications with DTrace

  10.4 DTrace Architecture

  10.5 Summary  

  10.6 Probe Reference

  10.7 MDB Reference

 Chapter 11: Kernel Statistics

  11.1 C-Level Kstat Interface

  11.2 Command-Line Interface

  11.3 Using Perl to Access kstats

  11.4 Snooping a Program’s kstat Use with DTrace

  11.5 Adding Statistics to the Solaris Kernel

  11.6 Additional Information

PART THREE: Debugging

 Chapter 12: The Modular Debugger

  12.1 Introduction to the Modular Debugger

  12.2 MDB Concepts

 Chapter 13: An MDB Tutorial 335  

  13.1 Invoking MDB 335

  13.2 MDB Command Syntax 336

  13.3 Working with Debugging Targets

  13.4 GDB-to-MDB Reference

  13.5 dcmd and Walker Reference

 Chapter 14: Debugging Kernels

  14.1 Working with Kernel Cores

  14.2 Examining User Process Stacks within a Kernel Image

  14.3 Switching MDB to Debug a Specific Process

  14.4 kmdb, the Kernel Modular Debugger

  14.5 Kernel Built-In MDB dcmds

APPENDICES

Appendix A Tunables and Settings

Appendix B DTrace One-Liners

Appendix C Java DTrace Scripts

Appendix D Sample Perl Kstat Utilities

Bibliography

Index

作者介绍:

Richard McDougall,Sun公司杰出工程师,专门从事OS技术和系统性能的研究。

出版社信息:

暂无出版社相关信息,正在全力查找中!

书籍摘录:

暂无相关书籍摘录,正在全力查找中!

在线阅读/听书/购买/PDF下载地址:

在线阅读地址:Solaris 性能与工具(英文版)在线阅读

在线听书地址:Solaris 性能与工具(英文版)在线收听

在线购买地址:Solaris 性能与工具(英文版)在线购买

原文赏析:

暂无原文赏析,正在全力查找中!

其它内容:

书籍介绍

Solaris性能与工具(英文影印版),ISBN:9787111212492,作者:Richard McDougall;Jim Mauro;Brendan Gregg

书籍真实打分

故事情节:5分

人物塑造:4分

主题深度:3分

文字风格:3分

语言运用:5分

文笔流畅:3分

思想传递:8分

知识深度:8分

知识广度:3分

实用性:9分

章节划分:5分

结构布局:9分

新颖与独特:5分

情感共鸣:8分

引人入胜:4分

现实相关:4分

沉浸感:8分

事实准确性:9分

文化贡献:4分

网站评分

书籍多样性:4分

书籍信息完全性:3分

网站更新速度:5分

使用便利性:7分

书籍清晰度:7分

书籍格式兼容性:3分

是否包含广告:7分

加载速度:6分

安全性:8分

稳定性:4分

搜索功能:4分

下载便捷性:4分

下载点评

  • 差评(144+)
  • 简单(282+)
  • epub(59+)
  • 种类多(465+)
  • 格式多(152+)
  • 无盗版(569+)

下载评价

网友 谢***灵:推荐,啥格式都有

网友 曾***文:五星好评哦

网友 车***波:很好,下载出来的内容没有乱码。

网友 田***珊:可以就是有些书搜不到

网友 冷***洁:不错,用着很方便

网友 苍***如:什么格式都有的呀。

网友 扈***洁:还不错啊,挺好

网友 焦***山:不错。。。。。

网友 石***烟:还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的

网友 冯***丽:卡的不行啊

网友 濮***彤:好棒啊!图书很全

网友 曾***玉:直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!

版权声明

1本文:Solaris 性能与工具(英文版)转载请注明出处。
2本站内容除签约编辑原创以外,部分来源网络由互联网用户自发投稿仅供学习参考。
3文章观点仅代表原作者本人不代表本站立场,并不完全代表本站赞同其观点和对其真实性负责。
4文章版权归原作者所有,部分转载文章仅为传播更多信息服务用户,如信息标记有误请联系管理员。
5本站一律禁止以任何方式发布或转载任何违法违规的相关信息,如发现本站上有涉嫌侵权/违规及任何不妥的内容,请第一时间联系我们申诉反馈,经核实立即修正或删除。


本站仅提供信息存储空间服务,部分内容不拥有所有权,不承担相关法律责任。

相关文章:

  • 漫画趣味心理学启蒙书 下载 txt snb pdf mobi 在线 阿里云 tct
  • 让女孩更加完美的好故事 下载 txt snb pdf mobi 在线 阿里云 tct
  • 学而思培优辅导--初二物理跟踪练习(初二物理上册) 下载 txt snb pdf mobi 在线 阿里云 tct
  • 汗牛养生馆8《饭后水果拼》074 下载 txt snb pdf mobi 在线 阿里云 tct
  • 初恋(作家榜经典文库) 下载 txt snb pdf mobi 在线 阿里云 tct
  • 化学工程实验 (第2版) 下载 txt snb pdf mobi 在线 阿里云 tct
  • 食品检验员(五级) 下载 txt snb pdf mobi 在线 阿里云 tct
  • 晚安,诺瑞 下载 txt snb pdf mobi 在线 阿里云 tct
  • 课堂笔记五年级上册语文数学2本人教部编版 2024秋黄冈学霸笔记小学5年级上册语文数学2025新版 下载 txt snb pdf mobi 在线 阿里云 tct
  • 职业卫生工程 下载 txt snb pdf mobi 在线 阿里云 tct