سرعت اینترنت را با Speedtest-cli در CentOS چک کنید
سرعت اینترنت را با Speedtest-cli در CentOS چک کنید
در این اموزش ما به شما یاد میدهیم که چگونه speedtest-cli را برای چک کردن سرعت اینترنت سرورتان نصب کنید . Speedtest-cli یکی از محبوبترین Speedtest های سرور است.
بسیار ساده است و شما فقط به اطلاعات پایه لینوکسی نیاز دارید .این آموزش مختص CentOS 5, 6, and 7 است.
قبل از هرکاری باید یکی از وابسته هایش را نصب کنید
yum install -y python
نصب:
Enter the root directory
cd ~
Retrieve the Python script using wget. This script was written by Sivel; you can learn more about it on the GitHub page
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
Make the speedtest_cli.py script executable
chmod 777 speedtest_cli.py
Usage
Run the script to determine your inbound/outbound connection bandwidth.
./speedtest_cli.py
If you want an image of the result, run the following command instead
./speedtest_cli.py –share
دیدگاهتان را بنویسید