SlideShare a Scribd company logo
Linux Performance Monitoring
Tools
Manosh Malai
CTO, Mydbops
3rd April 2021
Mydbops
Interested in Open Source technologies
Interested in Performance Engineering, MongoDB,
DevOps & DevOpSec Practices
Tech Speaker/Blogger 
CTO, Mydbops IT Solution
Manosh Malai 
About Me
Consulting
Services
Managed
Services
Focuses on MySQL, MongoDB and PostgreSQL
Mydbops Services
400 + Clients In 4 Yrs. of Operations
Our Clients
Methodologies
Linux Performance Analysis Tool
Introduction
Agenda
INTRODUCTION
Goals Of Performance Monitoring
Utilization: How much of a resource is engaged in percentage overtime
Cost: The price/Performance ratio
Throughput: Typicallly data movement in bits or bytes per second
Rate: A transaction/request per second
Latency: Runtime of a query or operation, typically measured in milliseconds
Methodologies
Anti Method
Street Light Anti-Method
Drunk Man Anti-Method
Blame Someone Else Anti-Method
Pick some familiar observability tools and look for obvious issues
Tune things at random until the problem goes away
Point to other team then sit and relax
Performance Methodologies
Workload Characterization
Drill-Down Analysis
USE Method
RED Method
Workload Characterization
Who is causing the load(PID, Process Name, UID, IP address)
Why is th load Called?(Trace in code)
How the load changing over time
What is the load(IOPS, Throughput)
Drill-Down Analysis
Is a process of breaking problems
Into its basic elements
To find the root cause(s)
USE Method
Utilization
Saturation
Error
LINUX PERFORMANCE ANALYSIS
Simple System Design
CPU
Core Core
LLC
GFX
Memory
Controller
I/O
Controller
SSD
E1000
RAM
PCIe
FSB
Linux Performance Observability Tools
CPU Observability Tools(My Fav)
top, htop, atop
mpstat -P ALL 1
vmstat 1
execsnoop
runqlen 10 1
runqlat 10 1
runqslower
cpudist (This tool also help to measure Off-CPU Analysis) 
Memory Observability Tools(My Fav)
free
top or ps  per process memory usage
pmap -x <pid>
vmstat 1
sar -B 1
File System Observability - Linux Kernel I/O Stack
File System Observability - File System Cache


Page Cache


VFS


Directory
Cache


Inode
Cache


EXT4


XFS


...


Block Device Interface


Disks


Page
Scanner
File System Observability Tools(My Fav)
vfsstat (we can call this VFS Level IOSTAT)
opensnoop
cachestat
cachetop
ext4slower/xfsslower
ext4dist/xfsdist
Disk I/O Observability Tools(My Fav)
iostat -dxz 1
iotop
biosnoop
biolatency
biotop
Tools installation
https://github.com/iovisor/bcc/blob/master/INSTALL.md
apt-get install ssystat
apt-get install iotop
apt-get install atop
Linux Performance Monitoring Tools
Reach Us : Info@mydbops.com
Thank You
Thanks to One Person

More Related Content

PPT
Basic Six Sigma Presentation
PDF
Webinar - Using six sigma tools to analyze ehs performance metrics
PDF
Lean Six Sigma: DMAIC In-Depth
PPT
Green Belt Training
PPTX
Introduction to Six Sigma (Basic)
PPT
Lean Six Sigma Awareness Handouts
PDF
DMAIC for sharing
PPTX
Six Sigma Green Belt for Beginners in a Nutshell
Basic Six Sigma Presentation
Webinar - Using six sigma tools to analyze ehs performance metrics
Lean Six Sigma: DMAIC In-Depth
Green Belt Training
Introduction to Six Sigma (Basic)
Lean Six Sigma Awareness Handouts
DMAIC for sharing
Six Sigma Green Belt for Beginners in a Nutshell

What's hot (20)

PPT
PPT
Six sigma green belt project template
PPTX
Six Sigma Green Belt Training Part 4
PPTX
Lean Six Sigma Green Belt Training Part 2
PPT
Lean six sigma tools and techniques
PPT
Six Sigma Presentation Storybd 07 Mar24
PPTX
Lean Six Sigma White Belt Webinar
PPTX
Project management using six sigma
PPTX
Lean six sigma introduction
PDF
Six Sigma for Beginners- Yellow and Green Belt
PPT
Lean 6 Sigma On Line Training From Searchtec
PPTX
Kabir Kassam: 6 – sigma training - Midterm Review
PPTX
Lean Six Sigma Black Belt Training Part 2
PPT
2 Brian Hudson Lean 6 Sigma
PPT
Six sigma for managers
PPTX
Six Sigma in Healthcare
PPTX
Lean Six Sigma
PPTX
Six Sigma Sample Project
PPTX
Lean Six Sigma - Introduction
Six sigma green belt project template
Six Sigma Green Belt Training Part 4
Lean Six Sigma Green Belt Training Part 2
Lean six sigma tools and techniques
Six Sigma Presentation Storybd 07 Mar24
Lean Six Sigma White Belt Webinar
Project management using six sigma
Lean six sigma introduction
Six Sigma for Beginners- Yellow and Green Belt
Lean 6 Sigma On Line Training From Searchtec
Kabir Kassam: 6 – sigma training - Midterm Review
Lean Six Sigma Black Belt Training Part 2
2 Brian Hudson Lean 6 Sigma
Six sigma for managers
Six Sigma in Healthcare
Lean Six Sigma
Six Sigma Sample Project
Lean Six Sigma - Introduction
Ad

Similar to Linux Performance Monitoring Tools (20)

PDF
Linux Performance Monitoring Tools
PPT
Third Nature - Open Source Data Warehousing
PPTX
The Need for Speed
PPT
Peer Code Review An Agile Process
PDF
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
PPT
Quality, Cost, and Governance of Open Source Software
PPT
Case Study: Experiences Using IBM Rational Method Composer to Deliver a BPM I...
PPTX
Empowering Customers with Personalized Insights
PPT
Agile Austin - Peer Code Review An Agile Process
PDF
IBM Innovate - Uderstanding DevOps
PDF
DevOps feedback loops
DOCX
Mi0036 business intelligence & tools...
DOCX
Mi0036 business intelligence & tools...
PDF
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
PDF
PDF
DevOps and Digital Transformation
PDF
Software Analytics - Achievements and Challenges
PPTX
ADC 2017 - DevOps by examples part II – feedback loop
PPT
Software Measurement: Lecture 3. Metrics in Organization
PPTX
How Lyft Drives Data Discovery
Linux Performance Monitoring Tools
Third Nature - Open Source Data Warehousing
The Need for Speed
Peer Code Review An Agile Process
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
Quality, Cost, and Governance of Open Source Software
Case Study: Experiences Using IBM Rational Method Composer to Deliver a BPM I...
Empowering Customers with Personalized Insights
Agile Austin - Peer Code Review An Agile Process
IBM Innovate - Uderstanding DevOps
DevOps feedback loops
Mi0036 business intelligence & tools...
Mi0036 business intelligence & tools...
FDMEE Scripting - Cloud and On-Premises - It Ain't Groovy, But It's My Bread ...
DevOps and Digital Transformation
Software Analytics - Achievements and Challenges
ADC 2017 - DevOps by examples part II – feedback loop
Software Measurement: Lecture 3. Metrics in Organization
How Lyft Drives Data Discovery
Ad

More from Mydbops (20)

PDF
Scaling TiDB for Large-Scale Application
PDF
AWS MySQL Showdown - RDS vs RDS Multi AZ vs Aurora vs Serverless - Mydbops...
PDF
Mastering Vector Search with MongoDB Atlas - Manosh Malai - Mydbops MyWebinar 39
PDF
Migration Journey To TiDB - Kabilesh PR - Mydbops MyWebinar 38
PDF
AWS Blue Green Deployment for Databases - Mydbops
PDF
What's New In MySQL 8.4 LTS Mydbops MyWebinar Edition 36
PDF
What's New in PostgreSQL 17? - Mydbops MyWebinar Edition 35
PDF
What's New in MongoDB 8.0 - Mydbops MyWebinar Edition 34
PDF
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
PDF
Read/Write Splitting using MySQL Router - Mydbops Meetup16
PDF
TiDB - From Data to Discovery: Exploring the Intersection of Distributed Dat...
PDF
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
PDF
Demystifying Real time Analytics with TiDB
PDF
Must Know Postgres Extension for DBA and Developer during Migration
PDF
Efficient MySQL Indexing and what's new in MySQL Explain
PDF
Scale your database traffic with Read & Write split using MySQL Router
PDF
PostgreSQL Schema Changes with pg-osc - Mydbops @ PGConf India 2024
PDF
Choosing the Right Database: Exploring MySQL Alternatives for Modern Applicat...
PDF
Mastering Aurora PostgreSQL Clusters for Disaster Recovery
PDF
Navigating Transactions: ACID Complexity in Modern Databases- Mydbops Open So...
Scaling TiDB for Large-Scale Application
AWS MySQL Showdown - RDS vs RDS Multi AZ vs Aurora vs Serverless - Mydbops...
Mastering Vector Search with MongoDB Atlas - Manosh Malai - Mydbops MyWebinar 39
Migration Journey To TiDB - Kabilesh PR - Mydbops MyWebinar 38
AWS Blue Green Deployment for Databases - Mydbops
What's New In MySQL 8.4 LTS Mydbops MyWebinar Edition 36
What's New in PostgreSQL 17? - Mydbops MyWebinar Edition 35
What's New in MongoDB 8.0 - Mydbops MyWebinar Edition 34
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Read/Write Splitting using MySQL Router - Mydbops Meetup16
TiDB - From Data to Discovery: Exploring the Intersection of Distributed Dat...
MySQL InnoDB Storage Engine: Deep Dive - Mydbops
Demystifying Real time Analytics with TiDB
Must Know Postgres Extension for DBA and Developer during Migration
Efficient MySQL Indexing and what's new in MySQL Explain
Scale your database traffic with Read & Write split using MySQL Router
PostgreSQL Schema Changes with pg-osc - Mydbops @ PGConf India 2024
Choosing the Right Database: Exploring MySQL Alternatives for Modern Applicat...
Mastering Aurora PostgreSQL Clusters for Disaster Recovery
Navigating Transactions: ACID Complexity in Modern Databases- Mydbops Open So...

Recently uploaded (20)

PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
KodekX | Application Modernization Development
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Big Data Technologies - Introduction.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
Review of recent advances in non-invasive hemoglobin estimation
Spectral efficient network and resource selection model in 5G networks
KodekX | Application Modernization Development
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Reach Out and Touch Someone: Haptics and Empathic Computing
“AI and Expert System Decision Support & Business Intelligence Systems”
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Machine learning based COVID-19 study performance prediction
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
sap open course for s4hana steps from ECC to s4
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Big Data Technologies - Introduction.pptx
The AUB Centre for AI in Media Proposal.docx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Per capita expenditure prediction using model stacking based on satellite ima...
20250228 LYD VKU AI Blended-Learning.pptx

Linux Performance Monitoring Tools