Hi, all
I'd like to measure number of bytes sent(or recv'd) from my python
application. Does anyone have any idea how can I achieve this?
I tried to do this by tracing some socket calls (send, sendto, sendAll)
using 'metaclass' but I could find exactly place that I can put this in.
My appli
Jonathan Gardner wrote:
On Jan 5, 2:26 pm, Kangkook Jee wrote:
I'd like to measure number of bytes sent(or recv'd) from my python
application. Does anyone have any idea how can I achieve this?
I tried to do this by tracing some socket calls (send, sendto, sendAll)
using 'm