次の方法で共有


ProcessInfoProperties interface

ProcessInfo リソース固有のプロパティ

プロパティ

children

子プロセスの一覧。

command_line

コマンドライン。

deployment_name

デプロイ名。

description

プロセスの説明。

environment_variables

環境変数の一覧。

file_name

このプロセスのファイル名。

handle_count

ハンドル数。

href

HRef URI。

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

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?: ProcessModuleInfo[]

プロパティ値

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 | Date

プロパティ値

string | Date

threads

スレッド の一覧。

threads?: ProcessThreadInfo[]

プロパティ値

thread_count

スレッド数。

thread_count?: number

プロパティ値

number

time_stamp

タイム スタンプ。

time_stamp?: string | Date

プロパティ値

string | Date

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