ProcessInfo クラス

プロセス情報。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
ProcessInfo

コンストラクター

ProcessInfo(*, kind: str | None = None, deployment_name: str | None = None, href: str | None = None, minidump: str | None = None, is_profile_running: bool | None = None, is_iis_profile_running: bool | None = None, iis_profile_timeout_in_seconds: float | None = None, parent: str | None = None, children: List[str] | None = None, threads: List[_models.ProcessThreadInfo] | None = None, open_file_handles: List[str] | None = None, modules: List[_models.ProcessModuleInfo] | None = None, file_name: str | None = None, command_line: str | None = None, user_name: str | None = None, handle_count: int | None = None, module_count: int | None = None, thread_count: int | None = None, start_time: datetime | None = None, total_cpu_time: str | None = None, user_cpu_time: str | None = None, privileged_cpu_time: str | None = None, working_set: int | None = None, peak_working_set: int | None = None, private_memory: int | None = None, virtual_memory: int | None = None, peak_virtual_memory: int | None = None, paged_system_memory: int | None = None, non_paged_system_memory: int | None = None, paged_memory: int | None = None, peak_paged_memory: int | None = None, time_stamp: datetime | None = None, environment_variables: Dict[str, str] | None = None, is_scm_site: bool | None = None, is_webjob: bool | None = None, description: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
kind
str

リソースの種類。

deployment_name
str

デプロイ名。

href
str

HRef URI。

minidump
str

ミニダンプ URI。

is_profile_running

プロファイルは実行されていますか?

is_iis_profile_running

IIS プロファイルは実行されていますか?

iis_profile_timeout_in_seconds

IIS プロファイルのタイムアウト (秒)。

parent
str

親プロセス。

children

子プロセスの一覧。

threads

スレッド リスト。

open_file_handles

開いているファイルの一覧。

modules

モジュールの一覧。

file_name
str

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

command_line
str

コマンドライン。

user_name
str

ユーザー名。

handle_count
int

ハンドル数。

module_count
int

モジュール数。

thread_count
int

スレッド数。

start_time

開始時刻。

total_cpu_time
str

合計 CPU 時間。

user_cpu_time
str

ユーザーの CPU 時間。

privileged_cpu_time
str

特権 CPU 時間。

working_set
int

ワーキング セット。

peak_working_set
int

ピークワーキングセット。

private_memory
int

プライベート メモリ サイズ。

virtual_memory
int

仮想メモリ サイズ。

peak_virtual_memory
int

仮想メモリ使用量のピーク。

paged_system_memory
int

ページ システム メモリ。

non_paged_system_memory
int

ページなしのシステム メモリ。

paged_memory
int

ページングされたメモリ。

peak_paged_memory
int

ページ メモリのピーク。

time_stamp

タイムスタンプ。

environment_variables

環境変数の一覧。

is_scm_site

これは SCM サイトですか?

is_webjob

これは Web ジョブですか?

description
str

プロセスの説明。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

type
str

リソースの種類。

identifier
int

デプロイ用の ARM 識別子。

deployment_name
str

デプロイ名。

href
str

HRef URI。

minidump
str

ミニダンプ URI。

is_profile_running

プロファイルは実行されていますか?

is_iis_profile_running

IIS プロファイルは実行されていますか?

iis_profile_timeout_in_seconds

IIS プロファイルのタイムアウト (秒)。

parent
str

親プロセス。

children

子プロセスの一覧。

threads

スレッド リスト。

open_file_handles

開いているファイルの一覧。

modules

モジュールの一覧。

file_name
str

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

command_line
str

コマンドライン。

user_name
str

ユーザー名。

handle_count
int

ハンドル数。

module_count
int

モジュール数。

thread_count
int

スレッド数。

start_time

開始時刻。

total_cpu_time
str

合計 CPU 時間。

user_cpu_time
str

ユーザーの CPU 時間。

privileged_cpu_time
str

特権 CPU 時間。

working_set
int

ワーキング セット。

peak_working_set
int

ピークワーキングセット。

private_memory
int

プライベート メモリ サイズ。

virtual_memory
int

仮想メモリ サイズ。

peak_virtual_memory
int

仮想メモリ使用量のピーク。

paged_system_memory
int

ページ システム メモリ。

non_paged_system_memory
int

ページなしのシステム メモリ。

paged_memory
int

ページングされたメモリ。

peak_paged_memory
int

ページ メモリのピーク。

time_stamp

タイムスタンプ。

environment_variables

環境変数の一覧。

is_scm_site

これは SCM サイトですか?

is_webjob

これは Web ジョブですか?

description
str

プロセスの説明。