Using grafana on VxWorks with C++

Is it possible to use grafana on a C++ VxWorks App?
How about the maximum data rate and band width?
I need ~ 10 mb/s at a 100Hz rate.
Thank you.

Is it possible to use grafana on a C++ VxWorks App?

Please give more detail about what you want to measure, and where / on what
system you want to run Grafana.

How about the maximum data rate and band width?

What do you plan to use for a data store, and will that be local to the
machine running Grafana, or remote?

I need ~ 10 mb/s at a 100Hz rate.

That combination of units makes no sense to me.

Do you wish to feed 10 megabits of data per second into Grafana (and, I
suspect, you actually mean you want to feed this into your data store), or do
you mean you wish to sample data (of what size?) at 100 times per second?

Give us more information, we might be able to advise.

Antony.

Sorry for the bad explanation :slight_smile:
I wish to run my C++ App on a VxWorks embedded CPU.
And to use on the other side (a remote PC running grafana with Windows OS connected with ethernet cable).
I wish to send data to the pc at a 100Hz rate.
The data size is about 10 mega bits per second.
let say 100Kb per cycle (10 ms).
I dont need to display all the the at once but to pick several element and watch them and record it as I wish.
Is this deployment and rate can be supported in grafana?
How is the API works on C++?
I hope the details sounds OK.

How are you going to store the data on the PC? Are you going to store it in influxdb for example so Grafana can display it from there?

I thought grafana supply the full package from communication protocol to display.
From your question I understand the grafana solution is only for display and I should connect it with a communication protocol and storage that grafana supports it?

That is how I do it, using Influxdb as the data store. There is a large choice of data stores that Grafana can work with.