File tree Expand file tree Collapse file tree 2 files changed +28
-16
lines changed
reference/reference_lua/box_stat Expand file tree Collapse file tree 2 files changed +28
-16
lines changed Original file line number Diff line number Diff line change 1
1
box.stat()
2
2
==========
3
3
4
- .. module :: box
4
+ .. module :: box
5
5
6
- .. function :: stat()
6
+ .. function :: stat()
7
7
8
8
Shows the total number of requests since startup and
9
9
the average number of requests per second,
@@ -18,42 +18,54 @@ box.stat()
18
18
19
19
**Example: **
20
20
21
- .. code-block :: tarantoolsession
21
+ .. code-block :: tarantoolsession
22
22
23
- tarantool> box.stat() -- return 11 tables
23
+ tarantool> box.stat() -- return 15 tables
24
24
---
25
25
- DELETE:
26
- total: 1873949
27
- rps: 123
26
+ total: 0
27
+ rps: 0
28
+ COMMIT:
29
+ total: 0
30
+ rps: 0
28
31
SELECT:
29
- total: 1237723
30
- rps: 4099
31
- INSERT :
32
+ total: 12
33
+ rps: 0
34
+ ROLLBACK :
32
35
total: 0
33
36
rps: 0
37
+ INSERT:
38
+ total: 6
39
+ rps: 0
34
40
EVAL:
35
41
total: 0
36
42
rps: 0
43
+ ERROR:
44
+ total: 0
45
+ rps: 0
37
46
CALL:
38
47
total: 0
39
48
rps: 0
49
+ BEGIN:
50
+ total: 0
51
+ rps: 0
52
+ PREPARE:
53
+ total: 0
54
+ rps: 0
40
55
REPLACE:
41
- total: 1239123
42
- rps: 7849
43
- UPSERT:
44
56
total: 0
45
57
rps: 0
46
- AUTH :
58
+ UPSERT :
47
59
total: 0
48
60
rps: 0
49
- ERROR :
61
+ AUTH :
50
62
total: 0
51
63
rps: 0
52
64
EXECUTE:
53
65
total: 0
54
66
rps: 0
55
67
UPDATE:
56
- total: 0
68
+ total: 2
57
69
rps: 0
58
70
...
59
71
Original file line number Diff line number Diff line change 1
1
2
2
1.10.x (LTS)
3
- ======
3
+ ============
4
4
5
5
Tarantool 1.10 LTS series includes the following releases:
6
6
You can’t perform that action at this time.
0 commit comments