From 24d3510b5e014b4fda8f5b12273930aae375ca13 Mon Sep 17 00:00:00 2001 From: Franciszek Date: Mon, 23 Sep 2019 17:10:45 +0200 Subject: [PATCH] [915_time_unit_of_duration_parameter_is_not_defined] define time unit of `duration` parameter --- doc/sphinx/arm/stats.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/arm/stats.rst b/doc/sphinx/arm/stats.rst index 353be8d299..7a2f98c289 100644 --- a/doc/sphinx/arm/stats.rst +++ b/doc/sphinx/arm/stats.rst @@ -275,8 +275,10 @@ The statistic-sample-age-set Command ---------------------------------------- The ``statistic-sample-age-set`` command sets time based limit -for collecting samples for given statistic. An example command may look -like this: +for collecting samples for given statistic. It takes two parameters a string +called ``name``, which specifies the statistic name and integer value called +``duration``, which specifies the time limit for given statistic in seconds. +An example command may look like this: :: @@ -301,8 +303,9 @@ The statistic-sample-age-set-all Command -------------------------------------------- The ``statistic-sample-age-set-all`` command sets time based limits -for collecting samples for all statistics. An example command may look -like this: +for collecting samples for all statistics. It takes single-integer parameter +called ``duration``, which specifies the time limit for given statistic +in seconds. An example command may look like this: :: -- 2.47.3