-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I was trying to install NetMeter on 2 of my VM's
When running the program it seems to always crash when it starts to parse the data. Any Idea what the solution might be?
Parsing results...
Traceback (most recent call last):
File "NetMeter.py", line 1010, in
testinsts.run_tests_for_streams(streams, protocols)
File "NetMeter.py", line 984, in run_tests_for_streams
self.run_tests_for_protocols(s, proto_list)
File "NetMeter.py", line 979, in run_tests_for_protocols
self.export_dir)
File "NetMeter.py", line 884, in run_tests
get_iperf_data_single(init_name + '_iperf.dat', protocol, streams, repetitions)
File "NetMeter.py", line 543, in get_iperf_data_single
iperf_data = iperf_data[:,[0,2]].reshape((num_conn, iperf_data.shape[0]/num_conn, 2))
TypeError: 'float' object cannot be interpreted as an integer