当前位置:K88软件开发文章中心编程全书编程全书01 → 文章内容

几款网络测试工具总结_1

减小字体 增大字体 作者:潇湘隐者  来源:潇湘隐者  发布时间:2018-12-31 3:06:23

C:\Users>psping -? i
 
PsPing v2.01 - PsPing - ping, latency, bandwidth measurement utility
Copyright (C) 2012-2014 Mark Russinovich
Sysinternals - www.sysinternals.com
 
ICMP ping usage: psping [[-6]|[-4]] [-h [buckets|<val1>,<val2>,...]] [-i <inter
al>] [-l <requestsize>[k|m] [-q] [-t|-n <count>] [-w <count>] <destination>
  -h    Print histogram (default bucket count is 20).
        If you specify a single argument, it's interpreted as a bucket
        count and the histogram will contain that number of
        buckets covering the entire time range of values.
        Specify a comma-separated list of times to create a custom
        histogram (e.g. "0.01,0.05,1,5,10").
  -i    Interval in seconds. Specify 0 for fast ping.
  -l    Request size. Append 'k' for kilobytes and 'm' for megabytes.
  -n    Number of pings or append 's' to specify seconds e.g. '10s'.
  -q    Don't output during pings.
  -t    Ping until stopped with Ctrl+C and type Ctrl+Break
        for statistics.
  -w    Warmup with the specified number of iterations (default is 1).
  -4    Force using IPv4.
  -6    Force using IPv6.
 
For high-speed ping tests use -q and -i 0.
 
 
 

参数
参数说明
-h
输出直方图(默认步长数量为20
-i
指定ping包的间隔秒数,快ping则设置为0
-l
指定ping包大小,默认单位是byte。使用 k为单位代表kilobytes(KB),使用m为单位代表megabytes(MB)
-n
指定测试次数。还可以指定测试的时间长度,以秒为单位,使用时在数字后加上s,例如“10s”
-q
测试过程中不输出结果,结束后显示统计结果;
-t
类似于 ICMP 的长 ping 测试,直到按下 Ctrl+C 停止测试,并显示统计结果;
-w
热身次数,默认为 1 次;
-4
强制使用 IPv4
-6
强制使用 IPv6

  

上一页  [1] [2] [3] 


几款网络测试工具总结_1