Documentation consistency tweaks

This commit is contained in:
AGSPhoenix
2018-05-16 00:24:27 -04:00
committed by GitHub
parent 1dc8ab429f
commit a72ad1ba17

View File

@@ -11,7 +11,7 @@ Parameters as GET:
* cpu_model: CPU's model, on linux it can be found in /proc/cpuinfo via the attribute "model". * cpu_model: CPU's model, on linux it can be found in /proc/cpuinfo via the attribute "model".
* cpu_model_name: CPU's model in human readable format, on linux it can be found in /proc/cpuinfo via the attribute "model name". * cpu_model_name: CPU's model in human readable format, on linux it can be found in /proc/cpuinfo via the attribute "model name".
* cpu_cores: Number of cores (or thread) available. * cpu_cores: Number of cores (or thread) available.
* ram: Memory available in kilobytes. * ram: Memory available (in kilobytes).
* ram_max: Maximum memory allowed for renderer (in kilobytes). * ram_max: Maximum memory allowed for renderer (in kilobytes).
* extras (optional): Extra data used for the configuration. * extras (optional): Extra data used for the configuration.
* hostname (optional): Hostname of the machine, useful for distinguishing multiple machines with the same hardware configuration. Only used for display on the website. * hostname (optional): Hostname of the machine, useful for distinguishing multiple machines with the same hardware configuration. Only used for display on the website.