You can check the system load inside an OpenVZ container by logging into the container and using standard Linux commands such as `top`, `htop`, `uptime`, etc.
Here is how you can do it:
1. Log into the OpenVZ container. If you are on the Hardware Node, you can use the `vzctl` command to enter the container:
```
vzctl enter
```
Replace `
1. Once you are inside the container, you can check the system load by using the `top` command:
```
top
```
This will display a dynamic real-time view of the running system. It displays system summary information and a list of processes or threads currently being managed by the kernel.