你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Apps - List Instance Processes Slot
有关获取网站、部署槽或网站中特定横向扩展实例的进程列表的说明。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes?api-version=2023-12-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
instance
|
path | True |
string |
特定横向扩展实例的 ID。 这是来自“GET api/sites/{siteName}/instances”的 JSON 响应中 name 属性的值。 |
name
|
path | True |
string |
站点名称。 |
resource
|
path | True |
string |
资源所属的资源组的名称。 正则表达式模式: |
slot
|
path | True |
string |
部署槽的名称。 如果未指定槽,API 将返回生产槽的部署。 |
subscription
|
path | True |
string |
Azure 订阅 ID。 这是 GUID 格式的字符串 (例如 00000000-0000-0000-0000-0000-0000000000000) 。 |
api-version
|
query | True |
string |
API 版本 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
进程已终止。 |
|
404 Not Found |
具有指定 ID 的进程未运行。 |
|
Other Status Codes |
App 服务错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
定义
名称 | 说明 |
---|---|
Default |
App 服务错误响应。 |
Details | |
Error |
错误模型。 |
Process |
处理信息。 |
Process |
Kudu 进程信息元素的集合。 |
Process |
处理模块信息。 |
Process |
处理线程信息。 |
DefaultErrorResponse
App 服务错误响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误模型。 |
Details
名称 | 类型 | 说明 |
---|---|---|
code |
string |
用于以编程方式识别错误的标准化字符串。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
Error
错误模型。
名称 | 类型 | 说明 |
---|---|---|
code |
string |
用于以编程方式识别错误的标准化字符串。 |
details |
Details[] |
详细错误。 |
innererror |
string |
调试错误的详细信息。 |
message |
string |
详细的错误说明和调试信息。 |
target |
string |
详细的错误说明和调试信息。 |
ProcessInfo
处理信息。
名称 | 类型 | 说明 |
---|---|---|
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 |
句柄计数。 |
properties.href |
string |
HRef URI。 |
properties.identifier |
integer |
部署的 ARM 标识符。 |
properties.iis_profile_timeout_in_seconds |
number |
IIS 配置文件超时 (秒) 。 |
properties.is_iis_profile_running |
boolean |
IIS 配置文件是否正在运行? |
properties.is_profile_running |
boolean |
配置文件是否正在运行? |
properties.is_scm_site |
boolean |
这是 SCM 站点吗? |
properties.is_webjob |
boolean |
这是 Web 作业吗? |
properties.minidump |
string |
小型转储 URI。 |
properties.module_count |
integer |
模块计数。 |
properties.modules |
模块列表。 |
|
properties.non_paged_system_memory |
integer |
非分页系统内存。 |
properties.open_file_handles |
string[] |
打开的文件列表。 |
properties.paged_memory |
integer |
分页内存。 |
properties.paged_system_memory |
integer |
分页系统内存。 |
properties.parent |
string |
父进程。 |
properties.peak_paged_memory |
integer |
分页内存峰值。 |
properties.peak_virtual_memory |
integer |
虚拟内存使用量高峰。 |
properties.peak_working_set |
integer |
峰值工作集。 |
properties.private_memory |
integer |
专用内存大小。 |
properties.privileged_cpu_time |
string |
特权 CPU 时间。 |
properties.start_time |
string |
开始时间。 |
properties.thread_count |
integer |
线程计数。 |
properties.threads |
线程列表。 |
|
properties.time_stamp |
string |
时间戳。 |
properties.total_cpu_time |
string |
总 CPU 时间。 |
properties.user_cpu_time |
string |
用户 CPU 时间。 |
properties.user_name |
string |
用户名。 |
properties.virtual_memory |
integer |
虚拟内存大小。 |
properties.working_set |
integer |
工作集。 |
type |
string |
资源类型。 |
ProcessInfoCollection
Kudu 进程信息元素的集合。
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
指向下一页资源的链接。 |
value |
资源的集合。 |
ProcessModuleInfo
处理模块信息。
名称 | 类型 | 说明 |
---|---|---|
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 |
模块内存大小。 |
properties.product |
string |
产品名称。 |
properties.product_version |
string |
产品版本。 |
type |
string |
资源类型。 |
ProcessThreadInfo
处理线程信息。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID。 |
kind |
string |
资源类型。 |
name |
string |
资源名称。 |
properties.base_priority |
integer |
基本优先级。 |
properties.current_priority |
integer |
当前线程优先级。 |
properties.href |
string |
HRef URI。 |
properties.identifier |
integer |
站点扩展 ID。 |
properties.priority_level |
string |
线程优先级。 |
properties.process |
string |
进程 URI。 |
properties.start_address |
string |
起始地址。 |
properties.start_time |
string |
开始时间。 |
properties.state |
string |
线程状态。 |
properties.total_processor_time |
string |
总处理器时间。 |
properties.user_processor_time |
string |
用户处理器时间。 |
properties.wait_reason |
string |
等待原因。 |
type |
string |
资源类型。 |