다음을 통해 공유


ProcessInfo 클래스

프로세스 정보.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.web.v2023_01_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)

키워드 전용 매개 변수

Name Description
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

웹 작업인가요?

description
str

프로세스에 대한 설명입니다.

변수

Name Description
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

웹 작업인가요?

description
str

프로세스에 대한 설명입니다.