This repository contains various scripts and tools for performance engineering, diagnostics, and analysis.
Scripts for quick Linux performance analysis and diagnostics.
- linux_perf_diagnostics.sh: Comprehensive 60-second Linux performance diagnostics tool
- Features auto-dependency installation, multi-distribution support, and detailed reporting
Each folder contains its own README with specific instructions for the scripts within.
# Navigate to the Linux performance tools
cd linux-performance-60s
# Make the script executable
chmod +x linux_perf_diagnostics.sh
# Run the diagnostic tool
sudo ./linux_perf_diagnostics.sh
When adding new scripts to this repository:
- Create a dedicated folder for your script category
- Include a README.md in the folder explaining the scripts
- Update this main README with the folder description
- Ensure scripts are well-documented with comments
This repository will grow to include:
- Network performance analysis tools
- Database performance scripts
- Application profiling utilities
- Cloud infrastructure monitoring tools
- Container performance analysis
MIT License