* what/where is ss tool ? @ 2004-12-22 11:30 Maciej Soltysiak 2004-12-22 11:33 ` Patrick McHardy 0 siblings, 1 reply; 9+ messages in thread From: Maciej Soltysiak @ 2004-12-22 11:30 UTC (permalink / raw) To: linux-kernel Hi, Reading help about tcp diagnostics we can read: "Support for TCP socket monitoring interface used by native Linux tools such as ss." I have not heard of this tool yet, where can i fetch it from? I tried using google but with no good results. Regards, Maciej ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 11:30 what/where is ss tool ? Maciej Soltysiak @ 2004-12-22 11:33 ` Patrick McHardy 2004-12-22 12:15 ` Maciej Soltysiak 0 siblings, 1 reply; 9+ messages in thread From: Patrick McHardy @ 2004-12-22 11:33 UTC (permalink / raw) To: Maciej Soltysiak; +Cc: linux-kernel Maciej Soltysiak wrote: > Hi, > > Reading help about tcp diagnostics we can read: > > "Support for TCP socket monitoring interface used by native Linux > tools such as ss." > > I have not heard of this tool yet, where can i fetch it from? > I tried using google but with no good results. It comes with iproute2 (developer.osdl.org/dev/iproute2). Regards Patrick ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 11:33 ` Patrick McHardy @ 2004-12-22 12:15 ` Maciej Soltysiak 2004-12-22 12:27 ` Sami Farin 0 siblings, 1 reply; 9+ messages in thread From: Maciej Soltysiak @ 2004-12-22 12:15 UTC (permalink / raw) To: linux-kernel [-- Attachment #1: Type: text/plain, Size: 702 bytes --] Thanks Patrick! Maybe we could add a line to the help so people, like me, that were not aware that ss exists. AFAICS ss appeared not so long ago, I think many distributions are still using versions that do not have ss. Or I may be wrong. Regards, Maciej diff -ru linux.orig/net/ipv4/Kconfig linux/net/ipv4/Kconfig --- linux.orig/net/ipv4/Kconfig 2004-12-22 12:58:03.000000000 +0100 +++ linux/net/ipv4/Kconfig 2004-12-22 13:00:36.000000000 +0100 @@ -355,7 +355,8 @@ default y ---help--- Support for TCP socket monitoring interface used by native Linux - tools such as ss. + tools such as ss. ss comes from iproute2. + http://developer.osdl.org/dev/iproute2/ If unsure, say Y. [-- Attachment #2: Kconfig_ss.diff --] [-- Type: application/octet-stream, Size: 459 bytes --] diff -ru linux.orig/net/ipv4/Kconfig linux/net/ipv4/Kconfig --- linux.orig/net/ipv4/Kconfig 2004-12-22 12:58:03.000000000 +0100 +++ linux/net/ipv4/Kconfig 2004-12-22 13:00:36.000000000 +0100 @@ -355,7 +355,8 @@ default y ---help--- Support for TCP socket monitoring interface used by native Linux - tools such as ss. + tools such as ss. ss comes from iproute2. + http://developer.osdl.org/dev/iproute2/ If unsure, say Y. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 12:15 ` Maciej Soltysiak @ 2004-12-22 12:27 ` Sami Farin 2004-12-22 12:57 ` Patrick McHardy 0 siblings, 1 reply; 9+ messages in thread From: Sami Farin @ 2004-12-22 12:27 UTC (permalink / raw) To: linux-kernel On Wed, Dec 22, 2004 at 01:15:14PM +0100, Maciej Soltysiak wrote: > Thanks Patrick! > > Maybe we could add a line to the help so people, like me, that were > not aware that ss exists. > AFAICS ss appeared not so long ago, I think many distributions are > still using versions that do not have ss. > Or I may be wrong. > > Regards, > Maciej > diff -ru linux.orig/net/ipv4/Kconfig linux/net/ipv4/Kconfig > --- linux.orig/net/ipv4/Kconfig 2004-12-22 12:58:03.000000000 +0100 > +++ linux/net/ipv4/Kconfig 2004-12-22 13:00:36.000000000 +0100 > @@ -355,7 +355,8 @@ > default y > ---help--- > Support for TCP socket monitoring interface used by native Linux > - tools such as ss. > + tools such as ss. ss comes from iproute2. > + http://developer.osdl.org/dev/iproute2/ Add also "if you wish to view IPv6 addresses (Local/Peer Address) with ss, IPv6 support must be built into the kernel (not as a module)." > If unsure, say Y. -- ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 12:27 ` Sami Farin @ 2004-12-22 12:57 ` Patrick McHardy 2004-12-22 13:16 ` Fao, Sean 2004-12-22 13:26 ` YOSHIFUJI Hideaki / 吉藤英明 0 siblings, 2 replies; 9+ messages in thread From: Patrick McHardy @ 2004-12-22 12:57 UTC (permalink / raw) To: David S. Miller; +Cc: Sami Farin, linux-kernel, solt2 [-- Attachment #1: Type: text/plain, Size: 1187 bytes --] Hi Dave, please apply this patch which gives users a pointer where to find the ss tool and adds an explanation about TCPDIAG and IPV6. Regards Patrick Signed-off-by: Patrick McHardy <kaber@trash.net> Sami Farin wrote: > On Wed, Dec 22, 2004 at 01:15:14PM +0100, Maciej Soltysiak wrote: > >>Thanks Patrick! >> >>Maybe we could add a line to the help so people, like me, that were >>not aware that ss exists. >>AFAICS ss appeared not so long ago, I think many distributions are >>still using versions that do not have ss. >>Or I may be wrong. >> >>Regards, >>Maciej >>diff -ru linux.orig/net/ipv4/Kconfig linux/net/ipv4/Kconfig >>--- linux.orig/net/ipv4/Kconfig 2004-12-22 12:58:03.000000000 +0100 >>+++ linux/net/ipv4/Kconfig 2004-12-22 13:00:36.000000000 +0100 >>@@ -355,7 +355,8 @@ >> default y >> ---help--- >> Support for TCP socket monitoring interface used by native Linux >>- tools such as ss. >>+ tools such as ss. ss comes from iproute2. >>+ http://developer.osdl.org/dev/iproute2/ > > > Add also "if you wish to view IPv6 addresses (Local/Peer Address) with ss, > IPv6 support must be built into the kernel (not as a module)." > > >> If unsure, say Y. > > [-- Attachment #2: x --] [-- Type: text/plain, Size: 548 bytes --] ===== net/ipv4/Kconfig 1.23 vs edited ===== --- 1.23/net/ipv4/Kconfig 2004-11-03 21:20:02 +01:00 +++ edited/net/ipv4/Kconfig 2004-12-22 13:52:14 +01:00 @@ -355,7 +355,10 @@ default y ---help--- Support for TCP socket monitoring interface used by native Linux - tools such as ss. + tools such as ss. ss is included in iproute2, currently downloadable + at http://developer.osdl.org/dev/iproute2/. If you want IPv6 support + and have selected IPv6 as a module, you need to built this as a + module too. If unsure, say Y. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 12:57 ` Patrick McHardy @ 2004-12-22 13:16 ` Fao, Sean 2004-12-22 13:26 ` YOSHIFUJI Hideaki / 吉藤英明 1 sibling, 0 replies; 9+ messages in thread From: Fao, Sean @ 2004-12-22 13:16 UTC (permalink / raw) To: Patrick McHardy; +Cc: linux-kernel Patrick McHardy wrote: > Hi Dave, > > please apply this patch which gives users a pointer where > to find the ss tool and adds an explanation about TCPDIAG > and IPV6. > >+ and have selected IPv6 as a module, you need to built this as a >+ module too. > Patrick, I caught one minor typo. "you need to built this" should read, "you need to *build* this". -- Sean E. Fao Capital Genomix 9290 Gaither Road Gaithersburg, MD. 20877 Phone: (301) 977-3224 Fax: (301) 977-3613 Web: http://www.capitalgenomix.com ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 12:57 ` Patrick McHardy 2004-12-22 13:16 ` Fao, Sean @ 2004-12-22 13:26 ` YOSHIFUJI Hideaki / 吉藤英明 2004-12-22 13:39 ` Patrick McHardy 1 sibling, 1 reply; 9+ messages in thread From: YOSHIFUJI Hideaki / 吉藤英明 @ 2004-12-22 13:26 UTC (permalink / raw) To: kaber; +Cc: davem, 7atbggg02, linux-kernel, solt2, yoshfuji In article <41C96F24.2050409@trash.net> (at Wed, 22 Dec 2004 13:57:08 +0100), Patrick McHardy <kaber@trash.net> says: > ===== net/ipv4/Kconfig 1.23 vs edited ===== > --- 1.23/net/ipv4/Kconfig 2004-11-03 21:20:02 +01:00 > +++ edited/net/ipv4/Kconfig 2004-12-22 13:52:14 +01:00 > @@ -355,7 +355,10 @@ > default y > ---help--- > Support for TCP socket monitoring interface used by native Linux > - tools such as ss. > + tools such as ss. ss is included in iproute2, currently downloadable > + at http://developer.osdl.org/dev/iproute2/. If you want IPv6 support > + and have selected IPv6 as a module, you need to built this as a > + module too. > would you enclose URL by <>, like <http://...>? --yoshfuji ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 13:26 ` YOSHIFUJI Hideaki / 吉藤英明 @ 2004-12-22 13:39 ` Patrick McHardy 2004-12-28 5:01 ` David S. Miller 0 siblings, 1 reply; 9+ messages in thread From: Patrick McHardy @ 2004-12-22 13:39 UTC (permalink / raw) To: davem; +Cc: 7atbggg02, linux-kernel, solt2, yoshfuji [-- Attachment #1: Type: text/plain, Size: 129 bytes --] YOSHIFUJI wrote: > would you enclose URL by <>, like <http://...>? > > --yoshfuji > Updated patch attached, thanks everyone. [-- Attachment #2: x --] [-- Type: text/plain, Size: 549 bytes --] ===== net/ipv4/Kconfig 1.23 vs edited ===== --- 1.23/net/ipv4/Kconfig 2004-11-03 21:20:02 +01:00 +++ edited/net/ipv4/Kconfig 2004-12-22 14:37:55 +01:00 @@ -355,7 +355,10 @@ default y ---help--- Support for TCP socket monitoring interface used by native Linux - tools such as ss. + tools such as ss. ss is included in iproute2, currently downloadable + at <http://developer.osdl.org/dev/iproute2>. If you want IPv6 support + and have selected IPv6 as a module, you need to build this as a + module too. If unsure, say Y. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: what/where is ss tool ? 2004-12-22 13:39 ` Patrick McHardy @ 2004-12-28 5:01 ` David S. Miller 0 siblings, 0 replies; 9+ messages in thread From: David S. Miller @ 2004-12-28 5:01 UTC (permalink / raw) To: Patrick McHardy; +Cc: 7atbggg02, linux-kernel, solt2, yoshfuji On Wed, 22 Dec 2004 14:39:33 +0100 Patrick McHardy <kaber@trash.net> wrote: > YOSHIFUJI wrote: > > would you enclose URL by <>, like <http://...>? > > > > --yoshfuji > > > > Updated patch attached, thanks everyone. Applied, thanks Patrick. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-12-28 5:03 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-12-22 11:30 what/where is ss tool ? Maciej Soltysiak 2004-12-22 11:33 ` Patrick McHardy 2004-12-22 12:15 ` Maciej Soltysiak 2004-12-22 12:27 ` Sami Farin 2004-12-22 12:57 ` Patrick McHardy 2004-12-22 13:16 ` Fao, Sean 2004-12-22 13:26 ` YOSHIFUJI Hideaki / 吉藤英明 2004-12-22 13:39 ` Patrick McHardy 2004-12-28 5:01 ` David S. Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox