How to calculate/validate captured data size on Wireshark
问题 I want to monitor data size transferred into and out of my database. I'm using a Java client application & Firebird v2.5 database. Both are deployed locally on one machine. It turns out that Firebird does not provide any monitoring variable like "Bytes_received" or "Bytes_sent" that are available in MySQL. as discussed in Is there any way to monitor the size of data transfer In/Out of database So I set up some tools to capture the local traffic and analyse it. WireShark - to analyse the