# system


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

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

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

### get_static_system_info

>  get_static_system_info ()

*Get system information that doesn’t change during runtime.*

``` python
get_static_system_info()
```

    {'os': 'Linux',
     'os_version': '#32~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  2 14:21:04 UTC 2',
     'os_release': '6.14.0-32-generic',
     'architecture': 'x86_64',
     'processor': 'x86_64',
     'hostname': 'innom-dt',
     'python_version': '3.11.13',
     'cpu_count': 16,
     'cpu_count_logical': 32,
     'boot_time': '2025-09-30 10:09:04'}
