Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aguinet/usbtop
- Owner: aguinet
- License: bsd-3-clause
- Created: 2012-08-16T20:56:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T19:27:55.000Z (about 1 year ago)
- Last Synced: 2025-01-13T15:12:02.719Z (8 days ago)
- Language: C++
- Size: 648 KB
- Stars: 283
- Watchers: 20
- Forks: 45
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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!