Skip to content

Commit b55c765

Browse files
committed
Added interpretative guidelines for trend lines
1 parent 2ddea52 commit b55c765

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,10 @@ Trend lines and its numeric slope can be plotted using the ``s`` flag, such as
223223

224224
The intended usage of the -s switch is to check the labels' numerical slope over a significant time period for :
225225

226-
>0 - it might mean a memory leak.
227-
~0 - if 0 or near 0, the memory usage may be considered stable.
228-
<0 - to be interpreted depending on the expected process memory usage patterns, also might mean that the sampling period is too small.
226+
- ``>0`` it might mean a memory leak.
227+
- ``~0`` if 0 or near 0, the memory usage may be considered stable.
228+
the last one)
229+
- ``<0`` to be interpreted depending on the expected process memory usage patterns, also might mean that the sampling period is too small.
229230

230231
The trend lines are for ilustrative purposes and are plotted as (very) small dashed lines.
231232

0 commit comments

Comments
 (0)