From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2.unina.it (smtp2.unina.it [192.132.34.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 9FE03201A7A for ; Wed, 27 Apr 2011 03:25:29 -0700 (PDT) Received: from mail-qy0-f178.google.com (mail-qy0-f178.google.com [209.85.216.178]) (authenticated bits=0) by smtp2.unina.it (8.14.4/8.14.4) with ESMTP id p3RAQ4dp006084 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 27 Apr 2011 12:26:05 +0200 Received: by qyk2 with SMTP id 2so925381qyk.16 for ; Wed, 27 Apr 2011 03:26:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.114.200 with SMTP id f8mr1548661qcq.68.1303899963773; Wed, 27 Apr 2011 03:26:03 -0700 (PDT) Received: by 10.229.98.144 with HTTP; Wed, 27 Apr 2011 03:26:03 -0700 (PDT) In-Reply-To: References: <4DB73621.5000401@gatech.edu> <4DB7374C.80302@gatech.edu> Date: Wed, 27 Apr 2011 12:26:03 +0200 Message-ID: From: Walter de Donato To: Dave Taht Content-Type: multipart/alternative; boundary=00235429d6b829d33504a1e3de80 Cc: "bismark-devel@lists.bufferbloat.net" Subject: Re: [Bismark-devel] bismark-active X-BeenThere: bismark-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: BISMark related software development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 10:25:30 -0000 --00235429d6b829d33504a1e3de80 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If we want to have both automatically generated and human-friendly names, we can give us the possibility to set an Alias for each of them. Storing the ID as a number (or postgres MAC type) may significantly increas= e the query processing speed, then using a prefix may not be necessary anymore. -Walter 2011/4/26 Dave Taht > If you are committed to postgres, postgres has a native mac type. > > http://www.postgresql.org/docs/8.0/static/datatype-net-types.html > > > On Tue, Apr 26, 2011 at 3:21 PM, Srikanth Sundaresan > wrote: > > I think eventually we will go with that. The only thing I don't like > > about that is it's hard to remember whose is which. :) > > > > > > On 04/26/2011 05:18 PM, Poole, Brian wrote: > >> We can add auto-device naming if we decide on the convention to use. I > had the MAC address (based on eth0) one mocked up before. Shall we just g= o > with that? ? > >> > >> Brian > >> ________________________________________ > >> From: bismark-devel-bounces@lists.bufferbloat.net [ > bismark-devel-bounces@lists.bufferbloat.net] on behalf of Srikanth > Sundaresan [srikanth@gatech.edu] > >> Sent: Tuesday, April 26, 2011 5:16 PM > >> To: bismark-devel@lists.bufferbloat.net > >> Subject: [Bismark-devel] bismark-active > >> > >> bismark-mgmt seems to work. It needs some more testing, and there's al= so > >> a manual component (naming the device), but it seems to be in good > shape. > >> > >> To start testing bismark-active, we need the following scripts: > >> > >> bismark-measure-active > >> bismark-tr > >> bismark-rtr > >> bismark-ping > >> bismark-netperf > >> bismark-netperf-thread > >> bismark-dns > >> bismark-ditg > >> bismark-sp > >> > >> The binaries: > >> shaperprobe > >> ITGRecv > >> ITGSend > >> ITGDec > >> > >> packages: > >> gnu-time > >> bind-host > >> curl(preferable, but not necessary) > >> > >> - Srikanth > >> _______________________________________________ > >> Bismark-devel mailing list > >> Bismark-devel@lists.bufferbloat.net > >> https://lists.bufferbloat.net/listinfo/bismark-devel > > _______________________________________________ > > Bismark-devel mailing list > > Bismark-devel@lists.bufferbloat.net > > https://lists.bufferbloat.net/listinfo/bismark-devel > > > > > > -- > Dave T=E4ht > SKYPE: davetaht > US Tel: 1-239-829-5608 > http://the-edge.blogspot.com > _______________________________________________ > Bismark-devel mailing list > Bismark-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/bismark-devel > > --=20 Walter de Donato, PhD Student Dipartimento di Informatica e Sistemistica Universit=E0 degli Studi di Napoli "Federico II" Via Claudio 21 -- 80125 Napoli (Italy) Phone: +39 081 76 83821 - Fax: +39 081 76 83816 Email: walter.dedonato@unina.it WWW: http://wpage.unina.it/walter.dedonato --00235429d6b829d33504a1e3de80 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If we want to have both automatically generated and human-friendly names,= =A0
we can give us the possibility to set an Alias for each of them.
Storing the ID as a number (or postgres MAC type) may significantly= increase the query=A0
processing speed, then using a prefix may not be necessary anymore.

-Walter

2011/4/26 = Dave Taht <dave= .taht@gmail.com>
If you are committed to postgres, postgres = has a native mac type.

http://www.postgresql.org/docs/8.0/static/datatype-net= -types.html


On Tue, Apr 26, 2011 at 3:21 PM, Srikanth Sundaresan
<srikanth@gatech.edu> wrot= e:
> I think eventually we will go with that. The only thing I don't li= ke
> about that is it's hard to remember whose is which. :)
>
>
> On 04/26/2011 05:18 PM, Poole, Brian wrote:
>> We can add auto-device naming if we decide on the convention to us= e. I had the MAC address (based on eth0) one mocked up before. Shall we jus= t go with that? <whatever-the-prefix-was><full-mac-address-minus-t= he-colons> ?
>>
>> Brian
>> ________________________________________
>> From: bismark-devel-bounces@lists.bufferbloat.net [bismark-devel-bounces@lists.bufferb= loat.net] on behalf of Srikanth Sundaresan [srikanth@gatech.edu]
>> Sent: Tuesday, April 26, 2011 5:16 PM
>> To: bismark= -devel@lists.bufferbloat.net
>> Subject: [Bismark-devel] bismark-active
>>
>> bismark-mgmt seems to work. It needs some more testing, and there&= #39;s also
>> a manual component (naming the device), but it seems to be in good= shape.
>>
>> To start testing bismark-active, we need the following scripts: >>
>> bismark-measure-active
>> bismark-tr
>> bismark-rtr
>> bismark-ping
>> bismark-netperf
>> bismark-netperf-thread
>> bismark-dns
>> bismark-ditg
>> bismark-sp
>>
>> The binaries:
>> shaperprobe
>> ITGRecv
>> ITGSend
>> ITGDec
>>
>> packages:
>> gnu-time
>> bind-host
>> curl(preferable, but not necessary)
>>
>> - Srikanth
>> _______________________________________________
>> Bismark-devel mailing list
>> Bismark-dev= el@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/bismark-devel > _______________________________________________
> Bismark-devel mailing list
> Bismark-devel@l= ists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/bismark-devel
>



--
Dave T=E4ht
SKYPE: davetaht
US Tel: 1-239-829-5608
http://the-edge.= blogspot.com
__________________________________= _____________
Bismark-devel mailing list
Bismark-devel@lists.= bufferbloat.net
https://lists.bufferbloat.net/listinfo/bismark-devel




--
Walter de D= onato, PhD Student
Dipartimento di Informatica e Sistemistica
Univers= it=E0=A0 degli Studi di Napoli "Federico II"
Via Claudio 21 --= 80125 Napoli (Italy)
Phone: +39 081 76 83821 - Fax: +39 081 76 83816
Email: walter.dedonato@unina.itWWW: = http://wpage.unina.it/walter.dedonato

--00235429d6b829d33504a1e3de80--