Re: [nfs-utils PATCH] mountstats: Fix the retrans counter output by the nfsstat command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 05/13/2015 11:41 AM, Scott Mayhew wrote:
> Signed-off-by: Scott Mayhew <smayhew@xxxxxxxxxx>
> ---
>  tools/mountstats/mountstats.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Committed... 

steved.

> 
> diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
> index 38943eb..011bb42 100644
> --- a/tools/mountstats/mountstats.py
> +++ b/tools/mountstats/mountstats.py
> @@ -474,7 +474,7 @@ class DeviceData:
>          # authrefresh stats don't actually get captured in
>          # /proc/self/mountstats, so we fudge it here
>          authrefrsh = sends
> -        return (sends, trans, authrefrsh)
> +        return (sends, retrans, authrefrsh)
>  
>      def display_nfsstat_stats(self):
>          """Pretty-print nfsstat-style stats
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux