Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Scripts for Server Benchmarking

This repository contains several scripts designed to benchmark server performance and download speeds on Dedicated Servers/VPS.

Scripts Included:

1. Server Info Script

  • 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

2. PHP Benchmark Script

  • 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

3. Dedicated Server/VPS Download Speed Benchmark Script

  • 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

How to Use

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

Authors

License

MIT

About

Check Server Info, PHP Benchmark, and Server/VPS Download Speed with simple, reliable scripts

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors