Summary:
Retrieves system information.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
System information. |
Description:
The call retrieves system information from the current Hardware Node. The result set is organized into a list of structures, each containing the detailed information about a particular system area, such as operating system, CPU, memory, swap file information.
Example:
Input
<packet version="4.0.0" id="2">
<target>computerm</target>
<data>
<computerm>
<get_system/>
</computerm>
</data>
</packet>
Output
<packet id="2cc44855eeft4509" version="4.0.0">
<origin>computerm</origin>
<data>
<computerm>
<system>
<architecture>x86 Family 15 Model 3 Stepping 8</architecture>
Linux
<platform>Windows</platform>
<version>5.2.3790 Service Pack 1 Build 3790</version>
<name>Microsoft Windows Server 2003 family</name>
</os>
<cpu>
<units>0</units>
<bogomips>0</bogomips>
<mhz>2793</mhz>
<family>x86 Family 15 Model 3 Stepping 8</family>
<number>1</number>
<name>Intel(R) Celeron(R) CPU 2.80GHz</name>
<model>GenuineIntel</model>
</cpu>
<memory>
<total>402079744</total>
<used>371613696</used>
<free>30466048</free>
</memory>
<swap>
<total>865746944</total>
<used>344260608</used>
<free>521486336</free>
</swap>
</system>
</computerm>
</data>
</packet>