LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game
Home » Ebooks & Tutorials » Technical » Unix & Linux » Linux Performance Optimization Red Hat EX436 and LPIC-3 304

Linux Performance Optimization Red Hat EX436 and LPIC-3 304

22/02/2018 Learning for Life Leave a Comment

Linux Performance Optimization Red Hat EX436 and LPIC-3 304
English | Size: 7.26 GB
Category: Tutorial


The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.

Introduction

Module 1: Performance Tuning Essentials

Lesson 1: Performance Optimization Basics
Learning objectives
1.1 Understanding Performance Tuning
1.2 What do you Want to Accomplish?
1.3 Getting Started
1.4 Using top to Analyze Performance

Lesson 2: Tuning Essentials
Learning objectives
2.1 Understanding Queueing
2.2 Configuring System Tunables
2.3 Managing Kernal Module Parameters
2.4 Working with Tuned
2.5 Managing Custom Tuned Profiles
2.6 Managing Tuna

Lesson 3: Limiting Resource Usage
Learning objectives
3.1 Configuring Ulimit Resource Limits
3.2 Understanding Control Groups
3.3 Integrating Control Groups in systemd
3.4 Managing systemd cgroups
3.5 Managing Slices

Module 2: Gathering Performance Data

Lesson 4: Benchmarking
Learning objectives
4.1 Understanding Benchmarking
4.2 Understanding Units
4.3 Using Benchmarking Tools
4.4 Using awk to Find Relevant Data
4.5 Getting Performance data with sar
4.6 Plotting Data
4.7 Lab: Using gnuplot to show sar data
4.8 Using Performance Co-Pilot

Lesson 5: Profiling
Learning objectives
5.1 Understanding the Need for Profiling
5.2 Understanding What you Need to Know
5.3 Querying Kernel Information
5.4 Hardware Profiling Tools
5.5 Profiling Storage
5.6 Understanding CPU Cache Usage
5.7 Profiling CPU Cache Usage
5.8 Using perf

Lesson 6: Tracing
Learning objectives
6.1 Understanding Tracing
6.2 Tracing System and Library Calls
6.3 Kernel Tracing with ftrace
6.4 Understanding SystemTap
6.5 Installing SystemTap
6.6 Running SystemTap Scripts
6.7 Running Precompiled SystemTap Modules

Module 3: Tuning Specific Workloads

Lesson 7: Tuning for Small Files
Learning objectives
7.1 Understanding I/O Flow
7.2 Understanding Small File Workloads Pt 1
7.3 Understanding Small File Workloads Pt 2
7.3 7.4 Optimizing Disk I/O
7.4 7.5 Selecting the Best Filesystem
7.5 7.6 Managing journaling Options
7.6 7.7 Tuning a Mailserver Workload
Lesson 8: Tuning Memory

Learning objectives
8.1 Understanding Memory Management
8.2 Managing Process Memory
8.3 Finding Memory Leaks
8.4 Using Swap and Cache
8.5 Managing Memory Reclamation
8.6 Managing OOM
8.7 Managing NUMA
Lesson 9: Tuning for CPU-intense Workloads
Learning objectives
9.1 Understanding CPU Features
9.2 Understanding CPU-bound Tasks
9.3 Understanding CPU Scheduling
9.4 Configuring CPU Scheduling
9.5 CPU Pinning
9.6 Balancing Interrupts
9.7 Using Real-time Scheduling

Lesson 10: Tuning File Services
Learning objectives
10.1 Understanding File Services Tuning
10.2 Selecting the Right Tuned Profile
10.3 Managing Fragmentation
10.4 Managing FS Journal Placement
10.5 Aligning a File System to the Disk Geometry
10.6 Understanding Network Performance Challenges
10.7 Tuning Network Interface Performance
10.8 Tuning Network Queues
10.9 Managing TCP- / UDP-related Tunables
10.10 Managing Network Link Aggregation

Lesson 11: Database Workload Tuning
Learning objectives
11.1 Understanding Database Server Workload
11.2 Managing Inter Process Communication (IPC)
11.3 Managing Huge Pages
11.4 Overcommitting Memory

Lesson 12: Tuning Power Usage
Learning objectives
12.1 Using Generic Power-saving Strategies
12.2 Linux Power Consumption Strategies
12.3 Understanding Power States
12.4 Profiling Power Usage
12.5 Managing cpufreq

Lesson 13: Tuning Virtualization
Learning objectives
13.1 Using Tuned
13.2 CPU Pinning
13.3 Using Kernel Samepgage Merging (KSM)
13.4 Virtual Machines and Cgroups
13.5 Virtual Machine Storage

Lesson 14: Sample Exam
Learning objectives
14.1 Questions
14.2 Collecting Data with sar
14.3 Analyzing Cache Performance
14.4 Managing Huge Pages
14.5 Analyzing File System Performance
14.6 Managing Swap
14.7 Optimizing Large Writes
14.8 Analyzing I/O
14.9 Analyzing Performance Data
14.10 Managing Network Buffers
14.11 Managing User Limitations
14.12 Managing System Resource Access
14.13 Analyzing System Cells
14.14 Managing Shared Memory
14.15 Managing Kernel Module Options
14.16 Analyzing Hardware Capabilities

Summary

Table of Contents
Introduction
Linux Performance Optimization: Introduction 00:02:58
Module 1: Performance Tuning Essentials
Module introduction 00:00:25
Lesson 1: Performance Optimization Basics
Learning objectives 00:00:23
1.1 Understanding Performance Tuning 00:05:51
1.2 What do you Want to Accomplish? 00:04:05
1.3 Getting Started 00:08:13
1.4 Using top to Analyze Performance 00:08:45
Lesson 2: Tuning Essentials
Learning objectives 00:00:21
2.1 Understanding Queueing 00:03:55
2.2 Configuring System Tunables 00:10:53
2.3 Managing Kernal Module Parameters 00:05:56
2.4 Working with Tuned 00:06:44
2.5 Managing Custom Tuned Profiles 00:09:17
2.6 Managing Tuna 00:01:37
Lesson 3: Limiting Resource Usage
Learning objectives 00:00:23
3.1 Configuring Ulimit Resource Limits 00:12:35
3.2 Understanding Control Groups 00:06:31
3.3 Integrating Control Groups in systemd 00:06:17
3.4 Managing systemd cgroups 00:09:24
3.5 Managing Slices 00:04:28
Module 2: Gathering Performance Data
Module introduction 00:00:27
Lesson 4: Benchmarking
Learning objectives 00:00:29
4.1 Understanding Benchmarking 00:01:39
4.2 Understanding Units 00:06:32
4.3 Using Benchmarking Tools 00:06:05
4.4 Using awk to Find Relevant Data 00:09:08
4.5 Getting Performance data with sar 00:03:45
4.6 Plotting Data 00:06:17
4.7 Lab: Using gnuplot to show sar data 00:05:11
4.8 Using Performance Co-Pilot 00:09:29
Lesson 5: Profiling
Learning objectives 00:00:28
5.1 Understanding the Need for Profiling 00:02:47
5.2 Understanding What you Need to Know 00:08:37
5.3 Querying Kernel Information 00:06:16
5.4 Hardware Profiling Tools 00:09:51
5.5 Profiling Storage 00:07:34
5.6 Understanding CPU Cache Usage 00:05:33
5.7 Profiling CPU Cache Usage 00:05:50
5.8 Using perf 00:04:06
Lesson 6: Tracing
Learning objectives 00:00:25
6.1 Understanding Tracing 00:01:17
6.2 Tracing System and Library Calls 00:06:55
6.3 Kernel Tracing with ftrace 00:05:32
6.4 Understanding SystemTap 00:02:02
6.5 Installing SystemTap 00:02:15
6.6 Running SystemTap Scripts 00:05:16
6.7 Running Precompiled SystemTap Modules 00:01:35
Module 3: Tuning Specific Workloads
Module introduction 00:00:27
Lesson 7: Tuning for Small Files
Learning objectives 00:00:27
7.1 Understanding I/O Flow 00:04:01
7.2 Understanding Small File Workloads Pt 1 00:08:41
7.3 Understanding Small File Workloads Pt 2 00:05:20
7.3 7.4 Optimizing Disk I/O 00:05:06
7.4 7.5 Selecting the Best Filesystem 00:11:48
7.5 7.6 Managing journaling Options 00:08:46
7.6 7.7 Tuning a Mailserver Workload 00:04:22
Lesson 8: Tuning Memory
Learning objectives 00:00:37
8.1 Understanding Memory Management 00:08:35
8.2 Managing Process Memory 00:05:07
8.3 Finding Memory Leaks 00:04:32
8.4 Using Swap and Cache 00:12:07
8.5 Managing Memory Reclamation 00:05:50
8.6 Managing OOM 00:11:31
8.7 Managing NUMA 00:04:32

Buy Long-term Premium Accounts To Support Me & Max Speed

DOWNLOAD:


https://rapidgator.net/file/03e7906f66d5a946e23e2e385435e974/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part01.rar.html
https://rapidgator.net/file/9571f101482edc3b5445b200f733d574/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part02.rar.html
https://rapidgator.net/file/625e19fec09427d4e3a9235c42d71aab/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part03.rar.html
https://rapidgator.net/file/a50d7922c6805e71826367115b266561/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part04.rar.html
https://rapidgator.net/file/f0986bdfbc55ad2c93186360aeea1225/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part05.rar.html
https://rapidgator.net/file/0443811957b23e51beffcbd347217394/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part06.rar.html
https://rapidgator.net/file/fdaed9d5351c5dd593fe9edd986be4a6/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part07.rar.html
https://rapidgator.net/file/ca5a931d9205d2254e35733c58dd48bd/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part08.rar.html
https://rapidgator.net/file/f4ec7b4c10037900642319c7bd39a6db/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part09.rar.html
https://rapidgator.net/file/2a16b28a9e7fcf8c7808e8b92bc0e75a/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part10.rar.html
https://rapidgator.net/file/0dfe042bde2a6a289e2e8446f4daf5ac/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part11.rar.html


http://nitroflare.com/view/0348C39842D9C25/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part01.rar
http://nitroflare.com/view/07D81D491FA42E3/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part02.rar
http://nitroflare.com/view/43B33CD9751CA77/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part03.rar
http://nitroflare.com/view/36058C3E789549F/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part04.rar
http://nitroflare.com/view/B97BAD9F700A991/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part05.rar
http://nitroflare.com/view/5D67F72A62D3960/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part06.rar
http://nitroflare.com/view/02E265AC2FCE003/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part07.rar
http://nitroflare.com/view/BF16AD2C99F1554/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part08.rar
http://nitroflare.com/view/D09E93A3A6C8A72/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part09.rar
http://nitroflare.com/view/7625071AD960626/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part10.rar
http://nitroflare.com/view/31B4E470198A620/Linux_Performance_Optimization_Red_Hat_EX436_and_LPIC-3_304.part11.rar

If any links die or problem unrar, send request to http://goo.gl/aUHSZc

Unix & Linux EX436, Linux, Optimization, Performance, Red Hat

← Learn C# With Windows Forms and SQL Server LiveLessons – Claudia Baca – Project Management for Mere Mortals →

About Learning for Life

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • WordPress for Beginners: Create a Website Step by Step | Udemy
  • HBO The Mortician 2025
  • The Primal Hunter by Zogarth
  • Udemy – Quantity Surveying and Cost Estimation in MEP
  • OrhanErgun.net – Fortinet NSE4 Fortigate Infrastructure v7 Course

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in