共用方式為


ProcessInfoPropertiesOutput interface

ProcessInfo 資源特定屬性

屬性

children

子進程清單。

command_line

命令行。

deployment_name

部署名稱。

description

程式的描述。

environment_variables

環境變數清單。

file_name

此程式的檔名。

handle_count

處理計數。

href

HRef URI。

identifier

部署的 ARM 識別碼。

iis_profile_timeout_in_seconds

IIS 設定檔逾時(秒)。

is_iis_profile_running

IIS 設定檔是否正在執行?

is_profile_running

配置檔是否正在執行?

is_scm_site

這是 SCM 網站嗎?

is_webjob

這是 Web 作業嗎?

minidump

迷你傾印 URI。

modules

模組清單。

module_count

模組計數。

non_paged_system_memory

非分頁系統記憶體。

open_file_handles

開啟的檔案清單。

paged_memory

分頁記憶體。

paged_system_memory

分頁系統記憶體。

parent

父進程。

peak_paged_memory

尖峰分頁記憶體。

peak_virtual_memory

尖峰虛擬記憶體使用量。

peak_working_set

尖峰工作集。

private_memory

私人記憶體大小。

privileged_cpu_time

特殊許可權的CPU時間。

start_time

開始時間。

threads

線程清單。

thread_count

線程計數。

time_stamp

時間戳。

total_cpu_time

CPU 時間總計。

user_cpu_time

使用者CPU時間。

user_name

使用者名。

virtual_memory

虛擬記憶體大小。

working_set

工作集。

屬性詳細資料

children

子進程清單。

children?: string[]

屬性值

string[]

command_line

命令行。

command_line?: string

屬性值

string

deployment_name

部署名稱。

deployment_name?: string

屬性值

string

description

程式的描述。

description?: string

屬性值

string

environment_variables

環境變數清單。

environment_variables?: Record<string, string>

屬性值

Record<string, string>

file_name

此程式的檔名。

file_name?: string

屬性值

string

handle_count

處理計數。

handle_count?: number

屬性值

number

href

HRef URI。

href?: string

屬性值

string

identifier

部署的 ARM 識別碼。

identifier?: number

屬性值

number

iis_profile_timeout_in_seconds

IIS 設定檔逾時(秒)。

iis_profile_timeout_in_seconds?: number

屬性值

number

is_iis_profile_running

IIS 設定檔是否正在執行?

is_iis_profile_running?: boolean

屬性值

boolean

is_profile_running

配置檔是否正在執行?

is_profile_running?: boolean

屬性值

boolean

is_scm_site

這是 SCM 網站嗎?

is_scm_site?: boolean

屬性值

boolean

is_webjob

這是 Web 作業嗎?

is_webjob?: boolean

屬性值

boolean

minidump

迷你傾印 URI。

minidump?: string

屬性值

string

modules

模組清單。

modules?: ProcessModuleInfoOutput[]

屬性值

module_count

模組計數。

module_count?: number

屬性值

number

non_paged_system_memory

非分頁系統記憶體。

non_paged_system_memory?: number

屬性值

number

open_file_handles

開啟的檔案清單。

open_file_handles?: string[]

屬性值

string[]

paged_memory

分頁記憶體。

paged_memory?: number

屬性值

number

paged_system_memory

分頁系統記憶體。

paged_system_memory?: number

屬性值

number

parent

父進程。

parent?: string

屬性值

string

peak_paged_memory

尖峰分頁記憶體。

peak_paged_memory?: number

屬性值

number

peak_virtual_memory

尖峰虛擬記憶體使用量。

peak_virtual_memory?: number

屬性值

number

peak_working_set

尖峰工作集。

peak_working_set?: number

屬性值

number

private_memory

私人記憶體大小。

private_memory?: number

屬性值

number

privileged_cpu_time

特殊許可權的CPU時間。

privileged_cpu_time?: string

屬性值

string

start_time

開始時間。

start_time?: string

屬性值

string

threads

線程清單。

threads?: ProcessThreadInfoOutput[]

屬性值

thread_count

線程計數。

thread_count?: number

屬性值

number

time_stamp

時間戳。

time_stamp?: string

屬性值

string

total_cpu_time

CPU 時間總計。

total_cpu_time?: string

屬性值

string

user_cpu_time

使用者CPU時間。

user_cpu_time?: string

屬性值

string

user_name

使用者名。

user_name?: string

屬性值

string

virtual_memory

虛擬記憶體大小。

virtual_memory?: number

屬性值

number

working_set

工作集。

working_set?: number

屬性值

number