Open mcallaghan-sandvine opened 6 years ago
Just tested it.
I have a simplified file like:
- duration : 9999
generator :
distribution : "seq"
clients_start : "4.0.0.1"
clients_end : "4.0.0.255"
servers_start : "5.0.0.1"
servers_end : "5.0.20.255"
cap_ipg : true
cap_info :
- name: FOO.cap
cps : 4628
try to run it, exploded
yaml-cpp: error at line 11, column 8: key not found: ipg
(why is it required?)
Also of note, as per #143, the defaults of 10ms are apparently for a reason (see that ticket for the issues if user tries to set it lower than 10ms).
let's take an example of pcap file
pkt_id C/S side description 0 C SYN 1 S SYN-ACK 2 C ACK 3 C GET
RTT is used as delay between packets 0-1, 1-2 IPG is used as delay betwean packets 2-3
Yes thank you - that is confirmation that I understand it correctly (but only after experimentation)
Let's please re-open this issue/ticket; there are issues to fix here.
pcap_ipg
to true.understood. will reopen
On Tue, Oct 2, 2018 at 3:54 PM Matt Callaghan notifications@github.com wrote:
Please re-open, there are issues to fix here.
User should not be required to supply rtt/ipg if they've set pcap_ipg to true.
Plus there's a lot of template/docs things to fix/improve here.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/cisco-system-traffic-generator/trex-core/issues/137#issuecomment-426262182, or mute the thread https://github.com/notifications/unsubscribe-auth/AMbjvQcOwLfb1X-WeQ2dlBocLIOOKnmiks5ug2H9gaJpZM4V-jr4 .
-- Hanoh Sent from my iPhone
As per: https://trex-tgn.cisco.com/trex/doc/trex_manual.html#_global_traffic_yaml_section
and, https://trex-tgn.cisco.com/trex/doc/trex_manual.html#_per_template_section
-- My confusion lies in the traffic profiles shipped by default. Why do many of them explicitly say
cap_ipg true
, and then proceed to have the SAME values in all template definitions? example:In summary:
rtt
need to be set to the same value asipg
in the template section? (what does it do)