$python3 bandwidth.py 500 MiB
Traceback (most recent call last):
File "bandwidth.py", line 57, in
main()
File "bandwidth.py", line 54, in main
monitor(limit, unit)
File "bandwidth.py", line 29, in monitor
if unit==l[5] and limit<l[4]:
IndexError: list index out of range