ProcessInfoProperties interface
ProcessInfo resource specific properties
Properties
| children | Child process list. |
| command_line | Command line. |
| deployment_name | Deployment name. |
| description | Description of process. |
| environment_variables | List of environment variables. |
| file_name | File name of this process. |
| handle_count | Handle count. |
| href | HRef URI. |
| iis_profile_timeout_in_seconds | IIS Profile timeout (seconds). |
| is_iis_profile_running | Is the IIS Profile running? |
| is_profile_running | Is profile running? |
| is_scm_site | Is this the SCM site? |
| is_webjob | Is this a Web Job? |
| minidump | Minidump URI. |
| modules | List of modules. |
| module_count | Module count. |
| non_paged_system_memory | Non-paged system memory. |
| open_file_handles | List of open files. |
| paged_memory | Paged memory. |
| paged_system_memory | Paged system memory. |
| parent | Parent process. |
| peak_paged_memory | Peak paged memory. |
| peak_virtual_memory | Peak virtual memory usage. |
| peak_working_set | Peak working set. |
| private_memory | Private memory size. |
| privileged_cpu_time | Privileged CPU time. |
| start_time | Start time. |
| threads | Thread list. |
| thread_count | Thread count. |
| time_stamp | Time stamp. |
| total_cpu_time | Total CPU time. |
| user_cpu_time | User CPU time. |
| user_name | User name. |
| virtual_memory | Virtual memory size. |
| working_set | Working set. |
Property Details
children
Child process list.
children?: string[]
Property Value
string[]
command_line
Command line.
command_line?: string
Property Value
string
deployment_name
Deployment name.
deployment_name?: string
Property Value
string
description
Description of process.
description?: string
Property Value
string
environment_variables
List of environment variables.
environment_variables?: Record<string, string>
Property Value
Record<string, string>
file_name
File name of this process.
file_name?: string
Property Value
string
handle_count
Handle count.
handle_count?: number
Property Value
number
href
HRef URI.
href?: string
Property Value
string
iis_profile_timeout_in_seconds
IIS Profile timeout (seconds).
iis_profile_timeout_in_seconds?: number
Property Value
number
is_iis_profile_running
Is the IIS Profile running?
is_iis_profile_running?: boolean
Property Value
boolean
is_profile_running
Is profile running?
is_profile_running?: boolean
Property Value
boolean
is_scm_site
Is this the SCM site?
is_scm_site?: boolean
Property Value
boolean
is_webjob
Is this a Web Job?
is_webjob?: boolean
Property Value
boolean
minidump
Minidump URI.
minidump?: string
Property Value
string
modules
module_count
Module count.
module_count?: number
Property Value
number
non_paged_system_memory
Non-paged system memory.
non_paged_system_memory?: number
Property Value
number
open_file_handles
List of open files.
open_file_handles?: string[]
Property Value
string[]
paged_memory
Paged memory.
paged_memory?: number
Property Value
number
paged_system_memory
Paged system memory.
paged_system_memory?: number
Property Value
number
parent
Parent process.
parent?: string
Property Value
string
peak_paged_memory
Peak paged memory.
peak_paged_memory?: number
Property Value
number
peak_virtual_memory
Peak virtual memory usage.
peak_virtual_memory?: number
Property Value
number
peak_working_set
Peak working set.
peak_working_set?: number
Property Value
number
private_memory
Private memory size.
private_memory?: number
Property Value
number
privileged_cpu_time
Privileged CPU time.
privileged_cpu_time?: string
Property Value
string
start_time
Start time.
start_time?: string | Date
Property Value
string | Date
threads
thread_count
Thread count.
thread_count?: number
Property Value
number
time_stamp
Time stamp.
time_stamp?: string | Date
Property Value
string | Date
total_cpu_time
Total CPU time.
total_cpu_time?: string
Property Value
string
user_cpu_time
User CPU time.
user_cpu_time?: string
Property Value
string
user_name
User name.
user_name?: string
Property Value
string
virtual_memory
Virtual memory size.
virtual_memory?: number
Property Value
number
working_set
Working set.
working_set?: number
Property Value
number