Skip to main content
1-Visitor
December 1, 2022
Solved

Data size measurement

  • December 1, 2022
  • 1 reply
  • 1261 views

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.

Best answer by slangley

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

1 reply

slangleyCommunity ManagerAnswer
Community Manager
December 9, 2022

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