ps Command

Description

Lists running processes for a component instance if the component and operating system provides that information. 

NOTE: Not supported on Windows 98.  Memory usage and time statistics not available on Windows NT.

Command Syntax

ps <object>

Example

The following Analysis Server dialog shows how to list running processes for a component.
>start ~zulu/Hanstrap comp
Object comp started
>ps comp
<Processes length='3'>
 <Process pid='2020'>
  <ParentPID>1836</ParentPID>
  <PercentCPU>0.0</PercentCPU>
  <Memory>0</Memory>
  <Time>0</Time>
  <WallTime>0</WallTime>
  <Command>phxspawn.exe</Command>
 </Process>
 <Process pid='2032'>
  <ParentPID>2020</ParentPID>
  <PercentCPU>0.0</PercentCPU>
  <Memory>0</Memory>
  <Time>0</Time>
  <WallTime>0</WallTime>
  <Command>CMD.EXE</Command>
 </Process>
 <Process pid='1916'>
  <ParentPID>2032</ParentPID>
  <PercentCPU>0.0</PercentCPU>
  <Memory>0</Memory>
  <Time>0</Time>
  <WallTime>0</WallTime>
  <Command>FWMonitor.exe</Command>
 </Process>
</Processes>

 

See also Analysis Server | Analysis Server Commands