Skip to content

Add /mon/nsfrb/timing and /mon/nsfrb/packets to influx/grafana #320

Description

@mbsherma

I'd like to add two keys to Influx/Grafana for the nsfrb search pipeline. If possible, it'd be most convenient to have these on a new grafana dashboard, but if that's not possible I understand. The keys will be formatted as below:

  • /mon/nsfrb/timing: {0: {
    image_time: float,
    tx_time: float,
    ISOT: str},
    ...
    15: {
    image_time: float,
    tx_time: float,
    ISOT: str},
    search_time: float}

  • /mon/nsfrb/packets: {dropped: int}

For /mon/nsfrb/timing, there's a separate key for each correlator node (0 to 15) which points to a dictionary with the time required for imaging and transmitting fast visibility data and the timestamp. The other key is the time for searching, which will just be one value for the full bandwidth.

For /mon/nsfrb/packets, the only key is `dropped' which reports the number of dropped packets as an integer between 0 - 16.

Let me know if more info is needed; the realtime system isn't deployed yet, but I'm working on benchmarking tests, so it'd be helpful to view these on grafana. Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions