語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Troubleshooting Java performancedete...
~
Ostermueller, Erik.
Troubleshooting Java performancedetecting anti-patterns with open source tools /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Troubleshooting Java performanceby Erik Ostermueller.
其他題名:
detecting anti-patterns with open source tools /
作者:
Ostermueller, Erik.
出版者:
Berkeley, CA :Apress :2017.
面頁冊數:
xxvi, 194 p. :ill., digital ;24 cm.
Contained By:
Springer eBooks
標題:
Computer softwareDevelopment.
電子資源:
http://dx.doi.org/10.1007/978-1-4842-2979-8
ISBN:
9781484229798$q(electronic bk.)
Troubleshooting Java performancedetecting anti-patterns with open source tools /
Ostermueller, Erik.
Troubleshooting Java performance
detecting anti-patterns with open source tools /[electronic resource] :by Erik Ostermueller. - Berkeley, CA :Apress :2017. - xxvi, 194 p. :ill., digital ;24 cm.
Part I: Getting Started with Performance Tuning -- 1. Performance Anti-Patterns -- 2. Modest-sized Tuning Environment -- 3. Metrics: The Antidote to Guesswork -- Part II: Creating Load scripts with Load Testing -- 4. Load Generation Overview -- 5. Invalid Load Tests -- 6. Scalability Yardstick -- 7. JMeter Must-Know Features -- Part III: The P.A.t.h. Checklist and Performance Troubleshooting -- 8. Introduction to the P.A.t.h. Checklist -- 9. Persistence, the 'P' in P.A.t.h -- 10. Alien Systems, the 'A' in P.A.t.h. -- 11. Threads, the 't' in P.A.t. h. -- 12. Heap, the 'h' in P.A.t.h. -- 13. Conclusion.
Troubleshoot the most widespread and pernicious Java performance problems using a set of open-source and freely-available tools that will make you dramatically more productive in finding the root causes of slow performance. This is a brief book that focuses on a small number of performance anti-patterns, and you'll find that most problems you encounter fit into one of these anti-patterns. The book provides a specific method in a series of steps referred to as the "P.A.t.h. Checklist" that encompasses persistence, alien systems, threads, and heap management. These steps guide you through a troubleshooting process that is repeatable, that you can apply to any performance problem in a Java application. This technique is especially helpful in 'dark' environments with little monitoring. Performance problems are not always localized to Java, but often fall into the realms of database access and server load. This book gives attention to both of these issues through exa mples showing how to identify repetitive SQL, and identify architecture-wide performance problems ahead of production rollout. Learn how to apply load like an expert, and determine how much load to apply to determine whether your system scales. Included are walk-throughs of a dozen server-side performance puzzles that are ready to run on your own machine. Following these examples helps you learn to: Assess the performance health of four main problems areas in a Java system: The P.A.t.h. Checklist presents each area with its own set of plug-it-in-now tools Pinpoint the code at fault for CPU and other bottlenecks without a Java profiler Find memory leaks in just minutes using heapSpank, the author's open-source leak detector utility that is freely available from heapSpank.org The repeatable method provided in this book is an antidote to lackluster average response times that are multi-second throughout the industry. This book prov ides a long absent, easy-to-follow, performance training regimen that will benefit anyone programming in Java. What You Will Learn: Avoid the 6 most common ways to mess up a load test Determine the exact number of threads to dial into the load generator to test your system's scalability Detect the three most common SQL performance anti-patterns Measure network response times of calls to back-end systems ('alien systems') Identify whether garbage collection performance is healthy or unhealthy and whether delays are caused by problems in the old or new generation, so you know which generation needs to be adjusted.
ISBN: 9781484229798$q(electronic bk.)
Standard No.: 10.1007/978-1-4842-2979-8doiSubjects--Topical Terms:
184751
Computer software
--Development.
LC Class. No.: QA76.9.D43 / O884 2017
Dewey Class. No.: 005.14
Troubleshooting Java performancedetecting anti-patterns with open source tools /
LDR
:04085nmm a2200289 a 4500
001
522464
003
DE-He213
005
20180326173354.0
006
m d
007
cr nn 008maaau
008
180521s2017 cau s 0 eng d
020
$a
9781484229798$q(electronic bk.)
020
$a
9781484229781$q(paper)
024
7
$a
10.1007/978-1-4842-2979-8
$2
doi
035
$a
978-1-4842-2979-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D43
$b
O884 2017
082
0 4
$a
005.14
$2
23
090
$a
QA76.9.D43
$b
O85 2017
100
1
$a
Ostermueller, Erik.
$3
793109
245
1 0
$a
Troubleshooting Java performance
$h
[electronic resource] :
$b
detecting anti-patterns with open source tools /
$c
by Erik Ostermueller.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2017.
300
$a
xxvi, 194 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I: Getting Started with Performance Tuning -- 1. Performance Anti-Patterns -- 2. Modest-sized Tuning Environment -- 3. Metrics: The Antidote to Guesswork -- Part II: Creating Load scripts with Load Testing -- 4. Load Generation Overview -- 5. Invalid Load Tests -- 6. Scalability Yardstick -- 7. JMeter Must-Know Features -- Part III: The P.A.t.h. Checklist and Performance Troubleshooting -- 8. Introduction to the P.A.t.h. Checklist -- 9. Persistence, the 'P' in P.A.t.h -- 10. Alien Systems, the 'A' in P.A.t.h. -- 11. Threads, the 't' in P.A.t. h. -- 12. Heap, the 'h' in P.A.t.h. -- 13. Conclusion.
520
$a
Troubleshoot the most widespread and pernicious Java performance problems using a set of open-source and freely-available tools that will make you dramatically more productive in finding the root causes of slow performance. This is a brief book that focuses on a small number of performance anti-patterns, and you'll find that most problems you encounter fit into one of these anti-patterns. The book provides a specific method in a series of steps referred to as the "P.A.t.h. Checklist" that encompasses persistence, alien systems, threads, and heap management. These steps guide you through a troubleshooting process that is repeatable, that you can apply to any performance problem in a Java application. This technique is especially helpful in 'dark' environments with little monitoring. Performance problems are not always localized to Java, but often fall into the realms of database access and server load. This book gives attention to both of these issues through exa mples showing how to identify repetitive SQL, and identify architecture-wide performance problems ahead of production rollout. Learn how to apply load like an expert, and determine how much load to apply to determine whether your system scales. Included are walk-throughs of a dozen server-side performance puzzles that are ready to run on your own machine. Following these examples helps you learn to: Assess the performance health of four main problems areas in a Java system: The P.A.t.h. Checklist presents each area with its own set of plug-it-in-now tools Pinpoint the code at fault for CPU and other bottlenecks without a Java profiler Find memory leaks in just minutes using heapSpank, the author's open-source leak detector utility that is freely available from heapSpank.org The repeatable method provided in this book is an antidote to lackluster average response times that are multi-second throughout the industry. This book prov ides a long absent, easy-to-follow, performance training regimen that will benefit anyone programming in Java. What You Will Learn: Avoid the 6 most common ways to mess up a load test Determine the exact number of threads to dial into the load generator to test your system's scalability Detect the three most common SQL performance anti-patterns Measure network response times of calls to back-end systems ('alien systems') Identify whether garbage collection performance is healthy or unhealthy and whether delays are caused by problems in the old or new generation, so you know which generation needs to be adjusted.
650
0
$a
Computer software
$x
Development.
$3
184751
650
0
$a
Debugging in computer science.
$3
215252
650
0
$a
Java (Computer program language)
$3
189341
650
1 4
$a
Computer Science.
$3
212513
650
2 4
$a
Java.
$3
763312
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer eBooks
856
4 0
$u
http://dx.doi.org/10.1007/978-1-4842-2979-8
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000147436
電子館藏
1圖書
電子書
EB QA76.9.D43 O85 2017
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
http://dx.doi.org/10.1007/978-1-4842-2979-8
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入