Traffic Monitor
Traffic Monitor helps you analyze traffic without installing anything on your device. It’s like Wireshark built into our platform and is excellent for remote debugging.
What is the Traffic Monitor?
Traffic Monitor is an Onomondo feature that captures all traffic packets to / from the device in real time.
Moreover, it helps you analyze traffic without installing anything on your device. This can prove helpful in understanding how your device communicates with the server.
How to use it
Once your device is online and transmitting data, go to the individual SIM page in the Onomondo app and open the Traffic Monitor tab.
There you will see all packets flowing through the network, as well as source / destination IPs, packet length and additional details.
The Traffic Monitor shows you a mere preview of the packets sent / received by the device. If you would like to dive deeper, you can download the traffic trace as a PCAP file and open it in Wireshark or a similar tool for further investigation.
You can also use the onomondo-live
CLI tool to access the Traffic Monitor data. This is recommended in cases where you programmatically want to capture traffic to / from a device, or if you want to do so over a longer period of time. You can read more about how to use the onomondo-live
CLI tool in the following link.
Last updated
Was this helpful?