shadow.yaml 491 B

1234567891011121314151617181920212223242526
  1. general:
  2. stop_time: 1h
  3. network:
  4. graph:
  5. # use a built-in network graph containing
  6. # a single vertex with a bandwidth of 1 Gbit
  7. type: 1_gbit_switch
  8. hosts:
  9. server:
  10. network_node_id: 0
  11. ip_addr: 100.0.0.1
  12. processes:
  13. - path: mgen-server
  14. args: 100.0.0.1:6397
  15. start_time: 3s
  16. client1: &client_host
  17. network_node_id: 0
  18. processes:
  19. - path: mgen-client
  20. args: "*.yaml"
  21. start_time: 5s
  22. client2: *client_host
  23. client3: *client_host