jfcoz / postgresqltuner

Simple script to analyse your PostgreSQL database configuration, and give tuning advice
https://postgresqltuner.pl
GNU General Public License v3.0
2.61k stars 190 forks source link

Try to detect hypervisor using `systemd-detect-virt`. #38

Closed DanielElgh closed 5 years ago

DanielElgh commented 5 years ago

Tries to detect if on a virtual or physical server using systemd-detect-virt. Uses the "old" method if unsuccessful. Solves issue #29 and #37