aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/data/mariadb-aria-server-status-variables.json
blob: 6bc0ad5096741fc78d79fc96b82d78ada1d8172b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "data": [
    {
      "id": "aria_pagecache_blocks_not_flushed",
      "name": "Aria_pagecache_blocks_not_flushed",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_pagecache_blocks_unused",
      "name": "Aria_pagecache_blocks_unused",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_pagecache_blocks_used",
      "name": "Aria_pagecache_blocks_used",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_pagecache_read_requests",
      "name": "Aria_pagecache_read_requests",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_pagecache_reads",
      "name": "Aria_pagecache_reads",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_pagecache_write_requests",
      "name": "Aria_pagecache_write_requests",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_pagecache_writes",
      "name": "Aria_pagecache_writes",
      "scope": [
        "global"
      ],
      "type": "integer"
    },
    {
      "id": "aria_transaction_log_syncs",
      "name": "Aria_transaction_log_syncs",
      "scope": [
        "global"
      ],
      "type": "integer"
    }
  ],
  "name": "aria-server-status-variables",
  "url": "https://mariadb.com/kb/en/library/documentation/aria-server-status-variables/"
}