# memory monitoring


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

------------------------------------------------------------------------

<a
href="https://github.com/cj-mills/cjm-fasthtml-sysmon/blob/main/cjm_fasthtml_sysmon/monitors/memory.py#L12"
target="_blank" style="float:right; font-size:smaller">source</a>

### get_memory_info

>  get_memory_info ()

*Get current memory usage information.*

``` python
get_memory_info()
```

    {'total': 98654470144,
     'available': 84322861056,
     'used': 14331609088,
     'percent': 14.5,
     'swap_total': 77309403136,
     'swap_used': 0,
     'swap_percent': 0.0}
