Skip to content

Instantly share code, notes, and snippets.

View thomas-merz's full-sized avatar
🏠
Working from home

Thomas Merz thomas-merz

🏠
Working from home
View GitHub Profile
@thomas-merz
thomas-merz / perf-tool.py
Created January 8, 2024 10:34 — forked from brandtg/perf-tool.py
A script that runs Netflix's "Linux Performance Analysis in 60,000 Milliseconds"
#!/usr/bin/env python3
#
# A script that runs the commands to perform Netflix's
# "Linux Performance Analysis in 60,000 Milliseconds"
#
# (http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html)
#
# First install Performance monitoring tools for Linux
# `apt install sysstat`
#