Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi.
I am currently working on a small embedded system that sends data to thingworx via MQTT protocol. I would like to do some measurements and see what amount of data is actually coming into thingworx. Is it possible to find out the size of the data on thingworx?
Thanks.
Solved! Go to Solution.
Hi @JK_9972794.
Check out the Services in the Utilization subsystem. You will find services such as GetEntityServiceStatistics, GetEntityStatistics, etc. You may want to run ResetStatistics or ResetEntityStatistics before running the "Get" services.
Have you also checked from the MQTT broker side that may provide the information you're looking for.
Regards.
--Sharon
Hi @JK_9972794.
Check out the Services in the Utilization subsystem. You will find services such as GetEntityServiceStatistics, GetEntityStatistics, etc. You may want to run ResetStatistics or ResetEntityStatistics before running the "Get" services.
Have you also checked from the MQTT broker side that may provide the information you're looking for.
Regards.
--Sharon