From sachinls@netsys.kaist.ac.kr Tue Jan 7 03:20:58 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Tue, 7 Jan 2003 12:20:58 +0900 Subject: [tg] The QOS Message-ID: <003101c2b5fb$cc5c1240$b994f88f@sachincomp> This is a multi-part message in MIME format. ------=_NextPart_000_002E_01C2B647.3BCC8E70 Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: quoted-printable Hi, Can anyone help me with the specification of the QOS fields? That is the = meaning of the fields and value range of each fields. I would really appreciate you help.. Thank you Sachin ------=_NextPart_000_002E_01C2B647.3BCC8E70 Content-Type: text/html; charset="euc-kr" Content-Transfer-Encoding: quoted-printable
Hi,
 
Can anyone help me with the = specification=20 of the QOS fields? That is the meaning of the fields and value range of = each=20 fields.
 
I would really appreciate you = help..
 
Thank you
Sachin
------=_NextPart_000_002E_01C2B647.3BCC8E70-- From sachinls@netsys.kaist.ac.kr Tue Jan 7 03:34:17 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Tue, 7 Jan 2003 12:34:17 +0900 Subject: [tg] data rate Message-ID: <003a01c2b5fd$a8e5eff0$b994f88f@sachincomp> This is a multi-part message in MIME format. ------=_NextPart_000_0037_01C2B649.18597960 Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: quoted-printable Hi, I forgot to add one more query in the last email. How can we explicitly = give the data rate for transmission. Well if there is no such provision = how are we suppose to provide data rate. Sachin ------=_NextPart_000_0037_01C2B649.18597960 Content-Type: text/html; charset="euc-kr" Content-Transfer-Encoding: quoted-printable
Hi,
 
I forgot to add one more query in the = last email.=20 How can we explicitly give the data rate for transmission. Well if there = is no=20 such provision how are we suppose to provide data rate.
 
Sachin
------=_NextPart_000_0037_01C2B649.18597960-- From b_a_denny@yahoo.com Tue Jan 7 05:47:56 2003 From: b_a_denny@yahoo.com (Barbara Denny) Date: Mon, 6 Jan 2003 21:47:56 -0800 (PST) Subject: [tg] data rate In-Reply-To: <003a01c2b5fd$a8e5eff0$b994f88f@sachincomp> Message-ID: <20030107054756.60170.qmail@web14305.mail.yahoo.com> The specification of the interarrival rate plus the packet size gives you the data rate. barbara --- sachin wrote: > Hi, > > I forgot to add one more query in the last email. > How can we explicitly give the data rate for > transmission. Well if there is no such provision how > are we suppose to provide data rate. > > Sachin > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From b_a_denny@yahoo.com Tue Jan 7 06:10:20 2003 From: b_a_denny@yahoo.com (Barbara Denny) Date: Mon, 6 Jan 2003 22:10:20 -0800 (PST) Subject: [tg] The QOS In-Reply-To: <003101c2b5fb$cc5c1240$b994f88f@sachincomp> Message-ID: <20030107061020.75549.qmail@web14310.mail.yahoo.com> As mentioned in the manual not all the QoS fields are implemented. The ones that are implemented depend on the specification, and sometimes the operating system, for what is valid. (For example, can you set the bits used for ECN if you set the qos tg field? When the code was written the old ioctl call for IP TOS was the only way to set the field and so yes you could set the ECN bits if you tried. I expect this to change but tg does not explicitly mask out those bits if the user wants to experiment with them). I suggest you look closer in the tg manual and the relevant RFCs for the answer to your questions. barbara --- sachin wrote: > Hi, > > Can anyone help me with the specification of the QOS > fields? That is the meaning of the fields and value > range of each fields. > > I would really appreciate you help.. > > Thank you > Sachin > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From pingali@ISI.EDU Tue Jan 7 06:19:24 2003 From: pingali@ISI.EDU (Venkata Pingali) Date: Mon, 6 Jan 2003 22:19:24 -0800 (PST) Subject: [tg] The QOS In-Reply-To: <003101c2b5fb$cc5c1240$b994f88f@sachincomp> Message-ID: <20030106221347.H2564-100000@e.postel.org> Hi, Only a subset of qos options are actually implemented. sndwin and rcvwin are supported. The value range is the same as that used for setsockopt with SO_SNDBUF and SO_RCVBUF. tos option is settable on solaris. Venkata On Tue, 7 Jan 2003, sachin wrote: > Hi, > > Can anyone help me with the specification of the QOS fields? That is the meaning of the fields and value range of each fields. > > I would really appreciate you help.. > > Thank you > Sachin > From sachinls@netsys.kaist.ac.kr Tue Jan 7 06:25:26 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Tue, 7 Jan 2003 15:25:26 +0900 Subject: [tg] data rate References: <20030107054756.60170.qmail@web14305.mail.yahoo.com> Message-ID: <004f01c2b615$91b59480$b994f88f@sachincomp> Thank you. Is it possible to run more than 1 TG source in a single machine. Well I have tried it here. But the sink seems to accept packets from one source and then as this source stops transmitting it goes for another source. I have realized this from the log file of the sink. Well my intention is to generate four concurrent traffic streams and feed them into IXP machine (which will be working as router) and will be using single sink. sachin ----- Original Message ----- From: "Barbara Denny" To: "sachin" ; Sent: Tuesday, January 07, 2003 2:47 PM Subject: Re: [tg] data rate > The specification of the interarrival rate plus > the packet size gives you the data rate. > > barbara > > --- sachin wrote: > > Hi, > > > > I forgot to add one more query in the last email. > > How can we explicitly give the data rate for > > transmission. Well if there is no such provision how > > are we suppose to provide data rate. > > > > Sachin > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com From pingali@ISI.EDU Tue Jan 7 07:08:38 2003 From: pingali@ISI.EDU (Venkata Pingali) Date: Mon, 6 Jan 2003 23:08:38 -0800 (PST) Subject: [tg] data rate In-Reply-To: <004f01c2b615$91b59480$b994f88f@sachincomp> Message-ID: <20030106224815.M2584-100000@e.postel.org> There is nothing fundamentally stopping one from running multiple sources provided it is within resource limits of the host. TG can accept multiple connections simultaneously. can you please send me the input tg files and the log file (or its dcat'd output) to my private email address? I will see if those files give me a hint. thanks. Venkata On Tue, 7 Jan 2003, sachin wrote: > Thank you. > > Is it possible to run more than 1 TG source in a single machine. Well I have > tried it here. But the sink seems to accept packets from one source and then > as this source stops transmitting it goes for another source. I have > realized this from the log file of the sink. > > Well my intention is to generate four concurrent traffic streams and feed > them into IXP machine (which will be working as router) and will be using > single sink. > > sachin > > ----- Original Message ----- > From: "Barbara Denny" > To: "sachin" ; > Sent: Tuesday, January 07, 2003 2:47 PM > Subject: Re: [tg] data rate > > > > The specification of the interarrival rate plus > > the packet size gives you the data rate. > > > > barbara > > > > --- sachin wrote: > > > Hi, > > > > > > I forgot to add one more query in the last email. > > > How can we explicitly give the data rate for > > > transmission. Well if there is no such provision how > > > are we suppose to provide data rate. > > > > > > Sachin > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > http://mailplus.yahoo.com > > > _______________________________________________ > tg mailing list > tg@postel.org > http://www.postel.org/mailman/listinfo/tg > From sachinls@netsys.kaist.ac.kr Tue Jan 7 07:27:32 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Tue, 7 Jan 2003 16:27:32 +0900 Subject: [tg] The QOS References: <20030106221347.H2564-100000@e.postel.org> Message-ID: <007101c2b61e$3e550ab0$b994f88f@sachincomp> Hi, I have read the documentation. Eventhough all of these QoS items are not implimented, they will be added on to the header of the packet. Am I right? So my intention is to read and process the packet based on these values. This is the reason I am looking for the specifications. Sachin ----- Original Message ----- From: "Venkata Pingali" To: "sachin" Cc: Sent: Tuesday, January 07, 2003 3:19 PM Subject: Re: [tg] The QOS > Hi, > > Only a subset of qos options are actually implemented. > > sndwin and rcvwin are supported. The value range is the same as that used > for setsockopt with SO_SNDBUF and SO_RCVBUF. tos option is settable on > solaris. > > Venkata > > > On Tue, 7 Jan 2003, sachin wrote: > > > Hi, > > > > Can anyone help me with the specification of the QOS fields? That is the meaning of the fields and value range of each fields. > > > > I would really appreciate you help.. > > > > Thank you > > Sachin > > > > > _______________________________________________ > tg mailing list > tg@postel.org > http://www.postel.org/mailman/listinfo/tg From b_a_denny@yahoo.com Tue Jan 7 07:55:06 2003 From: b_a_denny@yahoo.com (Barbara Denny) Date: Mon, 6 Jan 2003 23:55:06 -0800 (PST) Subject: [tg] The QOS In-Reply-To: <007101c2b61e$3e550ab0$b994f88f@sachincomp> Message-ID: <20030107075506.91382.qmail@web14311.mail.yahoo.com> No, they will not be "added" on to the data portion of the packet. The data portion for a UDP "connection" does get some additonal bytes beyond the size the user specifies. Four bytes get added to every packet to hold what amounts to the sequence number. barbara --- sachin wrote: > Hi, > > I have read the documentation. Eventhough all of > these QoS items are not > implimented, they will be added on to the header of > the packet. Am I right? > So my intention is to read and process the packet > based on these values. > This is the reason I am looking for the > specifications. > > Sachin > > ----- Original Message ----- > From: "Venkata Pingali" > To: "sachin" > Cc: > Sent: Tuesday, January 07, 2003 3:19 PM > Subject: Re: [tg] The QOS > > > > Hi, > > > > Only a subset of qos options are actually > implemented. > > > > sndwin and rcvwin are supported. The value range > is the same as that used > > for setsockopt with SO_SNDBUF and SO_RCVBUF. tos > option is settable on > > solaris. > > > > Venkata > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > Hi, > > > > > > Can anyone help me with the specification of the > QOS fields? That is the > meaning of the fields and value range of each > fields. > > > > > > I would really appreciate you help.. > > > > > > Thank you > > > Sachin > > > > > > > > > _______________________________________________ > > tg mailing list > > tg@postel.org > > http://www.postel.org/mailman/listinfo/tg > > > _______________________________________________ > tg mailing list > tg@postel.org > http://www.postel.org/mailman/listinfo/tg __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From sachinls@netsys.kaist.ac.kr Tue Jan 7 07:57:45 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Tue, 7 Jan 2003 16:57:45 +0900 Subject: [tg] data rate References: <20030106224815.M2584-100000@e.postel.org> Message-ID: <008201c2b622$77011c60$b994f88f@sachincomp> This is a multi-part message in MIME format. ------=_NextPart_000_007F_01C2B66D.E6731F30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Thank you, I have attached the files. The attachment contains log and well as dcat'd files. I have send log files to get further information regarding the use of gengraph.pl I have used one of the source files to get a stats.xpl (default name). I wanted to view this file with the help of gnuplot and xplot. Well these tools are installed in my windows machine. But non of these can read the file format. Can you please tell me where I went wrong. Sachin ----- Original Message ----- From: "Venkata Pingali" To: "sachin" Cc: "Barbara Denny" ; Sent: Tuesday, January 07, 2003 4:08 PM Subject: Re: [tg] data rate > > There is nothing fundamentally stopping one from running multiple sources > provided it is within resource limits of the host. TG can accept multiple > connections simultaneously. can you please send me the input tg files and > the log file (or its dcat'd output) to my private email address? I will > see if those files give me a hint. > > thanks. > Venkata > > On Tue, 7 Jan 2003, sachin wrote: > > Thank you. > > > > Is it possible to run more than 1 TG source in a single machine. Well I have > > tried it here. But the sink seems to accept packets from one source and then > > as this source stops transmitting it goes for another source. I have > > realized this from the log file of the sink. > > > > Well my intention is to generate four concurrent traffic streams and feed > > them into IXP machine (which will be working as router) and will be using > > single sink. > > > > sachin > > > > ----- Original Message ----- > > From: "Barbara Denny" > > To: "sachin" ; > > Sent: Tuesday, January 07, 2003 2:47 PM > > Subject: Re: [tg] data rate > > > > > > > The specification of the interarrival rate plus > > > the packet size gives you the data rate. > > > > > > barbara > > > > > > --- sachin wrote: > > > > Hi, > > > > > > > > I forgot to add one more query in the last email. > > > > How can we explicitly give the data rate for > > > > transmission. Well if there is no such provision how > > > > are we suppose to provide data rate. > > > > > > > > Sachin > > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > http://mailplus.yahoo.com > > > > > > _______________________________________________ > > tg mailing list > > tg@postel.org > > http://www.postel.org/mailman/listinfo/tg > > > ------=_NextPart_000_007F_01C2B66D.E6731F30 Content-Type: application/x-zip-compressed; name="test_files.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="test_files.zip" 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 AAA= ------=_NextPart_000_007F_01C2B66D.E6731F30-- From sachinls@netsys.kaist.ac.kr Tue Jan 7 11:49:44 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Tue, 7 Jan 2003 20:49:44 +0900 Subject: [tg] Regarding the many to one traffic flow References: <20030106224815.M2584-100000@e.postel.org> <008201c2b622$77011c60$b994f88f@sachincomp> Message-ID: <00a001c2b642$df824af0$b994f88f@sachincomp> Well, Thank you guys for helping out. Well I have simulated many to one traffic scenario. Its works as expected and the log file in sink machine also supports the fact. Now the problem is how can I generate files from gengraph.pl with many client files and only one source file. If I try to cross each client file with the source file then it works with an warning and i have ill feeling the file so generated is never a valid one. So please help me out in this. Sachin ----- Original Message ----- From: "sachin" To: "Venkata Pingali" Cc: "Barbara Denny" ; Sent: Tuesday, January 07, 2003 4:57 PM Subject: Re: [tg] data rate > Thank you, > > I have attached the files. The attachment contains log and well as dcat'd > files. I have send log files to get further information regarding the use of > gengraph.pl > > I have used one of the source files to get a stats.xpl (default name). I > wanted to view this file with the help of gnuplot and xplot. Well these > tools are installed in my windows machine. But non of these can read the > file format. Can you please tell me where I went wrong. > > Sachin > ----- Original Message ----- > From: "Venkata Pingali" > To: "sachin" > Cc: "Barbara Denny" ; > Sent: Tuesday, January 07, 2003 4:08 PM > Subject: Re: [tg] data rate > > > > > > There is nothing fundamentally stopping one from running multiple sources > > provided it is within resource limits of the host. TG can accept multiple > > connections simultaneously. can you please send me the input tg files and > > the log file (or its dcat'd output) to my private email address? I will > > see if those files give me a hint. > > > > thanks. > > Venkata > > > > On Tue, 7 Jan 2003, sachin wrote: > > > Thank you. > > > > > > Is it possible to run more than 1 TG source in a single machine. Well I > have > > > tried it here. But the sink seems to accept packets from one source and > then > > > as this source stops transmitting it goes for another source. I have > > > realized this from the log file of the sink. > > > > > > Well my intention is to generate four concurrent traffic streams and > feed > > > them into IXP machine (which will be working as router) and will be > using > > > single sink. > > > > > > sachin > > > > > > ----- Original Message ----- > > > From: "Barbara Denny" > > > To: "sachin" ; > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > Subject: Re: [tg] data rate > > > > > > > > > > The specification of the interarrival rate plus > > > > the packet size gives you the data rate. > > > > > > > > barbara > > > > > > > > --- sachin wrote: > > > > > Hi, > > > > > > > > > > I forgot to add one more query in the last email. > > > > > How can we explicitly give the data rate for > > > > > transmission. Well if there is no such provision how > > > > > are we suppose to provide data rate. > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do you Yahoo!? > > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > > http://mailplus.yahoo.com > > > > > > > > > _______________________________________________ > > > tg mailing list > > > tg@postel.org > > > http://www.postel.org/mailman/listinfo/tg > > > > > > From pingali@ISI.EDU Wed Jan 8 00:45:39 2003 From: pingali@ISI.EDU (Venkata Pingali) Date: Tue, 7 Jan 2003 16:45:39 -0800 (PST) Subject: [tg] Regarding the many to one traffic flow In-Reply-To: <00a001c2b642$df824af0$b994f88f@sachincomp> Message-ID: <20030107163738.I1995-100000@e.postel.org> Hi, I looked at the script, and looks like the script will be have to be extended to support multiple sources explicitly. One way to get around the limitation is to use multiple sinks (i.e., have multiple 1-1 connections). Venkata On Tue, 7 Jan 2003, sachin wrote: > Well, Thank you guys for helping out. Well I have simulated many to one > traffic scenario. Its works as expected and the log file in sink machine > also supports the fact. > > Now the problem is how can I generate files from gengraph.pl with many > client files and only one source file. If I try to cross each client file > with the source file then it works with an warning and i have ill feeling > the file so generated is never a valid one. So please help me out in this. > > Sachin > ----- Original Message ----- > From: "sachin" > To: "Venkata Pingali" > Cc: "Barbara Denny" ; > Sent: Tuesday, January 07, 2003 4:57 PM > Subject: Re: [tg] data rate > > > > Thank you, > > > > I have attached the files. The attachment contains log and well as dcat'd > > files. I have send log files to get further information regarding the use > of > > gengraph.pl > > > > I have used one of the source files to get a stats.xpl (default name). I > > wanted to view this file with the help of gnuplot and xplot. Well these > > tools are installed in my windows machine. But non of these can read the > > file format. Can you please tell me where I went wrong. > > > > Sachin > > ----- Original Message ----- > > From: "Venkata Pingali" > > To: "sachin" > > Cc: "Barbara Denny" ; > > Sent: Tuesday, January 07, 2003 4:08 PM > > Subject: Re: [tg] data rate > > > > > > > > > > There is nothing fundamentally stopping one from running multiple > sources > > > provided it is within resource limits of the host. TG can accept > multiple > > > connections simultaneously. can you please send me the input tg files > and > > > the log file (or its dcat'd output) to my private email address? I will > > > see if those files give me a hint. > > > > > > thanks. > > > Venkata > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > Thank you. > > > > > > > > Is it possible to run more than 1 TG source in a single machine. Well > I > > have > > > > tried it here. But the sink seems to accept packets from one source > and > > then > > > > as this source stops transmitting it goes for another source. I have > > > > realized this from the log file of the sink. > > > > > > > > Well my intention is to generate four concurrent traffic streams and > > feed > > > > them into IXP machine (which will be working as router) and will be > > using > > > > single sink. > > > > > > > > sachin > > > > > > > > ----- Original Message ----- > > > > From: "Barbara Denny" > > > > To: "sachin" ; > > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > The specification of the interarrival rate plus > > > > > the packet size gives you the data rate. > > > > > > > > > > barbara > > > > > > > > > > --- sachin wrote: > > > > > > Hi, > > > > > > > > > > > > I forgot to add one more query in the last email. > > > > > > How can we explicitly give the data rate for > > > > > > transmission. Well if there is no such provision how > > > > > > are we suppose to provide data rate. > > > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > Do you Yahoo!? > > > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > > > http://mailplus.yahoo.com > > > > > > > > > > > > _______________________________________________ > > > > tg mailing list > > > > tg@postel.org > > > > http://www.postel.org/mailman/listinfo/tg > > > > > > > > > > > > _______________________________________________ > tg mailing list > tg@postel.org > http://www.postel.org/mailman/listinfo/tg > From sachinls@netsys.kaist.ac.kr Wed Jan 8 02:28:10 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Wed, 8 Jan 2003 11:28:10 +0900 Subject: [tg] Regarding the many to one traffic flow References: <20030107163738.I1995-100000@e.postel.org> Message-ID: <00d701c2b6bd$974c4f30$b994f88f@sachincomp> Thank You. sachin ----- Original Message ----- From: "Venkata Pingali" To: "sachin" Cc: "Barbara Denny" ; Sent: Wednesday, January 08, 2003 9:45 AM Subject: Re: [tg] Regarding the many to one traffic flow > Hi, > > I looked at the script, and looks like the script will be have to be > extended to support multiple sources explicitly. > > One way to get around the limitation is to use multiple sinks (i.e., have > multiple 1-1 connections). > > Venkata > > On Tue, 7 Jan 2003, sachin wrote: > > Well, Thank you guys for helping out. Well I have simulated many to one > > traffic scenario. Its works as expected and the log file in sink machine > > also supports the fact. > > > > Now the problem is how can I generate files from gengraph.pl with many > > client files and only one source file. If I try to cross each client file > > with the source file then it works with an warning and i have ill feeling > > the file so generated is never a valid one. So please help me out in this. > > > > Sachin > > ----- Original Message ----- > > From: "sachin" > > To: "Venkata Pingali" > > Cc: "Barbara Denny" ; > > Sent: Tuesday, January 07, 2003 4:57 PM > > Subject: Re: [tg] data rate > > > > > > > Thank you, > > > > > > I have attached the files. The attachment contains log and well as dcat'd > > > files. I have send log files to get further information regarding the use > > of > > > gengraph.pl > > > > > > I have used one of the source files to get a stats.xpl (default name). I > > > wanted to view this file with the help of gnuplot and xplot. Well these > > > tools are installed in my windows machine. But non of these can read the > > > file format. Can you please tell me where I went wrong. > > > > > > Sachin > > > ----- Original Message ----- > > > From: "Venkata Pingali" > > > To: "sachin" > > > Cc: "Barbara Denny" ; > > > Sent: Tuesday, January 07, 2003 4:08 PM > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > There is nothing fundamentally stopping one from running multiple > > sources > > > > provided it is within resource limits of the host. TG can accept > > multiple > > > > connections simultaneously. can you please send me the input tg files > > and > > > > the log file (or its dcat'd output) to my private email address? I will > > > > see if those files give me a hint. > > > > > > > > thanks. > > > > Venkata > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > Thank you. > > > > > > > > > > Is it possible to run more than 1 TG source in a single machine. Well > > I > > > have > > > > > tried it here. But the sink seems to accept packets from one source > > and > > > then > > > > > as this source stops transmitting it goes for another source. I have > > > > > realized this from the log file of the sink. > > > > > > > > > > Well my intention is to generate four concurrent traffic streams and > > > feed > > > > > them into IXP machine (which will be working as router) and will be > > > using > > > > > single sink. > > > > > > > > > > sachin > > > > > > > > > > ----- Original Message ----- > > > > > From: "Barbara Denny" > > > > > To: "sachin" ; > > > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > The specification of the interarrival rate plus > > > > > > the packet size gives you the data rate. > > > > > > > > > > > > barbara > > > > > > > > > > > > --- sachin wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I forgot to add one more query in the last email. > > > > > > > How can we explicitly give the data rate for > > > > > > > transmission. Well if there is no such provision how > > > > > > > are we suppose to provide data rate. > > > > > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > Do you Yahoo!? > > > > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > > > > http://mailplus.yahoo.com > > > > > > > > > > > > > > > _______________________________________________ > > > > > tg mailing list > > > > > tg@postel.org > > > > > http://www.postel.org/mailman/listinfo/tg > > > > > > > > > > > > > > > > > > _______________________________________________ > > tg mailing list > > tg@postel.org > > http://www.postel.org/mailman/listinfo/tg > > > > _______________________________________________ > tg mailing list > tg@postel.org > http://www.postel.org/mailman/listinfo/tg From sachinls@netsys.kaist.ac.kr Wed Jan 8 12:16:37 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Wed, 8 Jan 2003 21:16:37 +0900 Subject: [tg] Regarding the many to one traffic flow References: <20030107163738.I1995-100000@e.postel.org> Message-ID: <002101c2b70f$cb9a6180$b994f88f@sachincomp> Hi, I have two more questions regarding TG. 1. To what degree TG can immulate TCP protocol. Will the traffic be dependent on congestion of the network for TCP and will the sndwin be changed based on the congestion. Is it a closed loop system that has been implimented in TG or is it the open loop system unlike actual TCP? 2. Another thing is what is the packet format for UDP and TCP generated by TG? Sachin ----- Original Message ----- From: "Venkata Pingali" To: "sachin" Cc: "Barbara Denny" ; Sent: Wednesday, January 08, 2003 9:45 AM Subject: Re: [tg] Regarding the many to one traffic flow > Hi, > > I looked at the script, and looks like the script will be have to be > extended to support multiple sources explicitly. > > One way to get around the limitation is to use multiple sinks (i.e., have > multiple 1-1 connections). > > Venkata > > On Tue, 7 Jan 2003, sachin wrote: > > Well, Thank you guys for helping out. Well I have simulated many to one > > traffic scenario. Its works as expected and the log file in sink machine > > also supports the fact. > > > > Now the problem is how can I generate files from gengraph.pl with many > > client files and only one source file. If I try to cross each client file > > with the source file then it works with an warning and i have ill feeling > > the file so generated is never a valid one. So please help me out in this. > > > > Sachin > > ----- Original Message ----- > > From: "sachin" > > To: "Venkata Pingali" > > Cc: "Barbara Denny" ; > > Sent: Tuesday, January 07, 2003 4:57 PM > > Subject: Re: [tg] data rate > > > > > > > Thank you, > > > > > > I have attached the files. The attachment contains log and well as dcat'd > > > files. I have send log files to get further information regarding the use > > of > > > gengraph.pl > > > > > > I have used one of the source files to get a stats.xpl (default name). I > > > wanted to view this file with the help of gnuplot and xplot. Well these > > > tools are installed in my windows machine. But non of these can read the > > > file format. Can you please tell me where I went wrong. > > > > > > Sachin > > > ----- Original Message ----- > > > From: "Venkata Pingali" > > > To: "sachin" > > > Cc: "Barbara Denny" ; > > > Sent: Tuesday, January 07, 2003 4:08 PM > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > There is nothing fundamentally stopping one from running multiple > > sources > > > > provided it is within resource limits of the host. TG can accept > > multiple > > > > connections simultaneously. can you please send me the input tg files > > and > > > > the log file (or its dcat'd output) to my private email address? I will > > > > see if those files give me a hint. > > > > > > > > thanks. > > > > Venkata > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > Thank you. > > > > > > > > > > Is it possible to run more than 1 TG source in a single machine. Well > > I > > > have > > > > > tried it here. But the sink seems to accept packets from one source > > and > > > then > > > > > as this source stops transmitting it goes for another source. I have > > > > > realized this from the log file of the sink. > > > > > > > > > > Well my intention is to generate four concurrent traffic streams and > > > feed > > > > > them into IXP machine (which will be working as router) and will be > > > using > > > > > single sink. > > > > > > > > > > sachin > > > > > > > > > > ----- Original Message ----- > > > > > From: "Barbara Denny" > > > > > To: "sachin" ; > > > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > The specification of the interarrival rate plus > > > > > > the packet size gives you the data rate. > > > > > > > > > > > > barbara > > > > > > > > > > > > --- sachin wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I forgot to add one more query in the last email. > > > > > > > How can we explicitly give the data rate for > > > > > > > transmission. Well if there is no such provision how > > > > > > > are we suppose to provide data rate. > > > > > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > Do you Yahoo!? > > > > > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > > > > > http://mailplus.yahoo.com > > > > > > > > > > > > > > > _______________________________________________ > > > > > tg mailing list > > > > > tg@postel.org > > > > > http://www.postel.org/mailman/listinfo/tg > > > > > > > > > > > > > > > > > > _______________________________________________ > > tg mailing list > > tg@postel.org > > http://www.postel.org/mailman/listinfo/tg > > > > _______________________________________________ > tg mailing list > tg@postel.org > http://www.postel.org/mailman/listinfo/tg From pingali@ISI.EDU Thu Jan 9 02:31:19 2003 From: pingali@ISI.EDU (Venkata Pingali) Date: Wed, 8 Jan 2003 18:31:19 -0800 (PST) Subject: [tg] Regarding the many to one traffic flow In-Reply-To: <002201c2b783$c5466940$b994f88f@sachincomp> Message-ID: Hi, The on-wire format of the packets are as follows: UDP: IP HDR : UDP HDR : SEQ NO : DATA TCP: IP HDR : TCP HDR : DATA tg is like any other application on top of sockets. While sending packets over UDP, tg adds a sequence number (4 bytes wide) to detect losses. Venkata On Thu, 9 Jan 2003, sachin wrote: > Can you please give the packet format (header) for both UDP and TCP? > ----- Original Message ----- > From: "Barbara Denny" > To: "sachin" ; "Venkata Pingali" > > Cc: "Barbara Denny" ; > Sent: Thursday, January 09, 2003 1:15 AM > Subject: Re: [tg] Regarding the many to one traffic flow > > > > Hi, > > > > The TCP/UDP you get is dependent on what the operating > > system supplies. TG does not do anything special > > regarding transport protocols unless you have added > > one of your own to TG. It makes socket calls to the > > kernel to get whatever support it needs for these > > protocols. > > > > barbara > > --- sachin wrote: > > > Hi, > > > > > > I have two more questions regarding TG. > > > > > > 1. To what degree TG can immulate TCP protocol. Will > > > the traffic be > > > dependent on congestion of the network for TCP and > > > will the sndwin be > > > changed based on the congestion. Is it a closed loop > > > system that has been > > > implimented in TG or is it the open loop system > > > unlike actual TCP? > > > > > > 2. Another thing is what is the packet format for > > > UDP and TCP generated by > > > TG? > > > > > > Sachin > > > > > > ----- Original Message ----- > > > From: "Venkata Pingali" > > > To: "sachin" > > > Cc: "Barbara Denny" ; > > > > > > Sent: Wednesday, January 08, 2003 9:45 AM > > > Subject: Re: [tg] Regarding the many to one traffic > > > flow > > > > > > > > > > Hi, > > > > > > > > I looked at the script, and looks like the script > > > will be have to be > > > > extended to support multiple sources explicitly. > > > > > > > > One way to get around the limitation is to use > > > multiple sinks (i.e., have > > > > multiple 1-1 connections). > > > > > > > > Venkata > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > Well, Thank you guys for helping out. Well I > > > have simulated many to one > > > > > traffic scenario. Its works as expected and the > > > log file in sink machine > > > > > also supports the fact. > > > > > > > > > > Now the problem is how can I generate files from > > > gengraph.pl with many > > > > > client files and only one source file. If I try > > > to cross each client > > > file > > > > > with the source file then it works with an > > > warning and i have ill > > > feeling > > > > > the file so generated is never a valid one. So > > > please help me out in > > > this. > > > > > > > > > > Sachin > > > > > ----- Original Message ----- > > > > > From: "sachin" > > > > > To: "Venkata Pingali" > > > > > Cc: "Barbara Denny" ; > > > > > > > > Sent: Tuesday, January 07, 2003 4:57 PM > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > Thank you, > > > > > > > > > > > > I have attached the files. The attachment > > > contains log and well as > > > dcat'd > > > > > > files. I have send log files to get further > > > information regarding the > > > use > > > > > of > > > > > > gengraph.pl > > > > > > > > > > > > I have used one of the source files to get a > > > stats.xpl (default name). > > > I > > > > > > wanted to view this file with the help of > > > gnuplot and xplot. Well > > > these > > > > > > tools are installed in my windows machine. But > > > non of these can read > > > the > > > > > > file format. Can you please tell me where I > > > went wrong. > > > > > > > > > > > > Sachin > > > > > > ----- Original Message ----- > > > > > > From: "Venkata Pingali" > > > > > > To: "sachin" > > > > > > Cc: "Barbara Denny" ; > > > > > > > > > Sent: Tuesday, January 07, 2003 4:08 PM > > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > > > > > > > > > There is nothing fundamentally stopping one > > > from running multiple > > > > > sources > > > > > > > provided it is within resource limits of the > > > host. TG can accept > > > > > multiple > > > > > > > connections simultaneously. can you please > > > send me the input tg > > > files > > > > > and > > > > > > > the log file (or its dcat'd output) to my > > > private email address? I > > > will > > > > > > > see if those files give me a hint. > > > > > > > > > > > > > > thanks. > > > > > > > Venkata > > > > > > > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > > > > Thank you. > > > > > > > > > > > > > > > > Is it possible to run more than 1 TG > > > source in a single machine. > > > Well > > > > > I > > > > > > have > > > > > > > > tried it here. But the sink seems to > > > accept packets from one > > > source > > > > > and > > > > > > then > > > > > > > > as this source stops transmitting it goes > > > for another source. I > > > have > > > > > > > > realized this from the log file of the > > > sink. > > > > > > > > > > > > > > > > Well my intention is to generate four > > > concurrent traffic streams > > > and > > > > > > feed > > > > > > > > them into IXP machine (which will be > > > working as router) and will > > > be > > > > > > using > > > > > > > > single sink. > > > > > > > > > > > > > > > > sachin > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: "Barbara Denny" > > > > > > > > > > > To: "sachin" > > > ; > > > > > > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > > > > > > > > The specification of the interarrival > > > rate plus > > > > > > > > > the packet size gives you the data rate. > > > > > > > > > > > > > > > > > > barbara > > > > > > > > > > > > > > > > > > --- sachin > > > wrote: > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > I forgot to add one more query in the > > > last email. > > > > > > > > > > How can we explicitly give the data > > > rate for > > > > > > > > > > transmission. Well if there is no such > > > provision how > > > > > > > > > > are we suppose to provide data rate. > > > > > > > > > > > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > > Do you Yahoo!? > > > > > > > > > Yahoo! Mail Plus - Powerful. Affordable. > > > Sign up now. > > > > > > > > > http://mailplus.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > tg mailing list > > > > > > > > tg@postel.org > > > > > > > > http://www.postel.org/mailman/listinfo/tg > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > === message truncated === > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > http://mailplus.yahoo.com > > From b_a_denny@yahoo.com Thu Jan 9 07:14:41 2003 From: b_a_denny@yahoo.com (Barbara Denny) Date: Wed, 8 Jan 2003 23:14:41 -0800 (PST) Subject: [tg] Regarding the many to one traffic flow In-Reply-To: <002201c2b783$c5466940$b994f88f@sachincomp> Message-ID: <20030109071441.66768.qmail@web14306.mail.yahoo.com> Please look at the relevant RFCs for the definition (go to www.ietf.org). This list is for questions on TG. barbara --- sachin wrote: > Can you please give the packet format (header) for > both UDP and TCP? > ----- Original Message ----- > From: "Barbara Denny" > To: "sachin" ; "Venkata > Pingali" > > Cc: "Barbara Denny" ; > > Sent: Thursday, January 09, 2003 1:15 AM > Subject: Re: [tg] Regarding the many to one traffic > flow > > > > Hi, > > > > The TCP/UDP you get is dependent on what the > operating > > system supplies. TG does not do anything special > > regarding transport protocols unless you have > added > > one of your own to TG. It makes socket calls to > the > > kernel to get whatever support it needs for these > > protocols. > > > > barbara > > --- sachin wrote: > > > Hi, > > > > > > I have two more questions regarding TG. > > > > > > 1. To what degree TG can immulate TCP protocol. > Will > > > the traffic be > > > dependent on congestion of the network for TCP > and > > > will the sndwin be > > > changed based on the congestion. Is it a closed > loop > > > system that has been > > > implimented in TG or is it the open loop system > > > unlike actual TCP? > > > > > > 2. Another thing is what is the packet format > for > > > UDP and TCP generated by > > > TG? > > > > > > Sachin > > > > > > ----- Original Message ----- > > > From: "Venkata Pingali" > > > To: "sachin" > > > Cc: "Barbara Denny" ; > > > > > > Sent: Wednesday, January 08, 2003 9:45 AM > > > Subject: Re: [tg] Regarding the many to one > traffic > > > flow > > > > > > > > > > Hi, > > > > > > > > I looked at the script, and looks like the > script > > > will be have to be > > > > extended to support multiple sources > explicitly. > > > > > > > > One way to get around the limitation is to use > > > multiple sinks (i.e., have > > > > multiple 1-1 connections). > > > > > > > > Venkata > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > Well, Thank you guys for helping out. Well I > > > have simulated many to one > > > > > traffic scenario. Its works as expected and > the > > > log file in sink machine > > > > > also supports the fact. > > > > > > > > > > Now the problem is how can I generate files > from > > > gengraph.pl with many > > > > > client files and only one source file. If I > try > > > to cross each client > > > file > > > > > with the source file then it works with an > > > warning and i have ill > > > feeling > > > > > the file so generated is never a valid one. > So > > > please help me out in > > > this. > > > > > > > > > > Sachin > > > > > ----- Original Message ----- > > > > > From: "sachin" > > > > > To: "Venkata Pingali" > > > > > Cc: "Barbara Denny" ; > > > > > > > > Sent: Tuesday, January 07, 2003 4:57 PM > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > Thank you, > > > > > > > > > > > > I have attached the files. The attachment > > > contains log and well as > > > dcat'd > > > > > > files. I have send log files to get > further > > > information regarding the > > > use > > > > > of > > > > > > gengraph.pl > > > > > > > > > > > > I have used one of the source files to get > a > > > stats.xpl (default name). > > > I > > > > > > wanted to view this file with the help of > > > gnuplot and xplot. Well > > > these > > > > > > tools are installed in my windows machine. > But > > > non of these can read > > > the > > > > > > file format. Can you please tell me where > I > > > went wrong. > > > > > > > > > > > > Sachin > > > > > > ----- Original Message ----- > > > > > > From: "Venkata Pingali" > > > > > > To: "sachin" > > > > > > Cc: "Barbara Denny" ; > > > > > > > > > Sent: Tuesday, January 07, 2003 4:08 PM > > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > > > > > > > > > There is nothing fundamentally stopping > one > > > from running multiple > > > > > sources > > > > > > > provided it is within resource limits of > the > > > host. TG can accept > > > > > multiple > > > > > > > connections simultaneously. can you > please > > > send me the input tg > > > files > > > > > and > > > > > > > the log file (or its dcat'd output) to > my > > > private email address? I > > > will > > > > > > > see if those files give me a hint. > > > > > > > > > > > > > > thanks. > > > > > > > Venkata > > > > > > > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > > > > Thank you. > > > > > > > > > > > > > > > > Is it possible to run more than 1 TG > > > source in a single machine. > > > Well > > > > > I > > > > > > have > > > > > > > > tried it here. But the sink seems to > > > accept packets from one > > > source > > > > > and > > > > > > then > > > > > > > > as this source stops transmitting it > goes > > > for another source. I > > > have > > > > > > > > realized this from the log file of the > > > sink. > > > > > > > > > > > > > > > > Well my intention is to generate four > > > concurrent traffic streams > > > and > > > > > > feed > > > > > > > > them into IXP machine (which will be > > > working as router) and will > > > be > > > > > > using > > > > > > > > single sink. > > > > > > > > > > > > > > > > sachin > > > > > > > > > === message truncated === P __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From b_a_denny@yahoo.com Wed Jan 8 16:15:53 2003 From: b_a_denny@yahoo.com (Barbara Denny) Date: Wed, 8 Jan 2003 08:15:53 -0800 (PST) Subject: [tg] Regarding the many to one traffic flow In-Reply-To: <002101c2b70f$cb9a6180$b994f88f@sachincomp> Message-ID: <20030108161553.19496.qmail@web14303.mail.yahoo.com> Hi, The TCP/UDP you get is dependent on what the operating system supplies. TG does not do anything special regarding transport protocols unless you have added one of your own to TG. It makes socket calls to the kernel to get whatever support it needs for these protocols. barbara --- sachin wrote: > Hi, > > I have two more questions regarding TG. > > 1. To what degree TG can immulate TCP protocol. Will > the traffic be > dependent on congestion of the network for TCP and > will the sndwin be > changed based on the congestion. Is it a closed loop > system that has been > implimented in TG or is it the open loop system > unlike actual TCP? > > 2. Another thing is what is the packet format for > UDP and TCP generated by > TG? > > Sachin > > ----- Original Message ----- > From: "Venkata Pingali" > To: "sachin" > Cc: "Barbara Denny" ; > > Sent: Wednesday, January 08, 2003 9:45 AM > Subject: Re: [tg] Regarding the many to one traffic > flow > > > > Hi, > > > > I looked at the script, and looks like the script > will be have to be > > extended to support multiple sources explicitly. > > > > One way to get around the limitation is to use > multiple sinks (i.e., have > > multiple 1-1 connections). > > > > Venkata > > > > On Tue, 7 Jan 2003, sachin wrote: > > > Well, Thank you guys for helping out. Well I > have simulated many to one > > > traffic scenario. Its works as expected and the > log file in sink machine > > > also supports the fact. > > > > > > Now the problem is how can I generate files from > gengraph.pl with many > > > client files and only one source file. If I try > to cross each client > file > > > with the source file then it works with an > warning and i have ill > feeling > > > the file so generated is never a valid one. So > please help me out in > this. > > > > > > Sachin > > > ----- Original Message ----- > > > From: "sachin" > > > To: "Venkata Pingali" > > > Cc: "Barbara Denny" ; > > > > Sent: Tuesday, January 07, 2003 4:57 PM > > > Subject: Re: [tg] data rate > > > > > > > > > > Thank you, > > > > > > > > I have attached the files. The attachment > contains log and well as > dcat'd > > > > files. I have send log files to get further > information regarding the > use > > > of > > > > gengraph.pl > > > > > > > > I have used one of the source files to get a > stats.xpl (default name). > I > > > > wanted to view this file with the help of > gnuplot and xplot. Well > these > > > > tools are installed in my windows machine. But > non of these can read > the > > > > file format. Can you please tell me where I > went wrong. > > > > > > > > Sachin > > > > ----- Original Message ----- > > > > From: "Venkata Pingali" > > > > To: "sachin" > > > > Cc: "Barbara Denny" ; > > > > > Sent: Tuesday, January 07, 2003 4:08 PM > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > There is nothing fundamentally stopping one > from running multiple > > > sources > > > > > provided it is within resource limits of the > host. TG can accept > > > multiple > > > > > connections simultaneously. can you please > send me the input tg > files > > > and > > > > > the log file (or its dcat'd output) to my > private email address? I > will > > > > > see if those files give me a hint. > > > > > > > > > > thanks. > > > > > Venkata > > > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > > Thank you. > > > > > > > > > > > > Is it possible to run more than 1 TG > source in a single machine. > Well > > > I > > > > have > > > > > > tried it here. But the sink seems to > accept packets from one > source > > > and > > > > then > > > > > > as this source stops transmitting it goes > for another source. I > have > > > > > > realized this from the log file of the > sink. > > > > > > > > > > > > Well my intention is to generate four > concurrent traffic streams > and > > > > feed > > > > > > them into IXP machine (which will be > working as router) and will > be > > > > using > > > > > > single sink. > > > > > > > > > > > > sachin > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "Barbara Denny" > > > > > > > To: "sachin" > ; > > > > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > > The specification of the interarrival > rate plus > > > > > > > the packet size gives you the data rate. > > > > > > > > > > > > > > barbara > > > > > > > > > > > > > > --- sachin > wrote: > > > > > > > > Hi, > > > > > > > > > > > > > > > > I forgot to add one more query in the > last email. > > > > > > > > How can we explicitly give the data > rate for > > > > > > > > transmission. Well if there is no such > provision how > > > > > > > > are we suppose to provide data rate. > > > > > > > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > Do you Yahoo!? > > > > > > > Yahoo! Mail Plus - Powerful. Affordable. > Sign up now. > > > > > > > http://mailplus.yahoo.com > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > tg mailing list > > > > > > tg@postel.org > > > > > > http://www.postel.org/mailman/listinfo/tg > > > > > > > > > > > > > > > > > > > === message truncated === __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From sachinls@netsys.kaist.ac.kr Thu Jan 9 02:06:48 2003 From: sachinls@netsys.kaist.ac.kr (sachin) Date: Thu, 9 Jan 2003 11:06:48 +0900 Subject: [tg] Regarding the many to one traffic flow References: <20030108161553.19496.qmail@web14303.mail.yahoo.com> Message-ID: <002201c2b783$c5466940$b994f88f@sachincomp> Can you please give the packet format (header) for both UDP and TCP? ----- Original Message ----- From: "Barbara Denny" To: "sachin" ; "Venkata Pingali" Cc: "Barbara Denny" ; Sent: Thursday, January 09, 2003 1:15 AM Subject: Re: [tg] Regarding the many to one traffic flow > Hi, > > The TCP/UDP you get is dependent on what the operating > system supplies. TG does not do anything special > regarding transport protocols unless you have added > one of your own to TG. It makes socket calls to the > kernel to get whatever support it needs for these > protocols. > > barbara > --- sachin wrote: > > Hi, > > > > I have two more questions regarding TG. > > > > 1. To what degree TG can immulate TCP protocol. Will > > the traffic be > > dependent on congestion of the network for TCP and > > will the sndwin be > > changed based on the congestion. Is it a closed loop > > system that has been > > implimented in TG or is it the open loop system > > unlike actual TCP? > > > > 2. Another thing is what is the packet format for > > UDP and TCP generated by > > TG? > > > > Sachin > > > > ----- Original Message ----- > > From: "Venkata Pingali" > > To: "sachin" > > Cc: "Barbara Denny" ; > > > > Sent: Wednesday, January 08, 2003 9:45 AM > > Subject: Re: [tg] Regarding the many to one traffic > > flow > > > > > > > Hi, > > > > > > I looked at the script, and looks like the script > > will be have to be > > > extended to support multiple sources explicitly. > > > > > > One way to get around the limitation is to use > > multiple sinks (i.e., have > > > multiple 1-1 connections). > > > > > > Venkata > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > Well, Thank you guys for helping out. Well I > > have simulated many to one > > > > traffic scenario. Its works as expected and the > > log file in sink machine > > > > also supports the fact. > > > > > > > > Now the problem is how can I generate files from > > gengraph.pl with many > > > > client files and only one source file. If I try > > to cross each client > > file > > > > with the source file then it works with an > > warning and i have ill > > feeling > > > > the file so generated is never a valid one. So > > please help me out in > > this. > > > > > > > > Sachin > > > > ----- Original Message ----- > > > > From: "sachin" > > > > To: "Venkata Pingali" > > > > Cc: "Barbara Denny" ; > > > > > > Sent: Tuesday, January 07, 2003 4:57 PM > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > Thank you, > > > > > > > > > > I have attached the files. The attachment > > contains log and well as > > dcat'd > > > > > files. I have send log files to get further > > information regarding the > > use > > > > of > > > > > gengraph.pl > > > > > > > > > > I have used one of the source files to get a > > stats.xpl (default name). > > I > > > > > wanted to view this file with the help of > > gnuplot and xplot. Well > > these > > > > > tools are installed in my windows machine. But > > non of these can read > > the > > > > > file format. Can you please tell me where I > > went wrong. > > > > > > > > > > Sachin > > > > > ----- Original Message ----- > > > > > From: "Venkata Pingali" > > > > > To: "sachin" > > > > > Cc: "Barbara Denny" ; > > > > > > > Sent: Tuesday, January 07, 2003 4:08 PM > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > > > > > There is nothing fundamentally stopping one > > from running multiple > > > > sources > > > > > > provided it is within resource limits of the > > host. TG can accept > > > > multiple > > > > > > connections simultaneously. can you please > > send me the input tg > > files > > > > and > > > > > > the log file (or its dcat'd output) to my > > private email address? I > > will > > > > > > see if those files give me a hint. > > > > > > > > > > > > thanks. > > > > > > Venkata > > > > > > > > > > > > On Tue, 7 Jan 2003, sachin wrote: > > > > > > > Thank you. > > > > > > > > > > > > > > Is it possible to run more than 1 TG > > source in a single machine. > > Well > > > > I > > > > > have > > > > > > > tried it here. But the sink seems to > > accept packets from one > > source > > > > and > > > > > then > > > > > > > as this source stops transmitting it goes > > for another source. I > > have > > > > > > > realized this from the log file of the > > sink. > > > > > > > > > > > > > > Well my intention is to generate four > > concurrent traffic streams > > and > > > > > feed > > > > > > > them into IXP machine (which will be > > working as router) and will > > be > > > > > using > > > > > > > single sink. > > > > > > > > > > > > > > sachin > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > From: "Barbara Denny" > > > > > > > > > To: "sachin" > > ; > > > > > > > Sent: Tuesday, January 07, 2003 2:47 PM > > > > > > > Subject: Re: [tg] data rate > > > > > > > > > > > > > > > > > > > > > > The specification of the interarrival > > rate plus > > > > > > > > the packet size gives you the data rate. > > > > > > > > > > > > > > > > barbara > > > > > > > > > > > > > > > > --- sachin > > wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > I forgot to add one more query in the > > last email. > > > > > > > > > How can we explicitly give the data > > rate for > > > > > > > > > transmission. Well if there is no such > > provision how > > > > > > > > > are we suppose to provide data rate. > > > > > > > > > > > > > > > > > > Sachin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > > > Do you Yahoo!? > > > > > > > > Yahoo! Mail Plus - Powerful. Affordable. > > Sign up now. > > > > > > > > http://mailplus.yahoo.com > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > tg mailing list > > > > > > > tg@postel.org > > > > > > > http://www.postel.org/mailman/listinfo/tg > > > > > > > > > > > > > > > > > > > > > > > > > === message truncated === > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com