speedometer icon indicating copy to clipboard operation
speedometer copied to clipboard

Chart network TX/RX and file download rates on the console

Results 21 speedometer issues
Sort by recently updated
recently updated
newest added

https://github.com/wardi/speedometer/blob/890df21b3a041a3ccb1594a68f913e03cf264955/speedometer.py#L943 ``` new_out = new_out + value + suf ~~~~~~~~^~~~~~~ TypeError: can only concatenate str (not "int") to str ``` Can be fixed by doing: `new_out = new_out + str(value)...

Hello everyone, I get this error after upgrading from urwid 2.3.4 to 2.4.4 Traceback (most recent call last): File "/usr/bin/speedometer.py", line 4, in __import__('pkg_resources').run_script('Speedometer==2.9', 'speedometer.py') File "/usr/lib64/python3.9/site-packages/pkg_resources/__init__.py", line 651, in...

When I run, e.g. $(speedometer -r wlan0), there are three speed numbers displayed in a row. I cannot for the life of me figure out what each one means. I...

Python 3.7 is reached EOL several months ago, Python 3.6 is reached EOL > 1 year ago. * Use actual `setuptools` packaging (PEP 517) * Use `python_requires` and `setup_requires` to...

There doesn't seem to be a way to use the Urwid-based graphs on the Linux console, even though Urwid supports sticking to the console-friendly set (by not setting smooth in...

When it comes to colors, each system may use different colors. I want to know the meanings of three speeds of rx/tx values

https://github.com/Xfennec/progress grabs information from /proc to automatically show progress of common commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.). Would be a great feature for speedometer too.

It would be great to be able to horizontally scroll through the recent past; alternatively, it would be great to be able to point speedometer at a "history" file to...

I am an experienced Python developer and I would like to help. I'm not sure how much time I could dedicate to maintenance, but this seems like a very mature...