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 | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| 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