mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-02 13:10:45 +01:00
Page:
Channel usage statistics
Pages
Audio filters in MP3 outputs
CTCSS
Changing PID file location
Channel usage statistics
Configuration essentials
Configuring Icecast outputs
Configuring MiriSDR devices
Configuring PulseAudio outputs
Configuring PulseAudio server
Configuring RTLSDR devices
Configuring SoapySDR devices
Configuring UDP outputs
Configuring channels for multichannel mode
Configuring channels for scan mode
Configuring file outputs
Configuring mixers
Configuring optional features
Configuring rawfile outputs
Disabling configuration sections
General configuration file structure
Grammar basics
Home
Icecast metadata updates in scan mode
Installation
Limiting channel bandwidth
Logging activity of scanned frequencies
Manual squelch setting
Multithreaded operation
NFM deemphasis
Notch filter
Running
Setting up your own Icecast server
Troubleshooting
Tweaking sampling rate and FFT size
5
Channel usage statistics
Tomasz Lemiech edited this page 2021-10-18 23:47:23 +02:00
RTLSDR-Airband can optionally produce channel utilization statistics. The following metrics are currently supported:
- activity counter (for each frequency) - indicate the amount of time the frequency has been busy. This is measured as the number of loops in the output thread during which the frequency was active.
- noise floor (for each frequency) - as displayed in the textual waterfalls.
- sample buffer overflow counter (for each device) - incremented every time the sample buffer of a particular was not drained quickly enough. Non-zero values may indicate insufficient CPU power.
Use stats_filepath global option to enable this feature:
stats_filepath = "/var/tmp/rtl_airband_stats.txt";
The file is updated (rewritten) every 15 seconds. The format is meant to be ingested by Prometheus and is described here.
- Overview
- Installation
- Configuration essentials
- Grammar basics
- General configuration file structure
- Configuring devices
- Configuring channels
- Configuring outputs
- Configuring optional features
- Disabling configuration sections
- Changing PID file location
- Manual squelch setting
- CTCSS
- NFM deemphasis
- Audio filters in MP3 outputs
- Notch filter
- Limiting channel bandwidth
- Icecast metadata updates in scan mode
- Logging activity of scanned frequencies
- Channel usage statistics
- Tweaking sampling rate and FFT size
- Mixers
- Multithreaded operation
- Running
- Troubleshooting
- Configuring auxiliary software to work with RTLSDR-Airband