确定通过网络发送的对象的大小
我试图计算出通过 TCP 发送到我的应用程序的对象的大小。不幸的是,有一个第三方工具正在接收数据,然后通过回调向我的应用程序传递一个对象。
是否有Solaris 提供的工具可以帮助我确定这些消息的字节?
或者,我可以在该应用程序的测试 Windows 版本上执行此操作。
I am trying to figure out the size of an object that is sent to my application via TCP. Unfortunately there is a third party tool that is receiving data and then handing my application an object through a callback.
Is there a tool provided with solaris that would help me determine the bytes of these messages?
Alternatively I could do it on a test windows version of the app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用网络分析器(例如 Wireshark)来查看 TCP 流量。
如果我误解了你的问题,请道歉。
You could try using a network analyzer, such as Wireshark, to look at the TCP traffic.
Apologies if I have misunderstood your question.