Welcome to the Bench Script Information Page

This script is designed to run various benchmark tests on your system. To use the script, simply execute the following command:

wget -qO- bench.gig.ovh | bash

For more details, visit our official website.

This script is Net Checker Script:

bash <(curl -L -s https://bench.gig.ovh/checker.sh)

Use this command for Inst Check:

bash <(curl -L -s https://bench.gig.ovh/checker_inst.sh)

MultiCheck Script RU:

bash <(curl -L -s https://bench.gig.ovh/multi_check_ru.sh)

MultiCheck Script EN:

bash <(curl -L -s https://bench.gig.ovh/multi_check.sh)

IP Region Checker

bash <(curl -L -s https://bench.gig.ovh/ipregion.sh)
📖 IPRegion Usage Examples

Check your current IP location

bash <(curl -L -s https://bench.gig.ovh/ipregion.sh)

Analyzes your current IP address using all available services

Check specific IP address

bash <(curl -L -s https://bench.gig.ovh/ipregion.sh) 8.8.8.8

Replace 8.8.8.8 with any IP address you want to analyze

Fast check (GeoIP services only)

bash <(curl -L -s https://bench.gig.ovh/ipregion.sh) -g primary

Quick scan using only GeoIP databases for faster results

What you'll get:

  • 🌍 Country detection from 15+ different services
  • 📊 Statistics showing accuracy and consensus
  • 🎯 Popular website availability (Netflix, Steam, etc.)
  • 🚀 CDN endpoint locations
  • 🔒 Your IP is masked for privacy (shows xxx.xxx.*.*)
Copied to clipboard