wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install
webbench --help
| services: | |
| mssql: | |
| container_name: mssql-db | |
| hostname: mssql-db | |
| image: mcr.microsoft.com/mssql/server:2022-latest | |
| environment: | |
| ACCEPT_EULA: 'Y' | |
| MSSQL_SA_PASSWORD: 'Passw0rd' | |
| MSSQL_DATA_DIR: /var/opt/mssql/data |
| # Optimized my.cnf configuration for MySQL/MariaSQL | |
| # | |
| # by Fotis Evangelou, developer of Engintron (engintron.com) | |
| # | |
| # === Updated December 2018 === | |
| # | |
| # The settings provided below are a starting point for a 2GB - 4GB RAM server with 2-4 CPU cores. | |
| # If you have less or more resources available you should adjust accordingly to save CPU, | |
| # RAM and disk I/O usage. | |
| # The settings marked with a specific comment or the word "UPD" after the value |