Skip to content

natict/linux-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux Metrics Workshop

While you can learn a lot by emitting metrics from your application, some insights can only be gained by looking at OS metrics. In this hands-on workshop, we will cover the basics in Linux metric collection for monitoring, performance tuning and capacity planning.

Topics

  1. CPU
  2. CPU Percentage
  3. CPU Load
  4. Context Switches
  5. Memory
  6. Memory Usage
  7. IO
  8. IO Usage
  9. Network
  10. Network Utilization
  11. References

Setup

The workshop was designed to run on AWS EC2 t2.small instances with general purpose SSD, Ubuntu 14.04 amd64, and transparent hugh pages disabled. You can build an AMI with all the dependencies installed using the attached packer template.

If you run on your own instance, make sure you have only 1 CPU (easier to read the metrics) and that you disable transparent huge pages (echo never > /sys/kernel/mm/transparent_hugepage/enabled )

Releases

No releases published

Packages

No packages published