1. 29 12月, 2012 1 次提交
  2. 21 12月, 2012 3 次提交
    • A
      netperf: enable demo mode · 1ab28575
      Amos Kong 提交于
      Enable demo mode of netperf, process mixed demo results to drop
      unstable factors, only compute the effective demo results when
      all the threads work. This would make performance result more
      stable.
      
      We start many clients and watch the demo output, if all the threads
      really work, then start to record the interrupt/packet number, and
      count the cpu usage. After a fixed test time, record the final
      interrupt/packet number.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      1ab28575
    • A
      netperf: replace '-b' parameter with multiple threads · 55d380b0
      Amos Kong 提交于
      Currently we use '-b' parameter of netperf to test parallel traffic,
      client would send many requests at start of _RR tests, but it's not
      real parallelism, we want to use demo mode to improve the
      stabilization. This patch removes '-b' parameter and uses multiple
      threads for TCP_RR testing.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      55d380b0
    • A
      netperf: trivial fix of parameter name · 0aca5b6d
      Amos Kong 提交于
      Rename 'client' to 'clients'
      Signed-off-by: NAmos Kong <akong@redhat.com>
      0aca5b6d
  3. 18 12月, 2012 2 次提交
  4. 06 11月, 2012 11 次提交
  5. 23 10月, 2012 1 次提交
  6. 26 9月, 2012 1 次提交
  7. 21 9月, 2012 1 次提交
    • A
      netperf: update pattern of package number to support latest ifconfig · 889961fe
      Amos Kong 提交于
      // ifconfig in rhel6:
      eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        RX packets:254417290 errors:0 dropped:0 overruns:0 frame:0
        TX packets:4242939 errors:0 dropped:0 overruns:0 carrier:0
        RX bytes:25279158899 (23.5 GiB)  TX bytes:465441136 (443.8 MiB)
      
      // ifconfig in fedora 17:
      eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        RX packets 993  bytes 1067326 (1.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 651  bytes 76692 (74.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
      Signed-off-by: NAmos Kong <akong@redhat.com>
      889961fe
  8. 14 9月, 2012 2 次提交
  9. 07 9月, 2012 2 次提交