# Benchmark results Return most recent benchmark results. Endpoint: GET /benchmark/getbenchmarks Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.ipaddress` (string) Ip address of FluxNode server - `data.architecture` (string) System architecture - `data.armboard` (string) ARM board model - `data.status` (string) CUMULUS/NIMMBUS/STRATUS - `data.time` (integer) Time of bench in epoch time - `data.real_cores` (string) The amount of physical cores detected - `data.cores` (integer) The amount of vcores detected - `data.ram` (number) The amount of ram detected - `data.ssd` (number) The amount of ssd space detected - `data.hdd` (number) The amount of hdd space detected - `data.dd_write` (number) The amount of write speed detected - `data.totalstorage` (number) The amount of hdd and ssd space detected - `data.disksinfo` (array) - `data.disksinfo.disk` (string) Disk name - `data.disksinfo.size` (number) The amount of space detected - `data.disksinfo.writespeed` (number) The amount of write speed detected - `data.eps` (number) The amount of cpu speed detected - `data.ping` (number) Ping number in ms - `data.download_speed` (number) Download speed - `data.upload_speed` (number) Upload speed - `data.bench_version` (string) Benchmark version - `data.speed_version` (string) Speedtest version - `data.thunder` (boolean) True if fractus mode enabled - `data.error` (string) Error message