Cara Membuat Speedtes Server Sendiri



Install wget dan unzip jika belum ada

yum install wget unzip

yum install httpd -y
yum install php php-mysql php-gd php-mcrypt -y
wget http://c.speedtest.net/mini/mini.zip
unzip mini.zip
mkdir -p /var/www/html
cp -rRfv mini /var/www/html/
cd /var/www/html/mini
mv index-php.html index.html
systemctl start httpd
http://x.x.x.x/mini

Cara Enable Epel Repo Centos



Ketik Command dibawah ini

yum -y install epel-release
yum repolist
cd /tmp
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
ls *.rpm

Cara Test Speed Dan Cek Info Server

1. https://bench.sh/
    cek server menggunakan bench.sh

wget -qO- bench.sh | bash


2. HWINFO

wget –no-check-certificate https://vhwinfo.com/vhwinfo.sh -O - -o /dev/null|bash
atau

wget --no-check-certificate https://github.com/rafa3d/vHWINFO/raw/master/vhwinfo.sh -O - -o /dev/null|bash 


3. Speedtest cli

yum install python
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli 
agar bisa share
./speedtest-cli --share 

Kategori

Kategori