sysinfo

URL: http://vblaze_name:17171/sysinfo

Response:

     {
    "sysinfo": {
           "aminfo": {
            "eng1-acoustic31": "3x GPU, 0.99 GiB",
            "eng1-acoustic31hs": "3x GPU, 0.56 GiB"
        },
             "dbsize": "0",
              "expires": "2021-07-15 00:00:00",
        "gpu": [
            "1x Tesla T4, 14.75 GiB"
        ],
        "gpudriver": "440.33.01",
        "gpumem": "4.67 GiB / 14.75 GiB",
           "licenses": {
            "ASRUse-voci_advtest-3c722804e93e4d0c": [
                21.1493,
                0.0
            ],
            "ASRWkr-voci_advtest-autosize-f6e81df": "permission"
        },
             "maxconns": 350,
        "maxdecoders": 12,
        "maxstreams": 300,
        "product": "V-Blaze AWS : 300",
        "revdate": "2021-01-08 17:17:13",
        "uname": "uname",
        "uptime": "18:03:54 up 2 days, 18:30,  0 users,  load average: 0.00, 0.01, 0.05",
        "version": "7.2.0-0",
        "webapi": "2.2.0-0"
    }
}

Explanation:

The example response is a JSON object providing detailed information about the V‑Blaze server.

The following list describes each key and value in a /sysinfo query:

aminfo

Indicates a map from acoustic models to acoustic model info in the following form:

<AM processes>x <GPU|CPU>, <AM process size> GiB
dbsize

Indicates the amount of memory used by stream data (audio data, transcription data, and metadata).

gpu

A list of the GPUs on this machine.

gpudriver

Indicates the GPU driver version.

gpumem

Indicates the consumed GPU memory out of total GPU memory.

licenses

Indicates a dictionary of licenses. Each key in the dictionary is a license name and each value is either a license type or, if the value is a two element array, a usage license with the bank usage of the license as the first element in the array and the pending usage of the license in the second element of the array.

maxconns

Indicates the maximum number of connections allowed to connect to the WebAPI.

maxdecoders

Indicates the number of decoder processes.

maxstreams

Indicates the maximum number of streams allowed.

product

Indicates the name of the ASR engine and the maximum number of streams supported.

revdate

Indicates the date and time of the last installation or update.

uname

Lists basic information about the ASR engine host's operating system and hardware. This key's output is identical to the output provided by the uname -a Linux command.

uptime

Indicates the time the server started, the amount of time it has been up (in days), the current time, current users, and the average load.

version

Indicates the version of the ASR engine in use.

webapi

Indicates the V‑Blaze API version in use.