::请勿轻易修改此文件,以避免不可预知的错误 gwsbhqt@163.com @echo off color 0A setlocal enabledelayedexpansion title Network Fault Repair Tool Build20160414 Made By gwsbhqt@163.com echo 网络错误修复工具 & echo 如有任何问题请与 gwsbhqt@163.com 联系... & echo. set /p S=继续?(y/n) : if /i %…
Packetdrill - A network stack testing tool developed by Google. 项目:https://code.google.com/p/packetdrill/ 本文:zhangskd @ csdn blog 简介 The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the sys…
来源地址: http://blog.csdn.net/wenwenxiong/article/details/77197997 记录一下 以后好找.. 一.linux cpu.内存.IO.网络的测试工具 cpu测试工具 1.Super Pi for linux Super PI是利用CPU的浮点运算能力来计算出π(圆周率),所以目前普遍被用户用做测试系统稳定性和测试CPU计算完后特定位数圆周率所需的时间. ./super_pi 20 20为位数.表示要算2的多少次方位,如通常要算小数点后1M位.…