Code: Select all
/data/bitcoind # du -m --max-depth=1
1129 ./chainstate
1 ./database
56278 ./blocks
57413 .
Code: Select all
bitcoin-cli getnettotals
{
"totalbytesrecv" : 1631591412,
"totalbytessent" : 957773612,
"timemillis" : 1445395189640
}
Code: Select all
Usage kB/s: 19 kB/s (recv), 386 kB/s (sent). 1:19
Cumulative: 31368 MB (recv), 282837 MB (sent). 1:9
Peers : 61 in, 8 out. 1:7
Mempool : 9936 items, 110 MB.
You're welcome. I was not quite satisfied myself yet with the comparison between a node that accepts inbound connections as compared to a node that only has outbound connections. So I compared my local node (on a painfully slow internet line) to my remote data center-hosted server. These are the statistics of the last 60 minutes:Thanks for the info, yes it does help
Code: Select all
Usage kB/s: 4 kB/s (recv), 0 kB/s (sent). 1:0
Cumulative: 47 MB (recv), 19 MB (sent). 60 min. 1:0
Reported : 178 MB (recv), 67 MB (sent). 1:0
Peers : 0 in, 3 out. 1:0
Mempool : 9468 items, 108 MB.
Code: Select all
Usage kB/s: 9 kB/s (recv), 46 kB/s (sent). 1:4
Cumulative: 123 MB (recv), 798 MB (sent). 60 min. 1:6
Reported : 35036 MB (recv), 318571 MB (sent). 1:9
Peers : 55 in, 8 out. 1:6
Mempool : 10000 items, 122 MB.
Code: Select all
== Network ==
addnode "node" "add|remove|onetry"
getaddednodeinfo dns ( "node" )
getconnectioncount
getnettotals
getnetworkinfo
getpeerinfo
gettrafficshaping <===
ping
settrafficshaping "send|receive" "burstKB" "averageKB" <===
Code: Select all
bitcoin-cli settrafficshaping send 10 10
Code: Select all
bitcoin-cli settrafficshaping receive 10 10
Code: Select all
bitcoin-cli gettrafficshaping
{
"sendburst" : 10,
"send" : 10,
"receiveburst" : 10,
"receive" : 10
}
Return to “Bitcoin Discussion”
Users browsing this forum: No registered users and 3 guests