你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProcessInfo interface
处理信息。
- Extends
属性
children | 子进程列表。 |
command |
命令行。 |
deployment |
部署名称。 |
description | 过程说明。 |
environment |
环境变量列表。 |
file |
此过程的文件名。 |
handle |
句柄计数。 |
href | HRef URI。 |
identifier | 部署的 ARM 标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
iis |
IIS 配置文件超时 (秒) 。 |
is |
IIS 配置文件是否正在运行? |
is |
配置文件是否正在运行? |
is |
这是 SCM 站点吗? |
is |
这是 Web 作业吗? |
minidump | 小型转储 URI。 |
module |
模块计数。 |
modules | 模块列表。 |
non |
非分页系统内存。 |
open |
打开的文件列表。 |
paged |
分页内存。 |
paged |
分页系统内存。 |
parent | 父进程。 |
peak |
分页内存峰值。 |
peak |
虚拟内存使用量峰值。 |
peak |
峰值工作集。 |
private |
专用内存大小。 |
privileged |
特权 CPU 时间。 |
start |
开始时间。 |
thread |
线程计数。 |
threads | 线程列表。 |
time |
时间戳。 |
total |
总 CPU 时间。 |
user |
用户 CPU 时间。 |
user |
用户名。 |
virtual |
虚拟内存大小。 |
working |
工作集。 |
继承属性
id | 资源 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
kind | 资源类型。 |
name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
children
子进程列表。
children?: string[]
属性值
string[]
commandLine
命令行。
commandLine?: string
属性值
string
deploymentName
部署名称。
deploymentName?: string
属性值
string
description
过程说明。
description?: string
属性值
string
environmentVariables
环境变量列表。
environmentVariables?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
fileName
此过程的文件名。
fileName?: string
属性值
string
handleCount
句柄计数。
handleCount?: number
属性值
number
href
HRef URI。
href?: string
属性值
string
identifier
部署的 ARM 标识符。 注意:此属性不会序列化。 它只能由服务器填充。
identifier?: number
属性值
number
iisProfileTimeoutInSeconds
IIS 配置文件超时 (秒) 。
iisProfileTimeoutInSeconds?: number
属性值
number
isIisProfileRunning
IIS 配置文件是否正在运行?
isIisProfileRunning?: boolean
属性值
boolean
isProfileRunning
配置文件是否正在运行?
isProfileRunning?: boolean
属性值
boolean
isScmSite
这是 SCM 站点吗?
isScmSite?: boolean
属性值
boolean
isWebjob
这是 Web 作业吗?
isWebjob?: boolean
属性值
boolean
minidump
小型转储 URI。
minidump?: string
属性值
string
moduleCount
模块计数。
moduleCount?: number
属性值
number
modules
nonPagedSystemMemory
非分页系统内存。
nonPagedSystemMemory?: number
属性值
number
openFileHandles
打开的文件列表。
openFileHandles?: string[]
属性值
string[]
pagedMemory
分页内存。
pagedMemory?: number
属性值
number
pagedSystemMemory
分页系统内存。
pagedSystemMemory?: number
属性值
number
parent
父进程。
parent?: string
属性值
string
peakPagedMemory
分页内存峰值。
peakPagedMemory?: number
属性值
number
peakVirtualMemory
虚拟内存使用量峰值。
peakVirtualMemory?: number
属性值
number
peakWorkingSet
峰值工作集。
peakWorkingSet?: number
属性值
number
privateMemory
专用内存大小。
privateMemory?: number
属性值
number
privilegedCpuTime
特权 CPU 时间。
privilegedCpuTime?: string
属性值
string
startTime
开始时间。
startTime?: Date
属性值
Date
threadCount
线程计数。
threadCount?: number
属性值
number
threads
timeStamp
时间戳。
timeStamp?: Date
属性值
Date
totalCpuTime
总 CPU 时间。
totalCpuTime?: string
属性值
string
userCpuTime
用户 CPU 时间。
userCpuTime?: string
属性值
string
userName
用户名。
userName?: string
属性值
string
virtualMemory
虚拟内存大小。
virtualMemory?: number
属性值
number
workingSet
工作集。
workingSet?: number
属性值
number