From cdac6f9f44925659f438a02a1a43a4ad37214677 Mon Sep 17 00:00:00 2001 From: martinp876 <> Date: Wed, 21 Mar 2018 18:08:15 +0000 Subject: [PATCH] apptime:update html git-svn-id: https://svn.fhem.de/fhem/trunk@16460 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_apptime.pm | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/fhem/FHEM/98_apptime.pm b/fhem/FHEM/98_apptime.pm index 68a1d644d..f38195dfe 100644 --- a/fhem/FHEM/98_apptime.pm +++ b/fhem/FHEM/98_apptime.pm @@ -340,38 +340,38 @@ sub apptime_CommandDispTiming($$@) { Features
apptime
apptime
apptime is started with the its first call and continously monitor operations.
- To unload apptime, shutdown restart is necessary.
+ To unload apptime, shutdown restart is necessary.
apptime clear
apptime clear
Reset all counter and start from zero.
-apptime pause
apptime pause
Suspend accumulation of data. Data is not cleared.
-apptime cont
apptime cont
Continue data collection after pause.
-apptime [count|function|average|clear|max|name|total] [all]
apptime [count|function|average|clear|max|name|total] [all]
Display a table sorted by the field selected.
- all will display the complete table while by default only the top lines are printed.< + all will display the complete table while by default only the top lines are printed.
Name of the entity executing the procedure. @@ -389,47 +389,47 @@ sub apptime_CommandDispTiming($$@) { By then it gives the name of the function to be called.
Procedure name which was executed.
If it is an InternalTimer call it gives its calling parameter.
-Longest duration measured for this procedure in ms.
Number of calls for this procedure.
-Accumulated duration of this procedure over all calls monitored.
Average time a call of this procedure takes.
Maximum delay of a timer call to its schedules time. This column is not relevant for non-timer calls.
Gives the parameter of the call with the longest duration.