• Solaris性能与工具(英文版)
21年品牌 40万+商家 超1.5亿件商品

Solaris性能与工具(英文版)

临江镇书店 正版、现货、实物图片、当天发货

6 1.0折 59 八五品

仅1件

四川南充
认证卖家担保交易快速发货售后保障

作者[美]麦克杜格尔(McDougall R.) 著

出版社机械工业出版社

出版时间2007-04

版次1

印刷时间2007-04

印次1

装帧平装

上书时间2024-12-17

临江镇书店

十三年老店
已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:八五品
图书标准信息
  • 作者 [美]麦克杜格尔(McDougall R.) 著
  • 出版社 机械工业出版社
  • 出版时间 2007-04
  • 版次 1
  • ISBN 9787111212492
  • 定价 59.00元
  • 装帧 平装
  • 开本 其他
  • 纸张 胶版纸
  • 页数 444页
  • 丛书 经典原版书库
【内容简介】
《Solaris性能与工具(英文版)》全面介绍了Solaris10和OpenSolaris中的强大工具,包括Solaris动态跟踪工具、DTrace和MDB(模块调试器)。书中提供了理解性能和行为的系统方法,包括
●分析内核和应用程序的CPU利用率,包括读取和理解硬件计数器。
●进程级资源使用和概要描述。
●磁盘IO行为和分析。
●系统和应用程序级的内存使用。
●网络性能。
●内核监视和概要描述,以及收集内核统计数据。
●使用DTrace提供者和聚集。
●MDB命令和完整的MDB指南。
对任何水平的Solaris10和OpenSolaris用户来说,《Solaris性能与工具(英文版)》和《Solaris内核结构》都极具参考价值。
【作者简介】
RichardMcDougall,Sun公司杰出工程师,专门从事OS技术和系统性能的研究。
【目录】
Forewordxxi
Preface
AbouttheAuthors
Acknowledgments
PARTONE:ObservabilityMethods
Chapter1IntroductiontoObservabilityTools
1.1ObservabilityTools
1.2Drill-DownAnalysis
1.3AboutPartOne

Chapter2:CPUs
2.1ToolsforCPUAnalysis
2.2vmstatTool
2.3CPUUtilization
2.4CPUSaturation
2.5psrinfoCommand
2.6uptimeCommand
2.7sarCommand
2.8ClockTickWoes
2.9mpstatCommand
2.10WhoIsUsingtheCPU?
2.11CPURunQueueLatency
2.12CPUStatisticsInternals
2.13UsingDTracetoExplainEventsfromPerformanceTools
2.14DTraceVersionsofrunq-sz,%runocc
2.15DTraceProbesforCPUStates

Chapter3:Processes
3.1ToolsforProcessAnalysis
3.2ProcessStatisticsSummary:prstat
3.3ProcessStatus:ps
3.4ToolsforListingandControllingProcesses
3.5ProcessIntrospectionCommands
3.6ExaminingUser-LevelLocksinaProcess
3.7TracingProcesses
3.8JavaProcesses

Chapter4:DiskBehaviorandAnalysis
4.1TermsforDiskAnalysis
4.2Randomvs.SequentialI/O
4.3StorageArrays
4.4SectorZoning
4.5MaxI/OSize
4.6iostatUtility
4.7DiskUtilization
4.8DiskSaturation
4.9DiskThroughput
4.10iostatReference
4.11Readingiostat
4.12iostatInternals
4.13sar-d
4.14TraceNormalForm(TNF)TracingforI/O
4.15DTraceforI/O
4.16DiskI/OTime
4.17DTraceToolkitCommands
4.18DTraceTazTool

Chapter5:FileSystems
5.1LayersofFileSystemandI/O
5.2ObservingPhysicalI/O
5.3FileSystemLatency
5.4CausesofRead/WriteFileSystemLatency
5.5ObservingFileSystem“TopEnd”Activity
5.6FileSystemCaches
5.7NFSStatistics

Chapter6:Memory
6.1ToolsforMemoryAnalysis
6.2vmstat(1M)Command
6.3TypesofPaging
6.4PhysicalMemoryAllocation
6.5RelievingMemoryPressure
6.6ScanRateasaMemoryHealthIndicator
6.7ProcessVirtualandResidentSetSize
6.8UsingpmaptoInspectProcessMemoryUsage
6.9CalculatingProcessMemoryUsagewithpsandpmap
6.10DisplayingPage-SizeInformationwithpmap
6.11UsingDTraceforMemoryAnalysis
6.12ObtainingMemoryKstats
6.13UsingthePerlKstatAPItoLookatMemoryStatistics
6.14SystemMemoryAllocationKstats
6.15KernelMemorywithkstat
6.16SystemPagingKstats
6.17ObservingMMUPerformanceImpactwithtrapstat
6.18SwapSpace

Chapter7:Networks
7.1TermsforNetworkAnalysis
7.2PacketsAreNotBytes
7.3NetworkUtilization
7.4NetworkSaturation
7.5NetworkErrors
7.6Misconfigurations
7.7SystemwideStatistics
7.8Per-ProcessNetworkStatistics
7.9TCPStatistics
7.10IPStatistics
7.11ICMPStatistics

Chapter8:PerformanceCounters
8.1IntroducingCPUCaches
8.2cpustatCommand
8.3cputrackCommand
8.4busstatCommand

Chapter9:KernelMonitoring
9.1ToolsforKernelMonitoring
9.2ProfilingtheKernelandDrivers
9.3AnalyzingKernelLocks
9.4DTracelockstatProvider
9.5DTraceKernelProfiling
9.6InterruptStatistics:vmstat-i
9.7InterruptAnalysis:intrstat

PARTTWO:ObservabilityInfrastructure
Chapter10:DynamicTracing
10.1IntroductiontoDTrace
10.2TheBasics
10.3InspectingJavaApplicationswithDTrace
10.4DTraceArchitecture
10.5Summary
10.6ProbeReference
10.7MDBReference
Chapter11:KernelStatistics
11.1C-LevelKstatInterface
11.2Command-LineInterface
11.3UsingPerltoAccesskstats
11.4SnoopingaProgram’skstatUsewithDTrace
11.5AddingStatisticstotheSolarisKernel
11.6AdditionalInformation

PARTTHREE:Debugging
Chapter12:TheModularDebugger
12.1IntroductiontotheModularDebugger
12.2MDBConcepts
Chapter13:AnMDBTutorial335
13.1InvokingMDB335
13.2MDBCommandSyntax336
13.3WorkingwithDebuggingTargets
13.4GDB-to-MDBReference
13.5dcmdandWalkerReference
Chapter14:DebuggingKernels
14.1WorkingwithKernelCores
14.2ExaminingUserProcessStackswithinaKernelImage
14.3SwitchingMDBtoDebugaSpecificProcess
14.4kmdb,theKernelModularDebugger
14.5KernelBuilt-InMDBdcmds
APPENDICES
AppendixATunablesandSettings
AppendixBDTraceOne-Liners
AppendixCJavaDTraceScripts
AppendixDSamplePerlKstatUtilities
Bibliography
Index
点击展开 点击收起

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP