This repository contains several scripts designed to benchmark server performance and download speeds on Dedicated Servers/VPS.
- Description: Provides detailed information about the server configuration.
- Usage: Run the script to display server specifications and configuration details.
wget --no-check-certificate https://cdn.ai.in/sh/sbtest.sh -O sbtest.sh && bash sbtest.sh -si
- Description: Benchmarks PHP performance on the server.
- Usage: Execute the script to measure PHP execution time and other performance metrics.
wget --no-check-certificate https://cdn.ai.in/sh/sbtest.sh -O sbtest.sh && bash sbtest.sh -pb
- Test PHP efficiency with 1000x Difficulty load
wget --no-check-certificate https://cdn.ai.in/sh/sbtest.sh -O sbtest.sh && bash sbtest.sh -php -d=1000
- Description: Measures download speed from the server.
- Usage: Run the script to test and report the download speed from the server.
wget --no-check-certificate https://cdn.ai.in/sh/sbtest.sh -O sbtest.sh && bash sbtest.sh -ds
Copy and paste the command below in the command line:
wget --no-check-certificate https://cdn.ai.in/sh/sbtest.sh -O sbtest.sh && bash sbtest.sh
OR
curl -o sbtest.sh https://cdn.ai.in/sh/sbtest.sh && bash sbtest.sh