* NFS performance / diagnostic profiling with TCP
@ 2008-07-15 18:18 ntwrkd
[not found] ` <f257b9ab0807151118x5dec64aei73c284c9954fcfb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: ntwrkd @ 2008-07-15 18:18 UTC (permalink / raw)
To: linux-nfs
Does anyone have some methods for doing diagnostic / performance
profiling while using NFS over TCP?
Thanks in advance,
Matthew Sacks
matthewsacks.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: NFS performance / diagnostic profiling with TCP
[not found] ` <f257b9ab0807151118x5dec64aei73c284c9954fcfb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-07-15 18:31 ` Andrew Bell
2008-07-16 0:29 ` Shehjar Tikoo
2008-08-08 2:16 ` Dean Hildebrand
2 siblings, 0 replies; 5+ messages in thread
From: Andrew Bell @ 2008-07-15 18:31 UTC (permalink / raw)
To: linux-nfs
On Tue, Jul 15, 2008 at 1:18 PM, ntwrkd <ntwrkd@gmail.com> wrote:
> Does anyone have some methods for doing diagnostic / performance
> profiling while using NFS over TCP?
There's nfsstat. Do you want something more than that?
--
Andrew Bell
andrew.bell.ia@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: NFS performance / diagnostic profiling with TCP
@ 2008-07-15 18:38 ntwrkd
0 siblings, 0 replies; 5+ messages in thread
From: ntwrkd @ 2008-07-15 18:38 UTC (permalink / raw)
To: Andrew Bell, linux-nfs
Yes
------Original Message------
From: Andrew Bell
Sender:
To: linux-nfs@vger.kernel.org
Sent: Jul 15, 2008 11:31 AM
Subject: Re: NFS performance / diagnostic profiling with TCP
On Tue, Jul 15, 2008 at 1:18 PM, ntwrkd <ntwrkd@gmail.com> wrote:
> Does anyone have some methods for doing diagnostic / performance
> profiling while using NFS over TCP?
There's nfsstat. Do you want something more than that?
--
Andrew Bell
andrew.bell.ia@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Sent from my Verizon Wireless BlackBerry
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: NFS performance / diagnostic profiling with TCP
[not found] ` <f257b9ab0807151118x5dec64aei73c284c9954fcfb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-15 18:31 ` Andrew Bell
@ 2008-07-16 0:29 ` Shehjar Tikoo
2008-08-08 2:16 ` Dean Hildebrand
2 siblings, 0 replies; 5+ messages in thread
From: Shehjar Tikoo @ 2008-07-16 0:29 UTC (permalink / raw)
To: ntwrkd; +Cc: linux-nfs
You could use a tool like iozone, bonnie or nfsreplay to
generate a workload against the server and collect profiling samples
using oprofile. I ran a bunch of tests some time back using nfsreplay,
see the results on the page below as a sample of the kind of data you
could generate using oprofile:
http://www.gelato.unsw.edu.au/IA64wiki/NFSServerPerformance#head-b5a633e0fccdde424b0395181f90efa08d56d048
Shehjar
ntwrkd wrote:
> Does anyone have some methods for doing diagnostic / performance
> profiling while using NFS over TCP?
>
> Thanks in advance, Matthew Sacks matthewsacks.com -- To unsubscribe
> from this list: send the line "unsubscribe linux-nfs" in the body
> of a message to majordomo@vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: NFS performance / diagnostic profiling with TCP
[not found] ` <f257b9ab0807151118x5dec64aei73c284c9954fcfb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-15 18:31 ` Andrew Bell
2008-07-16 0:29 ` Shehjar Tikoo
@ 2008-08-08 2:16 ` Dean Hildebrand
2 siblings, 0 replies; 5+ messages in thread
From: Dean Hildebrand @ 2008-08-08 2:16 UTC (permalink / raw)
To: ntwrkd; +Cc: linux-nfs
ntwrkd wrote:
> Does anyone have some methods for doing diagnostic / performance
> profiling while using NFS over TCP?
>
Using tcpdump with tcptrace is really handy.
You do something like:
tcpdump -s 100 -w /tmp/tcpdump.out host <hostname>
tcptrace -Sl /tmp/tcpdump.out
xplot /tmp/a2b_tsg.xpl
One very important thing to remember, if you are interested in how the
tcp window is scaling, is to start tcpdump before you mount the server.
The tcp window size depends on a scaling factor that it gets when the
tcp connection is created (which is at mount time).
Dean
> Thanks in advance,
> Matthew Sacks
> matthewsacks.com
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-08-08 2:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 18:18 NFS performance / diagnostic profiling with TCP ntwrkd
[not found] ` <f257b9ab0807151118x5dec64aei73c284c9954fcfb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-15 18:31 ` Andrew Bell
2008-07-16 0:29 ` Shehjar Tikoo
2008-08-08 2:16 ` Dean Hildebrand
-- strict thread matches above, loose matches on Subject: below --
2008-07-15 18:38 ntwrkd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox