This is documentation for Plesk Onyx.
Go to documentation for the latest version, Plesk Obsidian.
Miscellaneous Statistics
The other node describing miscellaneous server statistics data is
presented by complex type otherStatType (plesk_server.xsd
). The
node is structured as follows:
- The cpu node is required. It specifies what processor is used on the server. Data type: string.
- The uptime node is required. It specifies the amount of time (in seconds) during which the server is running. Data type: unsignedInt (integer).
- The inside_vz node is required. It specifies if the server is a Virtuozzo VPS or not. Data type: boolean.
The response packets parts returning information on the Plesk and operating system versions look as follows:
<other>
<cpu>AMD Sempron(tm) 2200+ x86 Family 6 Model 8 Stepping 1 ~1497MHz</cpu>
<uptime>149400</uptime>
<inside_vz>true</inside_vz>
</other>
This is the part of the packet received from the server with AMD Sempron ~1497 MHz processor which was last time started 41 hours 30 minutes ago. The server is a Virtuozzo virtual private server.
<other>
<cpu>GenuineIntel, Intel(R) Pentium(R) 4 CPU 3.00GHz</cpu>
<uptime>12660</uptime>
<inside_vz>false</inside_vz>
</other>
This is the part of the packet received from the server with Intel Pentium 4 3.00GHz processor which was last time started about 3.5 hours ago. The server is not a Virtuozzo virtual private server.