Scroll to navigation

HCITOP(1) General Commands Manual HCITOP(1)

NAME

hcitop - a simple dynamic view of HCI activity

SYNOPSIS

hcitop [OPTION]...

DESCRIPTION

hcitop provides a dynamic real-time view of activity statistics for each HCI interface. The view is refreshed at regular intervals, and also on demand by pressing a key. To quit the program press the 'q' key, or use Ctrl-C.

OPTIONS

Output a usage message and exit.
Output the version number and exit.
Set the interval at which the statistics are refreshed. SEC is a number of seconds and may include a decimal point or exponent.

COLUMNS

The HCI name ("hci0", etc.).
The bus name ("UART", "USB", etc.).
The Bluetooth device address.
Status flags of the HCI. See FLAGS below.
Total amount of data received since the HCI was last brought up.
Total amount of data transmitted since the HCI was last brought up.
Average rate of reception during the last refresh interval.
Average rate of transmission during the last refresh interval.

FLAGS

An array of flag characters indicating the current status of the HCI. The flags are shown in the following order. The indicated letter appears when that flag is "TRUE", a blank is shown when the flag is "FALSE".

The interface is "Up".
The interface is initializing.
The interface is running.
Page scan is enabled.
Inquiry scan is enabled.
Authentication is enabled.
Encryption is enabled.
The interface is currently inquiring (scanning) remote devices.
Raw mode is enabled.

COPYRIGHT

Copyright (c) 2016-2023 Arkadiusz Bokowy.

The bluez-alsa project is licensed under the terms of the MIT license.

SEE ALSO

btmon(1), hciconfig(1), hcitool(1)


July 2023 BlueALSA v4.3.1