Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.06 KB

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 )