Systems Performance


Book Description

The Complete Guide to Optimizing Systems Performance Written by the winner of the 2013 LISA Award for Outstanding Achievement in System Administration Large-scale enterprise, cloud, and virtualized computing systems have introduced serious performance challenges. Now, internationally renowned performance expert Brendan Gregg has brought together proven methodologies, tools, and metrics for analyzing and tuning even the most complex environments. Systems Performance: Enterprise and the Cloud focuses on Linux(R) and Unix(R) performance, while illuminating performance issues that are relevant to all operating systems. You'll gain deep insight into how systems work and perform, and learn methodologies for analyzing and improving system and application performance. Gregg presents examples from bare-metal systems and virtualized cloud tenants running Linux-based Ubuntu(R), Fedora(R), CentOS, and the illumos-based Joyent(R) SmartOS(TM) and OmniTI OmniOS(R). He systematically covers modern systems performance, including the "traditional" analysis of CPUs, memory, disks, and networks, and new areas including cloud computing and dynamic tracing. This book also helps you identify and fix the "unknown unknowns" of complex performance: bottlenecks that emerge from elements and interactions you were not aware of. The text concludes with a detailed case study, showing how a real cloud customer issue was analyzed from start to finish. Coverage includes - Modern performance analysis and tuning: terminology, concepts, models, methods, and techniques - Dynamic tracing techniques and tools, including examples of DTrace, SystemTap, and perf - Kernel internals: uncovering what the OS is doing - Using system observability tools, interfaces, and frameworks - Understanding and monitoring application performance - Optimizing CPUs: processors, cores, hardware threads, caches, interconnects, and kernel scheduling - Memory optimization: virtual memory, paging, swapping, memory architectures, busses, address spaces, and allocators - File system I/O, including caching - Storage devices/controllers, disk I/O workloads, RAID, and kernel I/O - Network-related performance issues: protocols, sockets, interfaces, and physical connections - Performance implications of OS and hardware-based virtualization, and new issues encountered with cloud computing - Benchmarking: getting accurate results and avoiding common mistakes This guide is indispensable for anyone who operates enterprise or cloud environments: system, network, database, and web admins; developers; and other professionals. For students and others new to optimization, it also provides exercises reflecting Gregg's extensive instructional experience.




The Improvement Guide


Book Description

This new edition of this bestselling guide offers an integrated approach to process improvement that delivers quick and substantial results in quality and productivity in diverse settings. The authors explore their Model for Improvement that worked with international improvement efforts at multinational companies as well as in different industries such as healthcare and public agencies. This edition includes new information that shows how to accelerate improvement by spreading changes across multiple sites. The book presents a practical tool kit of ideas, examples, and applications.




Introduction to Windows Server 2019


Book Description

The Windows Server 2019 operating system is an improvement from its predecessor, Windows Server 2016. It offers various features that cater to the modern needs of businesses. One of the most significant changes in the server interface is its traditional Windows desktop that has been replaced with the Windows Admin Center. This change makes it more organized and faster to access critical features. Windows Server 2019 also features a new Storage Migration Service, which enables smooth transfers of data from previous Windows Server versions to the latest releases. The new server operating system offers a range of enhancements for security purposes, such as the Shielded Virtual Machines, powered by virtual TPMs and Advanced Threat Protection. Such features make it increasingly challenging for hackers to penetrate the system. Other critical enhancements include network performance improvements, PowerShell features, and Quick Create options. Overall, Windows Server 2019 provides businesses with various tools to meet the evolving needs for seamless integration, security, performance enhancements, flexibility, and accessibility. In conclusion, Windows Server 2019 is a robust and scalable operating system designed to cater to the needs of the current business landscape. From the insights in this introduction, it is evident that the enhanced features provided by Windows Server 2019 can improve the management and deployment of critical applications. It is an ideal upgrade for businesses looking to modernize their IT infrastructure and maintain a secure, productive, and efficient work environment.




Java Performance: The Definitive Guide


Book Description

Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance. You’ll gain in-depth knowledge of Java application performance, using the Java Virtual Machine (JVM) and the Java platform, including the language and API. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 7 and 8 applications perform. Apply four principles for obtaining the best results from performance testing Use JDK tools to collect data on how a Java application is performing Understand the advantages and disadvantages of using a JIT compiler Tune JVM garbage collectors to affect programs as little as possible Use techniques to manage heap memory and JVM native memory Maximize Java threading and synchronization performance features Tackle performance issues in Java EE and Java SE APIs Improve Java-driven database application performance




Programming Ecto


Book Description

Languages may come and go, but the relational database endures. Learn how to use Ecto, the premier database library for Elixir, to connect your Elixir and Phoenix apps to databases. Get a firm handle on Ecto fundamentals with a module-by-module tour of the critical parts of Ecto. Then move on to more advanced topics and advice on best practices with a series of recipes that provide clear, step-by-step instructions on scenarios commonly encountered by app developers. Co-authored by the creator of Ecto, this title provides all the essentials you need to use Ecto effectively. Elixir and Phoenix are taking the application development world by storm, and Ecto, the database library that ships with Phoenix, is going right along with them. There are plenty of examples that show you the basics, but to use Ecto to its full potential, you need to learn the library from the ground up. This definitive guide starts with a tour of the core features of Ecto - repos, queries, schemas, changesets, transactions - gradually building your knowledge with tasks of ever-increasing complexity. Along the way, you'll be learning by doing - a sample application handles all the boilerplate so you can focus on getting Ecto into your fingers. Build on that core knowledge with a series of recipes featuring more advanced topics. Change your pooling strategy to maximize your database's efficiency. Use nested associations to handle complex table relationships. Add streams to handle large result sets with ease. Based on questions from Ecto users, these recipes cover the most common situations developers run into. Whether you're new to Ecto, or already have an app in production, this title will give you a deeper understanding of how Ecto works, and help make your database code cleaner and more efficient. What You Need: To follow along with the book, you should have Erlang/OTP 19+ and Elixir 1.4+ installed. The book will guide you through setting up a sample application that integrates Ecto.




The Complete Guide to Portfolio Performance


Book Description

An intuitive and effective desk reference for performance measurement in asset and wealth management In The Complete Guide to Portfolio Performance: Appraise, Analyse, Act, a team of finance professors with extended practical experience deliver a hands-on desk reference for asset and wealth managers suitable for everyday use. Intuitively organized and full of concrete examples of the real-world implementation of the concepts discussed within, the book provides a comprehensive coverage of all important portfolio performance matters across 18 chapters of actionable and clearly described content. The authors have provided relevant cross-referencing where appropriate, “Key Takeaways and Equations” sections at the end of each chapter, and pointers to additional resources for anyone interested in pursuing further research. You'll also find: Discussions of more than a hundred classical and modern performance measures organized logically and with a focus on their applications Strategies for selecting appropriate performance measures based on your situation as a manager or investor Explanations of analytical techniques (statistical approaches, attribution, fund ratings...) enabling a comprehensive use of performance-related information Applications of portfolio performance criteria in concrete investment decision-making processes Highly actionable and logically organized material that's easy to find at a moment's notice A full set of pedagogical powerpoint slides and excel worksheets with all data and formulas Perfect for investors, portfolio managers, advisors, analysts, and regulators, The Complete Guide to Portfolio Performance is also a must-read reference for students and practitioners of asset and wealth management, as well as those pursuing certification such as CFA, CIPM, CIIA, and CAIA.




BPF Performance Tools


Book Description

Use BPF Tools to Optimize Performance, Fix Problems, and See Inside Running Systems BPF-based performance tools give you unprecedented visibility into systems and applications, so you can optimize performance, troubleshoot code, strengthen security, and reduce costs. BPF Performance Tools: Linux System and Application Observability is the definitive guide to using these tools for observability. Pioneering BPF expert Brendan Gregg presents more than 150 ready-to-run analysis and debugging tools, expert guidance on applying them, and step-by-step tutorials on developing your own. You’ll learn how to analyze CPUs, memory, disks, file systems, networking, languages, applications, containers, hypervisors, security, and the kernel. Gregg guides you from basic to advanced tools, helping you generate deeper, more useful technical insights for improving virtually any Linux system or application. • Learn essential tracing concepts and both core BPF front-ends: BCC and bpftrace • Master 150+ powerful BPF tools, including dozens created just for this book, and available for download • Discover practical strategies, tips, and tricks for more effective analysis • Analyze compiled, JIT-compiled, and interpreted code in multiple languages: C, Java, bash shell, and more • Generate metrics, stack traces, and custom latency histograms • Use complementary tools when they offer quick, easy wins • Explore advanced tools built on BPF: PCP and Grafana for remote monitoring, eBPF Exporter, and kubectl-trace for tracing Kubernetes • Foreword by Alexei Starovoitov, creator of the new BPF BPF Performance Tools will be an indispensable resource for all administrators, developers, support staff, and other IT professionals working with any recent Linux distribution in any enterprise or cloud environment.




Systems Performance


Book Description

Systems Performance, Second Edition, covers concepts, strategy, tools, and tuning for operating systems and applications, using Linux-based operating systems as the primary example. A deep understanding of these tools and techniques is critical for developers today. Implementing the strategies described in this thoroughly revised and updated edition can lead to a better end-user experience and lower costs, especially for cloud computing environments that charge by the OS instance. Systems performance expert and best-selling author Brendan Gregg summarizes relevant operating system, hardware, and application theory to quickly get professionals up to speed even if they have never analyzed performance before. Gregg then provides in-depth explanations of the latest tools and techniques, including extended BPF, and shows how to get the most out of cloud, web, and large-scale enterprise systems. Key topics covered include Hardware, kernel, and application internals, and how they perform Methodologies for rapid performance analysis of complex systems Optimizing CPU, memory, file system, disk, and networking usage Sophisticated profiling and tracing with perf, Ftrace, and BPF (BCC and bpftrace) Performance challenges associated with cloud computing hypervisors Benchmarking more effectively Featuring up-to-date coverage of Linux operating systems and environments, Systems Performance, Second Edition, also addresses issues that apply to any computer system. The book will be a go-to reference for many years to come and, like the first edition, required reading at leading tech companies. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.




Handbook on Evaluation


Book Description

In this Handbook, Reinhard Stockmann and other esteemed experts in the field provide a systematic and comprehensive exploration into the planning, process, implementation and utilisation of evaluations. Covering the process and individual steps of evaluation in detail, in chronological order and in terms of practical application, it identifies the characteristics and standards that distinguish a professionally and competently conducted evaluation.




Guide to Supply Chain Management


Book Description

Globalization, technology and an increasingly competitive business environment have encouraged huge changes in what is known as supply chain management, the art of sourcing components and delivering finished goods to the customer as cost effectively and efficiently as possible. Dell transformed the way people bought and were able to customize computers. Wal-Mart and Tesco have used their huge buying power and logistical skills to ensure the supply and stock management of their stores is finely honed. Manufacturers now make sure that components are where they are needed on the production line just in time for when they are needed and no longer. Such finessing of the way the supply chain works boosts the corporate bottom line and can make the difference between being a market leader or an also ran. This guide explores all the different aspects of supply chain management and gives hundreds of real life examples of what firms have achieved in the field.