摘要:
mkfs.ext3 OPTIONS -b block-size Specify the size of blocks in bytes. Valid block-size values are 1024, 2048 and 4096 bytes per block. If omitted, bloc 阅读全文
摘要:
when you write large files to extern stroage, the kernel may have as follow context: [ 4560.236385] INFO: task sync:1036 blocked for more than 120 sec 阅读全文
摘要:
download.sh #!/bin/sh # check the network first serverip=$(cat /tmp/serverip) while true; do ping -c 5 $serverip; if [ $? = 0 ];then break; fidone # t 阅读全文
摘要:
learning wifi throughput test using iperf 【Purpose】 Learning how to do wifi throughput test using iperf We can do base on tcp/udp protocol 【Eevironmen 阅读全文