How much traffic does orchestrator interact with the robot?

when I use orchestrator controll the robot to do some job(like run a project or schedules).
I wander how much flow(discharge/ like this ?KB/?MB per min) is consumed?
Or how can I monitor it?
Thanks

I wonder how much data will they coast.

Hi @jmy

Keep in mind the exact amount of data that is being exchanged depends strongly on the process that is being automated:

# Scenario Packet size (Bytes)
1 Size (min and max) of a packet when robot sends heartbeat to Orchestrator (every 30 seconds) 200 - 350
2 Size of a packet when robot calls Log Message with a 50 alphanumeric characters message 350 - 400
3 Size of a message sent by robot when it executes “Get Queue Item” 300 - 350
4 Size of a packet that Orchestrator sends back to the robot in response to Get Queue Item, if we consider that the queue item has one single field of type text of 50 characters 350 - 400
5 Size of a packet when Orchestrator sends the Start command 300 - 350
6 Size of a packet when Robot asks for Credentials in response to a Start command 300 - 350
7 Size of a packet when Orchestrator sends the Credentials back to the robot 350 - 450
8 Size of a packet when Orchestrator sends the Stop command 300 - 350 (per Robot)
9 Size of a packet when Robot uses Get Asset 300 - 350
10 Size of a packet that Orchestrator sends back in response to Get Asset, if we consider that the asset is of type text and has 50 characters 350 - 400
2 Likes

Thanks ,
but I think the orchestrator send .nupkg package to robot will cost more.
how much data will they coast.

This can be figured out really easily, as it will basically be the size of the particular project. You can check how big the package is by exporting to a local folder first :slight_smile:

Thank you very much
Best wishes to you