module Server_status:sig
..end
type
t = {
|
time : |
|
read_only : |
|
tls : |
|
preemptive_bounds : |
|
preemptive_queue : |
|
libev : |
|
database : |
|
host_timeout_upper_bound : |
|
maximum_successive_attempts : |
|
concurrent_automaton_steps : |
|
gc_minor_words : |
|
gc_promoted_words : |
|
gc_major_words : |
|
gc_minor_collections : |
|
gc_major_collections : |
|
gc_heap_words : |
|
gc_heap_chunks : |
|
gc_compactions : |
|
gc_top_heap_words : |
|
gc_stack_size : |
|
enable_ssh_ui : |
val create : database:string ->
host_timeout_upper_bound:float option ->
maximum_successive_attempts:int ->
concurrent_automaton_steps:int ->
enable_ssh_ui:bool ->
time:float ->
read_only:bool ->
tls:[ `Native | `None | `OpenSSL ] ->
preemptive_bounds:int * int ->
preemptive_queue:int ->
libev:bool -> gc:Gc.stat -> t