TCPクライアントサーバー通信があります。文字列を送信していますが、パッケージのサイズを測定したいのですが、どうすればよいですか?
私の場合、sys.getsizeofは適切ではありません。
getsizeof() calls the object’s __sizeof__ method and adds an additional garbage collector
overhead if the object is managed by the garbage collector.
1文字、2バイトまたは4バイトのサイズはどれくらいですか?この場合、私は単純にとして測定することができますmsg_size = x * len(msg)
が、何バイトかわかりませんx