다음을 통해 공유


Web Apps - List Processes

웹 사이트 또는 배포 슬롯 또는 웹 사이트의 특정 스케일 아웃 인스턴스에 대한 프로세스 목록 가져오기에 대한 설명입니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes?api-version=2024-04-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
name
path True

string

사이트 이름입니다.

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+[^\.]$

리소스가 속한 리소스 그룹의 이름입니다.

subscriptionId
path True

string

Azure 구독 ID입니다. GUID 형식 문자열입니다(예: 000000000-0000-0000-0000-0000000000000).

api-version
query True

string

API 버전

응답

Name 형식 Description
200 OK

ProcessInfoCollection

프로세스가 종료되었습니다.

404 Not Found

지정된 ID를 가진 프로세스가 실행되고 있지 않습니다.

Other Status Codes

DefaultErrorResponse

App Service 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

정의

Name Description
DefaultErrorResponse

App Service 오류 응답입니다.

Details
Error

오류 모델입니다.

ProcessInfo

프로세스 정보입니다.

ProcessInfoCollection

Kudu 프로세스 정보 요소의 컬렉션입니다.

ProcessModuleInfo

프로세스 모듈 정보입니다.

ProcessThreadInfo

프로세스 스레드 정보입니다.

DefaultErrorResponse

App Service 오류 응답입니다.

Name 형식 Description
error

Error

오류 모델입니다.

Details

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

Error

오류 모델입니다.

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

details

Details[]

자세한 오류입니다.

innererror

string

디버그 오류에 대한 자세한 정보입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

ProcessInfo

프로세스 정보입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.children

string[]

자식 프로세스 목록입니다.

properties.command_line

string

명령줄.

properties.deployment_name

string

배포 이름입니다.

properties.description

string

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

properties.environment_variables

object

환경 변수 목록입니다.

properties.file_name

string

이 프로세스의 파일 이름입니다.

properties.handle_count

integer (int32)

핸들 개수입니다.

properties.href

string

HRef URI.

properties.identifier

integer (int32)

배포용 ARM 식별자입니다.

properties.iis_profile_timeout_in_seconds

number (double)

IIS 프로필 제한 시간(초)입니다.

properties.is_iis_profile_running

boolean

IIS 프로필이 실행되고 있나요?

properties.is_profile_running

boolean

프로필이 실행되고 있나요?

properties.is_scm_site

boolean

SCM 사이트인가요?

properties.is_webjob

boolean

웹 작업인가요?

properties.minidump

string

미니덤프 URI입니다.

properties.module_count

integer (int32)

모듈 수입니다.

properties.modules

ProcessModuleInfo[]

모듈 목록입니다.

properties.non_paged_system_memory

integer (int64)

페이징이 아닌 시스템 메모리입니다.

properties.open_file_handles

string[]

열려 있는 파일 목록입니다.

properties.paged_memory

integer (int64)

페이징된 메모리.

properties.paged_system_memory

integer (int64)

페이징된 시스템 메모리.

properties.parent

string

부모 프로세스입니다.

properties.peak_paged_memory

integer (int64)

최대 페이징 메모리입니다.

properties.peak_virtual_memory

integer (int64)

최대 가상 메모리 사용량

properties.peak_working_set

integer (int64)

최대 작업 집합입니다.

properties.private_memory

integer (int64)

개인 메모리 크기입니다.

properties.privileged_cpu_time

string

권한 있는 CPU 시간입니다.

properties.start_time

string (date-time)

시작 시간입니다.

properties.thread_count

integer (int32)

스레드 수입니다.

properties.threads

ProcessThreadInfo[]

스레드 목록입니다.

properties.time_stamp

string (date-time)

타임스탬프를 사용합니다.

properties.total_cpu_time

string

총 CPU 시간입니다.

properties.user_cpu_time

string

사용자 CPU 시간입니다.

properties.user_name

string

사용자 이름입니다.

properties.virtual_memory

integer (int64)

가상 메모리 크기입니다.

properties.working_set

integer (int64)

작업 집합입니다.

type

string

리소스 종류입니다.

ProcessInfoCollection

Kudu 프로세스 정보 요소의 컬렉션입니다.

Name 형식 Description
nextLink

string

리소스의 다음 페이지에 연결합니다.

value

ProcessInfo[]

리소스 컬렉션입니다.

ProcessModuleInfo

프로세스 모듈 정보입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.base_address

string

기본 주소입니다. ARM 리소스 URI에서 모듈 식별자로 사용됩니다.

properties.file_description

string

파일 설명입니다.

properties.file_name

string

파일 이름입니다.

properties.file_path

string

파일 경로입니다.

properties.file_version

string

파일 버전입니다.

properties.href

string

HRef URI.

properties.is_debug

boolean

디버그인가요?

properties.language

string

모듈 언어(로캘).

properties.module_memory_size

integer (int32)

모듈 메모리 크기입니다.

properties.product

string

제품 이름입니다.

properties.product_version

string

제품 버전입니다.

type

string

리소스 종류입니다.

ProcessThreadInfo

프로세스 스레드 정보입니다.

Name 형식 Description
id

string

리소스 ID입니다.

kind

string

리소스 종류입니다.

name

string

리소스 이름입니다.

properties.base_priority

integer (int32)

기본 우선 순위입니다.

properties.current_priority

integer (int32)

현재 스레드 우선 순위입니다.

properties.href

string

HRef URI.

properties.identifier

integer (int32)

사이트 확장 ID입니다.

properties.priority_level

string

스레드 우선 순위 수준입니다.

properties.process

string

프로세스 URI입니다.

properties.start_address

string

시작 주소입니다.

properties.start_time

string (date-time)

시작 시간입니다.

properties.state

string

스레드 상태입니다.

properties.total_processor_time

string

총 프로세서 시간입니다.

properties.user_processor_time

string

사용자 프로세서 시간입니다.

properties.wait_reason

string

대기 이유.

type

string

리소스 종류입니다.