OpenC3 / cosmos

OpenC3 COSMOS
https://openc3.com
Other
110 stars 30 forks source link

Add received packets/sec and bytes/sec to CmdTlm Server display #1462

Open 321github123 opened 2 months ago

321github123 commented 2 months ago

First check out our main documentation site at https://openc3.com.

Is your feature request related to a problem? Please describe. We would like to know the rate of incoming telemetry.

Describe the solution you'd like CmdTlm displays received packet/sec and bytes/sec. The time delta between measurements can be configured through environment variable of plugin.

The packet/sec and bytes/sec can be queried through OpenC3 api. For example, we would like to raise an alert in our application code if the bytes/sec is not the expected rate.

Additional context Add any other context or screenshots about the feature request here.

jmthomas commented 2 months ago

duplicate of #965 but we weren't necessarily planning on an API for this info so I'll keep this open as well