Incast

A benchmark that simulates the 'incast' network traffic pattern.

  • 所有者: microsoft/Incast
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Incast: A benchmark for the "incast" network traffic pattern

INCAST.EXE is a client-server network benchmark that simulates the “incast” traffic pattern which is common to map-reduce style cloud apps.

Incast makes it easy to create this traffic pattern in order to evaluate the performance of switches, NICs, and other networking gear.

Incast can be run in two modes, client or server. There is only one server, but arbitrarily many clients. A server sends a “fan-out” request to many clients, which respond simultaneously with a “fan-in” response. The response is the incast event.

Clients will connect to the server, run a test, and loop forever. Each server invocation represents a new test.

Usage

For client mode, the only argument is the server IP or name:

    INCAST.EXE <server>

Test options are specified only on the server side:

    INCAST.EXE <options>

Available <options> and their default values:
    
    -n  ITERS  Number of iterations (%d)
    -r  RATE   Iteration rate limit (no limit)
    -c  NUM    Number of clients limit (no limit)
    -d         Disable Nagle's algorithm (enabled)
    -sb SIZE   Socket send buffer size (OS default)
    -rb SIZE   Socket receive buffer size (OS default)
    -o  SIZE   Fan-out message size (%d)
    -i  SIZE   Fan-in message size (%d)
    -f  FILE   Dump full histogram to file
    -j  MSEC   Delay clients via random jitter (disabled)
    -s  MSEC   Delay clients via uniform scheduling (disabled)

主要指标

概览
名称与所有者microsoft/Incast
主编程语言C++
编程语言C (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2015-02-17 16:05:39
推送于2019-11-06 02:04:02
最后一次提交2015-02-17 09:57:28
发布数0
用户参与
星数11
关注者数42
派生数7
提交数6
已启用问题?
问题数1
打开的问题数1
拉请求数0
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?