You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use "E2SAR-fabric-lb-tester" and "E2SAR-U280-lb" to run a simple test where sender sends data to receiver bypassing LB using e2sar-perf .
Containerize E2SAR for running sender and receiver (Never tested the LB) Image
Run this simple 2-node e2sar-iperf sender-receiver test using k8s.
Following the instructions from Ilya:
At any rate for what you are trying to do the fabric-lb-tester notebook is fine - it sets up one sender and 3 receivers, you can just ignore 2 of the receivers. Then you can install the binary packages from the repo - there are debian packages there, you'll need to match the Ubuntu version (I think that notebook uses ubuntu-22)
I will modify this notebook to have an option to install e2sar binaries so you can do that instead of compiling from scratch
Its pretty easy - it already installs the .debs with E2SAR dependencies - you can easily modify that part of the notebook to just install the E2SAR debs themselves and call it a day. (each E2SAR release has two debs - one just dependencies, the other dependencies + E2SAR itself)
The text was updated successfully, but these errors were encountered:
I've containerized the E2SAR Image and successfully ran sender and receiver without going through LB on two FABRIC nodes.
This test is simply a container version of the following section in the notebook "E2SAR-fabric-lb-tester".
Run Tests
Run simple single-threaded performance test
Start Segmenter on Sender node and one Reassembler on Worker1 and test throughput without a real load balancer. Reassembler is told that LB header will be present and it ignores it.`
Following the instructions from Ilya:
The text was updated successfully, but these errors were encountered: