Collects top process information on a XenApp server. Data is stored in Data Warehouse.
To select the type of process collection, override the CollectionType parameter with:
ALL - all processes will be collected
LIST process_name_1.exe process_name_2.exe ... - specified processes will be collected
TOP CPU MEM N - top N processes with highest CPU and/or Memory (working set) will be collected. CPU and MEM parameters are optional. N represents the number of top processes.
Default parameter value is "TOP CPU 10".
Collects top process information on XenApp server. Data is stored in Data Warehouse.
To select the type of process collection, override the CollectionType parameter with:
ALL | All processes will be collected. |
LIST process_name_1.exe process_name_2.exe ... | Specified processes will be collected. |
TOP CPU MEM N | Top N processes with highest CPU and/or Memory (working set) will be collected. CPU and MEM parameters are optional. N represents the number of top processes. |
Default parameter value is TOP CPU 10.
Target | Comtrade.Citrix.XenApp.XenApp |
Category | PerformanceCollection |
Enabled | True |
Alert Generate | False |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DSProc | DataSource | Comtrade.Citrix.XenApp.DS.XenApp.ProcessDetailProvider | Default |
WA | WriteAction | Comtrade.Citrix.XenApp.Reports.WA.PublishProcessDetailsDW | Default |