mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 13:45:36 +00:00
93_DbLog: contrib 5.2.0
git-svn-id: https://svn.fhem.de/fhem/trunk@26779 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
65dafe0ed8
commit
212bad93d1
@ -9115,12 +9115,13 @@ attr SMA_Energymeter DbLogValueFn
|
|||||||
<a id="DbLog-attr-showproctime"></a>
|
<a id="DbLog-attr-showproctime"></a>
|
||||||
<li><b>showproctime</b>
|
<li><b>showproctime</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>attr <device> [1|0]
|
<code>attr <device> showproctime [1|0] </code><br><br>
|
||||||
</code><br><br>
|
|
||||||
|
|
||||||
If set, the reading "sql_processing_time" shows the required execution time (in seconds) for the sql-requests. This is not calculated
|
If set, the reading "sql_processing_time" shows the required processing time (in seconds) for the
|
||||||
for a single sql-statement, but the summary of all sql-statements necessary for within an executed DbLog-function in background.
|
SQL execution of the executed function.
|
||||||
The reading "background_processing_time" shows the total time used in background. <br>
|
This does not consider a single SQL statement, but the sum of all executed SQL commands within the
|
||||||
|
respective function is considered. <br>
|
||||||
|
The reading "background_processing_time" shows the time used in the SubProcess.
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -10694,13 +10695,13 @@ attr SMA_Energymeter DbLogValueFn
|
|||||||
<a id="DbLog-attr-showproctime"></a>
|
<a id="DbLog-attr-showproctime"></a>
|
||||||
<li><b>showproctime</b>
|
<li><b>showproctime</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>attr <device> showproctime [1|0]
|
<code>attr <device> showproctime [1|0] </code><br><br>
|
||||||
</code><br><br>
|
|
||||||
|
|
||||||
Wenn gesetzt, zeigt das Reading "sql_processing_time" die benötigte Abarbeitungszeit (in Sekunden) für die SQL-Ausführung der
|
|
||||||
durchgeführten Funktion. Dabei wird nicht ein einzelnes SQL-Statement, sondern die Summe aller notwendigen SQL-Abfragen innerhalb der
|
|
||||||
jeweiligen Funktion betrachtet. Das Reading "background_processing_time" zeigt die im Kindprozess BlockingCall verbrauchte Zeit.<br>
|
|
||||||
|
|
||||||
|
Wenn gesetzt, zeigt das Reading "sql_processing_time" die benötigte Abarbeitungszeit (in Sekunden) für die
|
||||||
|
SQL-Ausführung der durchgeführten Funktion.
|
||||||
|
Dabei wird nicht ein einzelnes SQL-Statement, sondern die Summe aller ausgeführten SQL-Kommandos innerhalb der
|
||||||
|
jeweiligen Funktion betrachtet. <br>
|
||||||
|
Das Reading "background_processing_time" zeigt die im SubProcess verbrauchte Zeit.
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user