Summary:
Retrieves a list of processes running in the specified server.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Server ID. |
|
|
|
|
Parameter to order the resulting list of processes by. The list of the parameters can be retrieved from the Agent vocabulary; the category name is |
|
|
|
Maximum number of processes to include in the list. |
|
|
|
If present, the resulting list will be sorted in descending order. |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
The list of processes. |
Example:
Input
<packet version="4.0.0">
<target>vzaproc_info</target>
<data>
<vzaproc_info>
<get>
<eid>9bafbeb7-85f7-499e-a210-40e00850a5f3</eid>
<limit>2</limit>
</get>
</vzaproc_info>
</data>
</packet>
Output
<ns1:packet xmlns:ns3="http://www.swsoft.com/webservices/vzl/4.0.0/types" xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns2="http://www.swsoft.com/webservices/vza/4.0.0/vzaproc_info" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="4ec45f697ect5f49rdfc" time="2007-03-11T06:40:57+0000" priority="0" version="4.0.0">
<ns1:origin>vzaproc_info</ns1:origin>
<ns1:target>vzclient6</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:vzaproc_info>
<ns2:ps_info xsi:type="ns3:ps_infoType">
<ns3:process>
<ns3:pid>1</ns3:pid>
<ns3:param>MC4w</ns3:param>
<ns3:param>MC4w</ns3:param>
<ns3:param>IGluaXQgWzNdICAgICAg</ns3:param>
<ns3:param>MA==</ns3:param>
<ns3:param>MjM=</ns3:param>
<ns3:param>NDky</ns3:param>
<ns3:param>U3M=</ns3:param>
<ns3:param>MDA6MDA6MDg=</ns3:param>
<ns3:param>MA==</ns3:param>
</ns3:process>
<ns3:process>
<ns3:pid>28222</ns3:pid>
<ns3:param>MC4w</ns3:param>
<ns3:param>MC4w</ns3:param>
<ns3:param>IHN5c2xvZ2QgLW0gMA==</ns3:param>
<ns3:param>MA==</ns3:param>
<ns3:param>MjE=</ns3:param>
<ns3:param>NTcy</ns3:param>
<ns3:param>U3M=</ns3:param>
<ns3:param>MDA6MDA6MDE=</ns3:param>
<ns3:param>MA==</ns3:param>
</ns3:process>
<ns3:param_id>%cpu</ns3:param_id>
<ns3:param_id>%mem</ns3:param_id>
<ns3:param_id>command</ns3:param_id>
<ns3:param_id>ni</ns3:param_id>
<ns3:param_id>pri</ns3:param_id>
<ns3:param_id>rss</ns3:param_id>
<ns3:param_id>stat</ns3:param_id>
<ns3:param_id>time</ns3:param_id>
<ns3:param_id>user</ns3:param_id>
</ns2:ps_info>
</ns2:vzaproc_info>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>