A small utility of XenVn that helps you easily view system information (OS, CPU, RAM, Disk Space).
- OS Name
- CPU Name
- CPU Speed
- CPU Cores
- Total RAM
- Total Disk Space
- Free Disk Space
- Used Disk Space
- Loaded php.ini File:
- Value of open_basedir
- Value of disable_functions
- Windows:
COM
class required. Enable this extension in php.ini:extension=php_com_dotnet.dll
. And there must be file:php\ext\php_com_dotnet.dll
. - Linux: Need read permissions for directories:
/etc/os-release, /proc/cpuinfo, /proc/meminfo
. Theopen_basedir
configuration inphp.ini
must contain those paths. For example:open_basedir = "/var/www:/tmp:/etc/os-release:/proc/cpuinfo:/proc/meminfo"
. Or do not set a value foropen_basedir
(default)
XenVn Files Manager -> Infor Button
Last edited: