API Docs: Difference between revisions

Jump to navigation Jump to search
46 bytes added ,  27 October 2021
add loadAvg
(Switch to Types article in mediawiki)
(add loadAvg)
Line 662: Line 662:
   commit: string, // Full SHA hash of latest git commit, development or test
   commit: string, // Full SHA hash of latest git commit, development or test
   db: int, // Current database version
   db: int, // Current database version
   startTime: int // Unix time that request was received
   startTime: int, // Unix time that request was received
   processTime: int // Seconds between startTime and sending response
   processTime: int, // Seconds between startTime and sending response
  loadavg: int[] // 5 and 15 minute loadavg
}
}
</syntaxhighlight>
</syntaxhighlight>

Navigation menu