Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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