[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200519110610.2c825a5c@hermes.lan>
Date: Tue, 19 May 2020 11:06:10 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Roman Mashak <mrv@...atatu.com>
Cc: dsahern@...il.com, netdev@...r.kernel.org, kernel@...atatu.com,
jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us
Subject: Re: [PATCH iproute2-next 1/1] tc: report time an action was first
used
On Sun, 17 May 2020 09:28:45 -0400
Roman Mashak <mrv@...atatu.com> wrote:
> + if (tm->firstuse != 0) {
> + print_uint(PRINT_JSON, "first_used", NULL, tm->firstuse);
> + print_uint(PRINT_FP, NULL, " firstused %u sec",
> + (unsigned int)(tm->firstuse/hz));
> + }
The JSON should report in same units as non-json output.
If you are copying what expires does, it is wrong as well.
Powered by blists - more mailing lists