[bisq-network/bisq] [WIP] Bundle messages at broadcast (#4436)

chimp1984 notifications at github.com
Sat Aug 29 18:42:39 UTC 2020


@Emzy did run the PR for 6 hours to get some log data and observe if all is ok.

Below the results of logs from PR version versus old version (using the PR with better logging).
It confirms that sent messages are much lower as well as pings. 

I would suggest that @Emzy starts to use that PR on one seed for an extended test before we merge it. 

current verison:
time period: 21 std
Bytes sent: 2385 MB; 113 MB/hour
Bytes received: 2636 MB; 125 MB/hour
Number of sent messages/Sent messages: 691509;  9,14 msg/sec; top: RefreshOfferMessage=552571,  AddDataMessage=110788, Pong=58603
Number of received messages/Received messages: 1810464; 23,94 msg/sec


new version:
time period: 6 std
Bytes sent: 884 MB; 147 MB / hour
Bytes received: 920 MB; 153 MB / hour
Number of sent messages/Sent messages: 48861; 2,26 msg/sec; top: BundleOfEnvelopes=28393, RefreshOfferMessage=6507, AddDataMessage=1899, Pong=10752
Number of received messages/Received messages: 478111; 22,13 msg/sec

current verison:
Aug-28 18:14:25.263 [SeedNodeMain] INFO  b.n.p.n.Statistic: Network statistics:
totalSentBytes: 21831.76953125 kb;
numTotalSentMessages/totalSentMessages: 29 / {PreliminaryGetDataRequest=3, GetDataResponse=1, GetUpdatedDataRequest=3, GetPeersRequest=8, Pong=1, BundleOfEnvelopes=15};
numTotalSentMessagesLastSec/totalSentMessagesPerSec: 2 / {PreliminaryGetDataRequest=0, GetDataResponse=0, GetUpdatedDataRequest=0, GetPeersRequest=0, Pong=0, BundleOfEnvelopes=2};
totalReceivedBytes: 14509.162109375 kb
numTotalReceivedMessages/totalReceivedMessages: 49 / {PreliminaryGetDataRequest=1, AddDataMessage=14, Ping=1, GetPeersResponse=6, GetDataResponse=4, RefreshOfferMessage=24};
numTotalReceivedMessagesLastSec/totalReceivedMessagesPerSec: 11 / {PreliminaryGetDataRequest=0, AddDataMessage=4, Ping=0, GetPeersResponse=0, GetDataResponse=1, RefreshOfferMessage=6}; 

new version:
Aug-29 00:45:42.564 [SeedNodeMain] INFO  b.n.p.n.Statistic: Network statistics:
totalSentBytes: 906362.5458984375 kb;
numTotalSentMessages/totalSentMessages: 48890 / {PreliminaryGetDataRequest=3, NewDaoStateHashMessage=156, GetProposalStateHashesRequest=5, RefreshOfferMessage=6507, GetProposalStateHashesResponse=100, RemoveDataMessage=186, GetPeersRequest=61, GetBlindVoteStateHashesResponse=98, BundleOfEnvelopes=28393, AddDataMessage=1899, GetDaoStateHashesRequest=5, GetDaoStateHashesResponse=109, GetBlindVoteStateHashesRequest=5, AddPersistableNetworkPayloadMessage=66, GetPeersResponse=27, Ping=25, GetDataResponse=247, CloseConnectionMessage=37, NewBlockBroadcastMessage=102, GetUpdatedDataRequest=3, RemoveMailboxDataMessage=19, Pong=10752, GetBlocksResponse=85};
totalReceivedBytes: 935125.5732421875 kb
numTotalReceivedMessages/totalReceivedMessages: 478160 / {PreliminaryGetDataRequest=138, NewDaoStateHashMessage=1289, GetBlocksRequest=89, GetProposalStateHashesRequest=42, RefreshOfferMessage=373842, GetProposalStateHashesResponse=5, RemoveDataMessage=4425, GetPeersRequest=41, GetBlindVoteStateHashesResponse=5, BundleOfEnvelopes=3825, AddDataMessage=79920, GetDaoStateHashesRequest=107, GetDaoStateHashesResponse=5, AddPersistableNetworkPayloadMessage=1454, GetBlindVoteStateHashesRequest=41, Ping=10730, GetPeersResponse=61, GetDataResponse=6, CloseConnectionMessage=99, NewBlockBroadcastMessage=955, GetUpdatedDataRequest=116, RemoveMailboxDataMessage=984, Pong=20};


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4436#issuecomment-683328105
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200829/482ca0a9/attachment.html>


More information about the bisq-github mailing list