cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Data size measurement

JK_9972794
1-Newbie

Data size measurement

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.

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:JK_9972794)

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

View solution in original post

1 REPLY 1
slangley
23-Emerald II
(To:JK_9972794)

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

Top Tags