How can I knows packet send per seconds?

Options
Hello, I have a question as the title says: How can I knows packet send per second?
- How can I know data sending too often
- How can I know sending data is too big
- Can I know observing component's data send rate and size
- Can I know RPC's call/send frequency and size

Comments

  • Attach PhotonStatsGui script to one of the gameobject. this will create a GUI interface while game is running. click on traffic toggle to see all the required information about the data transfer.
  • Insthync
    Options
    Oh, thank you, but it seems like it is missing average packet in-out stats :P, I will implement it by myself.