[ilugd] [Urgent] How to relate # sar -d nfsXX to actual mount points

2009-08-13 Thread Smruti
Hi, Can anybody tell me how do you relate the nfsXX coming from #sar -d with the actual mount points. E.g. device%busy avque r+w/s blks/s avwait avserv nfs6 56 18.0 551 2796716.416.2 *-- Which mount point this nfs6 point to?* Regards, Smruti

Re: [ilugd] [Urgent] How to relate # sar -d nfsXX to actual mount points

2009-08-13 Thread Raj Mathur
On Thursday 13 Aug 2009, Smruti wrote: Hi, Can anybody tell me how do you relate the nfsXX coming from #sar -d with the actual mount points. E.g. device%busy avque r+w/s blks/s avwait avserv nfs6 56 18.0 551 2796716.416.2 *-- Which

Re: [ilugd] [Urgent] How to relate # sar -d nfsXX to actual mount points

2009-08-13 Thread Smruti
On Thu, Aug 13, 2009 at 6:35 AM, Raj Mathur r...@linux-delhi.org wrote: On Thursday 13 Aug 2009, Smruti wrote: Hi, Can anybody tell me how do you relate the nfsXX coming from #sar -d with the actual mount points. E.g. device%busy avque r+w/s blks/s avwait avserv

Re: [ilugd] [Urgent] How to relate # sar -d nfsXX to actual mount points

2009-08-13 Thread Raj Mathur
On Thursday 13 Aug 2009, Smruti wrote: Does sar -d -p show nfs device names? -- Raju Yes it does, but -p is for paging and I am looking for only disk activity. Strange -- sar on Debian Testing (which I'm using) uses -p as the pretty-print option. See if the version you have has a

Re: [ilugd] [Urgent] How to relate # sar -d nfsXX to actual mount points

2009-08-13 Thread Smruti
On Thu, Aug 13, 2009 at 7:10 AM, Raj Mathur r...@linux-delhi.org wrote: Strange -- sar on Debian Testing (which I'm using) uses -p as the pretty-print option. See if the version you have has a different option for pretty-printing device names. Regards, -- Raju Alright I will, Thanks