Re: How to measure data transfer between data centers?

2013-12-08 Thread Hobin Yoon
I had the same requirement and modified iptraf to log traffic every second. https://github.com/hobinyoon/iptraf-3.0.0.git Hobin On Thu, Dec 5, 2013 at 2:17 AM, Jason Wee wrote: > Hi, > > Will it be simpler to just measure the network interface of the node > instead? > > /Jason > > > On Thu, D

Re: How to measure data transfer between data centers?

2013-12-04 Thread Jason Wee
Hi, Will it be simpler to just measure the network interface of the node instead? /Jason On Thu, Dec 5, 2013 at 10:57 AM, Jacob Rhoden wrote: > > > http://unix.stackexchange.com/questions/41765/traffic-stats-per-network-port > > __ > Sent from iPhone > > On 5 Dec 2

Re: How to measure data transfer between data centers?

2013-12-04 Thread Jacob Rhoden
http://unix.stackexchange.com/questions/41765/traffic-stats-per-network-port __ Sent from iPhone > On 5 Dec 2013, at 5:44 am, Tom van den Berge wrote: > > Hi Chris, > > I think streaming is used for repair tasks, bulk loading and that kind of > things, but not for

Re: How to measure data transfer between data centers?

2013-12-04 Thread Tom van den Berge
Hi Chris, I think streaming is used for repair tasks, bulk loading and that kind of things, but not for regular replication traffic. I think you're right that I should look into network tools. I don't think cassandra can supply this information. Thanks, Tom On Wed, Dec 4, 2013 at 6:08 PM, Chri

Re: How to measure data transfer between data centers?

2013-12-04 Thread Chris Burroughs
https://wiki.apache.org/cassandra/Metrics has per node Streaming metrics that include total bytes/in out. That is only a small bit of what you want though. For total DC bandwidth it might be more straightforward to measure this at the router/switch/fancy-network-gear level. On 12/03/2013 06

How to measure data transfer between data centers?

2013-12-03 Thread Tom van den Berge
Is there a way to know how much data is transferred between two nodes, or more specifically, between two data centers? I'm especially interested in how much data is being replicated from one data center to another, to know how much of the available bandwidth is used. Thanks, Tom