π ~1 min read
Table of contents
Symptom & Impact
Throughput declines and latency spikes after host reprovisioning.
Environment & Reproduction
Typically follows profile overrides or missed baseline application.
tuned-adm active
sysctl -a | grep -E 'dirty|swappiness|sched' | head
Root Cause Analysis
Inactive or incorrect tuned profile leaves suboptimal kernel and power settings.
Quick Triage
Check active profile and recent configuration changes.
tuned-adm verify
ls -l /etc/tuned
journalctl -u tuned -n 60
Step-by-Step Diagnosis
Compare running settings against approved baseline profile.
tuned-adm recommend
tuned-adm profile_info throughput-performance

Solution – Primary Fix
Apply approved tuned profile and restart service.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
tuned-adm profile throughput-performance
systemctl restart tuned
tuned-adm active

Solution – Alternative Approaches
Use custom profile for workload specific behavior.
cp -a /usr/lib/tuned/throughput-performance /etc/tuned/custom-profile
tuned-adm profile custom-profile
Verification & Acceptance Criteria
Key performance metrics return to expected baseline.
tuned-adm verify
vmstat 1 5
Rollback Plan
Switch back to previous profile if regressions appear.
tuned-adm profile balanced
Prevention & Hardening
Enforce profile policy via automation and drift detection.
tuned-adm active
sha256sum /etc/tuned/* -r
Related Errors & Cross-Refs
Related to CPU governor drift and memory pressure tuning gaps.
Related tutorial: View the step-by-step tutorial for oracle-linux-10.
View all oracle-linux-10 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Oracle Linux tuned profile management and performance optimization docs.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.