• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H26-Feb-2019-121107

include/usbtop/H26-Feb-2019-571259

src/H03-May-2022-815454

third-party/boost/H26-Feb-2019-181,255141,043

CHANGELOGH A D26-Feb-2019311 1812

INSTALL.mdH A D26-Feb-2019748 4832

LICENSEH A D26-Feb-20191.5 KiB2822

README.mdH A D26-Feb-2019755 3018

TODOH A D26-Feb-2019303 108

README.md

1usbtop
2======
3
4usbtop is a top-like utility that shows an estimated instantaneous bandwidth on
5USB buses and devices.
6
7
8Project status
9--------------
10
11Current stable release is 1.0 (tag release-1.0).
12
13The project is stable and has been tested on debian systems. It should work on all different flavors of Linux though.
14Do not hesitate to report any issue you would have while trying to compile and run usbtop.
15
16A ncurses and Qt interfaces with a Windows port are the next steps. Feel free to contribute :)
17
18
19Usage
20-----
21
22Please refer to the ```INSTALL.md``` file for installation instructions.
23Then, you need to have the ```usbmon``` module loaded. As root, do :
24
25```
26# modprobe usbmon
27```
28
29Moreover, on some distributions, usbtop need to be run as root!
30