> For the complete documentation index, see [llms.txt](https://gonpvpmc.gitbook.io/skeasy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gonpvpmc.gitbook.io/skeasy/global/monitoring.md).

# Monitoring

### Ram: (1.0.12) (1.0.13 Bug of total ram set)

```python
ram (1¦free[e]|2¦used[s]|3¦total[s])
(1¦free[e]|2¦used[s]|3¦total[s]) ram
```

### Cpu: (1.0.12)

```python
load (1¦sys[tem]|2¦pro[ces][s])
(1¦sys[tem]|2¦pro[ces][s]) load
```

➔ I think there is no need to explain :)

Exemples:

```python
command /ram:
    trigger:
        send "%ram free% / %ram used% / %ram total%"

command /sys:
    trigger:
        send "%load sys% / %load pro%"
```

If you have a problem in the console ? (with Linux) it is necessary to add this in start.sh/run.bat&#x20;

```python
[...] --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED -jar paper-161.jar nogui
```

Thanks to **Anarchick** I was able to make this syntax, thanks to him!
