Memory Usage

The mem node describing physical memory usage on the server is presented by complex type memStatType (plesk_server.xsd). The node is structured as follows:

 

The part of the response packet returning physical memory usage statistics may look as follows:

<mem>
   <total>2146910208</total>
   <used>2055024640</used>
   <free>91885568</free>
   <shared>0</shared>
   <buffer>0</buffer>
   <cached>0</cached>
</mem>