Latest git has missing DSL statistics on LUCI

Hello I just compiled openwrt for the nth time and noticed the new ui where the dsl stats are missing.here is a pic before and after


The output of ubus call dsl metrics

root@OpenWrt:~# ubus call dsl metrics
{
        "api_version": "4.17.18.6",
        "firmware_version": "5.9.1.4.0.7",
        "chipset": "Lantiq-VRX200",
        "driver_version": "1.5.17.6",
        "state": "Showtime with TC-Layer sync",
        "state_num": 7,
        "up": true,
        "uptime": 464,
        "atu_c": {
                "vendor_id": [
                        181,
                        0,
                        66,
                        68,
                        67,
                        77,
                        178,
                        30
                ],
                "vendor": "Broadcom 178.30",
                "system_vendor_id": [
                        181,
                        0,
                        66,
                        68,
                        67,
                        77,
                        0,
                        0
                ],
                "system_vendor": "Broadcom",
                "version": [
                        49,
                        57,
                        46,
                        48,
                        46,
                        51,
                        57,
                        46,
                        49,
                        32,
                        86,
                        69,
                        95,
                        49,
                        49,
                        95
                ],
                "serial": [
                        65,
                        65,
                        49,
                        57,
                        52,
                        54,
                        70,
                        83,
                        48,
                        56,
                        80,
                        45,
                        48,
                        49,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0
                ]
        },
        "power_state": "L0 - Synchronized",
        "power_state_num": 0,
        "xtse": [
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                2
        ],
        "annex": "B",
        "standard": "G.993.2",
        "profile": "17a",
        "mode": "G.993.2 (VDSL2, Profile 17a, with down- and upstream vectoring)",
        "upstream": {
                "vector": true,
                "trellis": true,
                "bitswap": true,
                "retx": true,
                "virtual_noise": false,
                "ra_mode": "Dynamic",
                "ra_mode_num": 2,
                "interleave_delay": 0,
                "inp": 43.000000,
                "data_rate": 11000000,
                "latn": 7.700000,
                "satn": 7.600000,
                "snr": 31.200000,
                "actatp": 11.900000,
                "attndr": 55143000,
                "mineftr": 10997000
        },
        "downstream": {
                "vector": true,
                "trellis": true,
                "bitswap": true,
                "retx": true,
                "virtual_noise": false,
                "ra_mode": "Dynamic",
                "ra_mode_num": 2,
                "interleave_delay": 150,
                "inp": 41.000000,
                "data_rate": 109996000,
                "latn": 8.800000,
                "satn": 8.800000,
                "snr": 12.800000,
                "actatp": 0.800000,
                "attndr": 123404288,
                "mineftr": 109996000
        },
        "olr": {
                "downstream": {
                        "bitswap": {
                                "requested": 14,
                                "executed": 4,
                                "rejected": 3,
                                "timeout": 0
                        },
                        "sra": {
                                "requested": 0,
                                "executed": 0,
                                "rejected": 0,
                                "timeout": 0
                        },
                        "sos": {
                                "requested": 0,
                                "executed": 0,
                                "rejected": 0,
                                "timeout": 0
                        }
                },
                "upstream": {
                        "bitswap": {
                                "requested": 48,
                                "executed": 24,
                                "rejected": 0,
                                "timeout": 0
                        },
                        "sra": {
                                "requested": 0,
                                "executed": 0,
                                "rejected": 0,
                                "timeout": 0
                        },
                        "sos": {
                                "requested": 0,
                                "executed": 0,
                                "rejected": 0,
                                "timeout": 0
                        }
                }
        },
        "errors": {
                "near": {
                        "es": 0,
                        "ses": 0,
                        "loss": 0,
                        "uas": 244,
                        "lofs": 0,
                        "fecs": 0,
                        "leftrs": 0,
                        "cv_c": 0,
                        "fec_c": 0,
                        "hec": 0,
                        "ibe": 0,
                        "crc_p": 0,
                        "crcp_p": 0,
                        "cv_p": 0,
                        "cvp_p": 0,
                        "rx_corrupted": 0,
                        "rx_uncorrected_protected": 0,
                        "rx_retransmitted": 0,
                        "rx_corrected": 0,
                        "tx_retransmitted": 0
                },
                "far": {
                        "es": 1,
                        "ses": 0,
                        "loss": 0,
                        "uas": 244,
                        "lofs": 0,
                        "fecs": 0,
                        "leftrs": 35,
                        "cv_c": 17,
                        "fec_c": 0,
                        "hec": 0,
                        "ibe": 0,
                        "crc_p": 0,
                        "crcp_p": 0,
                        "cv_p": 0,
                        "cvp_p": 0,
                        "rx_corrupted": 62443,
                        "rx_uncorrected_protected": 62443,
                        "rx_retransmitted": 0,
                        "rx_corrected": 0,
                        "tx_retransmitted": 55832
                }
        },
        "erb": {
                "sent": 1559,
                "discarded": 0
        }
}
root@OpenWrt:~#

The statistics page has been moved to Status -> DSL Status a few months ago.

1 Like

As already mentioned by @andyboeh, the data has just been moved. You'll need the package luci-mod-dsl for that menu entry to show up, though.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.