state:empty
state:<translated
state:>=translated
state:needs-editing
has:suggestion
has:variant
has:screenshot
has:label
has:context
state:<translated AND NOT has:suggestion
has:comment
has:check
state:approved
state:translated
Loading…
New source string
testing_project / Documentation: reference/reference_lua/box_stat/stat — English
The string uses three dots (...) instead of an ellipsis character (…)
Reset
Additional explanation to clarify meaning or usage of the string.
Additional comma-separated flags to influence Weblate behavior.
read-only is inherited from testing_project/Documentation: reference/reference_lua/box_stat/stat — English.
read-only
---
- DELETE:
total: 0
rps: 0
COMMIT:
total: 0
rps: 0
SELECT:
total: 12
rps: 0
ROLLBACK:
total: 0
rps: 0
INSERT:
total: 6
rps: 0
EVAL:
total: 0
rps: 0
ERROR:
total: 0
rps: 0
CALL:
total: 0
rps: 0
BEGIN:
total: 0
rps: 0
PREPARE:
total: 0
rps: 0
REPLACE:
total: 0
rps: 0
UPSERT:
total: 0
rps: 0
AUTH:
total: 0
rps: 0
EXECUTE:
total: 0
rps: 0
UPDATE:
total: 2
rps: 0
...
tarantool> box.stat().DELETE -- total + requests per second from one table
---
- total: 0
rps: 0
...