AbraFlexi Benchmark AbraFlexi Benchmark
KeyTypeRequiredDescription
ABRAFLEXI_BENCHMARK_CYCLESintegerCount of Benchmark Cycles
ABRAFLEXI_BENCHMARK_DELAYintegerDelay in seconds between Benchmark Cycles
ABRAFLEXI_COMPANYstring
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLurlAbraFlexi Server URI
DEBUGboolEnable debug mode
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringFile to save results
AbraFlexi Benchmark
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "AbraFlexi Benchmark",
        en: "AbraFlexi Benchmark"
    },
    description: {
        cs: "AbraFlexi Server Benchmark",
        en: "AbraFlexi Server Benchmark"
    },
    executable: "abraflexi-benchmark",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-Tools",
    uuid: "49ae4677-757b-40dc-b437-989fa372c898",
    tags: [
        "AbraFlexi",
        "Benchmark"
    ],
    version: "1.1.7.120",
    schemaVersion: "3.3.0",
    environment: {
        ABRAFLEXI_BENCHMARK_CYCLES: {
            type: "integer",
            description: "Count of Benchmark Cycles",
            defval: "10",
            required: false
        },
        ABRAFLEXI_BENCHMARK_DELAY: {
            type: "integer",
            description: "Delay in seconds between Benchmark Cycles",
            defval: "5",
            required: false
        },
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "url",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        DEBUG: {
            type: "bool",
            description: "Enable debug mode",
            defval: "0",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "File to save results",
            defval: "benchmark.json",
            required: false
        }
    }
}
Download abraflexi_benchmark.multiflexi.app.json