Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aguinet/usbtop

usbtop is a top-like utility that shows an estimated instantaneous bandwidth on USB buses and devices.
https://github.com/aguinet/usbtop

Last synced: about 6 hours ago
JSON representation

usbtop is a top-like utility that shows an estimated instantaneous bandwidth on USB buses and devices.

Awesome Lists containing this project

README

        

usbtop
======

usbtop is a top-like utility that shows an estimated instantaneous bandwidth on
USB buses and devices.

Project status
--------------

Current stable release is 1.0 (tag release-1.0).

The project is stable and has been tested on debian systems. It should work on all different flavors of Linux though.
Do not hesitate to report any issue you would have while trying to compile and run usbtop.

A ncurses and Qt interfaces with a Windows port are the next steps. Feel free to contribute :)

Usage
-----

Please refer to the ```INSTALL.md``` file for installation instructions.
Then, you need to have the ```usbmon``` module loaded. As root, do :

```
# modprobe usbmon
```

Moreover, on some distributions, usbtop need to be run as root!