#Performance

บทความทั้งหมดที่ติดแท็กนี้

Webhosting

ตั้งค่า Reverse-proxy Nginx + Apache สำหรับ Static image

1. Do I have to setup anything at all to let Nginx processes them directly instead of proxy the request to apache? 2. I thought I would have to added something to the domains config, I thought about a

General

ทดสอบความเร็วการเขียน-อ่าน ข้อมูล IDE / SATA SSD บน AlmaLinux 8 (คำสั่งDD)

ทดสอบความเร็วการเขียน-อ่าน ข้อมูล IDE / SATA SSD บน AlmaLinux 8 (คำสั่งDD) ใช้คำสั่ง dd dd if=/dev/zero of=/tmp/output.img bs=8k count=256k ผลที่ได้ > 262144+0 records in > > 262144+0 r

Hardware

ตรวจสอบข้อมูล Disk Centos (smartctl Utility)

ติดตั้ง smartctl Utility บน CentOS7 yum install smartmontools -y แสดงข้อมูล disk smartctl -a /dev/sdb สำหรับ IDE drive smartctl -a -d ata /dev/sdb สำหรับ SATA drive smartct

Networking

Speedtest-cli บน CentOS / RHEL

Install python sudo yum install python Download speedtest_cli.py wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x sp

Networking

Munin บน CentOS 6

Munin ใช้ในการตรวจสอบการใช้งานทรัพยากรบนระบบเครือข่ายว่าใช้งานไปขนาดไหน เต็มประสิทธิภาพไหม Munin สามารถสรุปรายงานเป็บแบบรายวัน รายสัปดาห์ รายเดือน และรายปี ทำให้งานของผู้ดูแลระบบเครือข่ายสะดวกมากยิ่งข

Tips & Tricks

การทดสอบความเร็วของฮารดดิสก์บนลินุกซ์ ด้วยคำสั่ง dd

ทดสอบความเร็วในการเขียนไฟล์ขนาด 1GByte # dd if=/dev/zero of=filetest.bin bs=1000000 count=1000 1000+0 records in 1000+0 records out 1000000000 bytes (1.0 GB) copied, 3.96078 seconds, 252