Block trace analysis and storage system optimization a practical approach with MATLAB/Python tools

Understand the fundamental factors of data storage system performance and master an essential analytical skill using block trace via applications such as MATLAB and Python tools. You will increase your productivity and learn the best techniques for doing specific tasks (such as analyzing the IO patt...

Full description

Bibliographic Details
Main Author: Xu, Jun
Format: eBook
Language:English
Published: [Place of publication not identified] Apress 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04289nmm a2200553 u 4500
001 EB001911496
003 EBX01000000000000001074398
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484239285 
050 4 |a TK5105.5 
100 1 |a Xu, Jun 
245 0 0 |a Block trace analysis and storage system optimization  |b a practical approach with MATLAB/Python tools  |c Jun Xu 
260 |a [Place of publication not identified]  |b Apress  |c 2018 
300 |a 1 online resource 
505 0 |a Chapter 1: Introduction -- Chapter 2: Trace Characteristics -- Chapter 3: Trace Collection -- Chapter 4: Trace Analysis -- Chapter 5: Case Study: Benchmarking Tools -- Chapter 6: Case Study: Modern Disks -- Chapter 7: Case Study: RAID -- Chapter 8: Case Study: Hadoop -- Chapter 9: Case Study: Ceph -- Appendix A: Tools and Functions -- Appendix B: Blktrace and Tools 
653 |a MATLAB. / http://id.loc.gov/authorities/names/n92036881 
653 |a COMPUTERS / Computer Science / bisacsh 
653 |a Python (Computer program language) / fast 
653 |a COMPUTERS / Hardware / General / bisacsh 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a COMPUTERS / Data Processing / bisacsh 
653 |a COMPUTERS / Reference / bisacsh 
653 |a Computer Communication Networks 
653 |a Réseaux d'ordinateurs 
653 |a MATLAB / fast 
653 |a Computer networks / fast 
653 |a COMPUTERS / Computer Literacy / bisacsh 
653 |a COMPUTERS / Machine Theory / bisacsh 
653 |a Network hardware / bicssc 
653 |a Python (Langage de programmation) 
653 |a Computer networks / http://id.loc.gov/authorities/subjects/sh85029513 
653 |a COMPUTERS / Information Technology / bisacsh 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
015 |a GBB907446 
015 |a GBB917416 
024 8 |a 10.1007/978-1-4842-3928-5 
776 |z 9781484239285 
776 |z 9781484239278 
776 |z 148423927X 
776 |z 1484239288 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484239285/?ar  |x Verlag  |3 Volltext 
082 0 |a 384 
082 0 |a 331 
082 0 |a 004.6 
082 0 |a 500 
520 |a Understand the fundamental factors of data storage system performance and master an essential analytical skill using block trace via applications such as MATLAB and Python tools. You will increase your productivity and learn the best techniques for doing specific tasks (such as analyzing the IO pattern in a quantitative way, identifying the storage system bottleneck, and designing the cache policy). In the new era of IoT, big data, and cloud systems, better performance and higher density of storage systems has become crucial. To increase data storage density, new techniques have evolved and hybrid and parallel access techniques-together with specially designed IO scheduling and data migration algorithms-are being deployed to develop high-performance data storage solutions. Among the various storage system performance analysis techniques, IO event trace analysis (block-level trace analysis particularly) is one of the most common approaches for system optimization and design. However, the task of completing a systematic survey is challenging and very few works on this topic exist. Block Trace Analysis and Storage System Optimization brings together theoretical analysis (such as IO qualitative properties and quantitative metrics) and practical tools (such as trace parsing, analysis, and results reporting perspectives). The book provides content on block-level trace analysis techniques, and includes case studies to illustrate how these techniques and tools can be applied in real applications (such as SSHD, RAID, Hadoop, and Ceph systems). What You'll Learn: Understand the fundamental factors of data storage system performance Master an essential analytical skill using block trace via various applications Distinguish how the IO pattern differs in the block level from the file level Know how the sequential HDFS request becomes "fragmented" in final storage devices Perform trace analysis tasks with a tool based on the MATLAB and Python platforms