module Server_status:sig
..end
type
t = {
|
time : |
|
read_only : |
|
tls : |
|
preemptive_bounds : |
|
preemptive_queue : |
|
libev : |
|
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 : |
val create : time:float ->
read_only:bool ->
tls:[ `Native | `None | `OpenSSL ] ->
preemptive_bounds:int * int ->
preemptive_queue:int ->
libev:bool -> gc:Gc.stat -> t