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
Queries:
1.Are we doing round-off on the throughput (rx-pps-max/tx-pps-max ) values?
2.Is there a way we can print exact value with floating value (85.62)
3.Here rx-pps/tx-pps is avg throughput?
4.can we display rx-pps-min/tx-pps-min as well ?( currently only 2 values shown)
rsys-mponnusa
changed the title
bngblaster report.json throughput (tx/rx-pps) shows only while number
bngblaster report.json throughput (tx/rx-pps) shows only whole number(round-off)
Jan 22, 2025
rsys-mponnusa
changed the title
bngblaster report.json throughput (tx/rx-pps) shows only whole number(round-off)
bngblaster report.json throughput (tx/rx-pps) shows only whole (round-off) value
Jan 22, 2025
#Run command with below feature enabled
/usr/sbin/bngblaster
-C /var/bngblaster/TEST/config.json
-S /var/bngblaster/TEST/run.sock
-J /var/bngblaster/TEST/run_report.json
-j session
-j streams
-L /var/bngblaster/TEST/run.log
-l error
-l ip
-l info
-l pppoe
-P /var/bngblaster/TEST/run.pcap
1.from config.json file
Rate - 1 Mbps
Length - 1460
number of subscribers -3
throughput = config["Mbps"] * 1000000 / 8 / length = 85.61643835616438
2.repot.json file
"rx-pps": 77,
"tx-pps": 77,
"rx-pps-max": 85,
"tx-pps-max": 85,
Queries:
1.Are we doing round-off on the throughput (rx-pps-max/tx-pps-max ) values?
2.Is there a way we can print exact value with floating value (85.62)
3.Here rx-pps/tx-pps is avg throughput?
4.can we display rx-pps-min/tx-pps-min as well ?( currently only 2 values shown)
run_report.json
run.json
run.log
config.json
The text was updated successfully, but these errors were encountered: