ProcessInfoProperties |
ProcessInfoProperties.withChildren(List<String> children) |
Set the children property: Child process list.
|
ProcessInfoProperties |
ProcessInfoProperties.withCommandLine(String commandLine) |
Set the commandLine property: Command line.
|
ProcessInfoProperties |
ProcessInfoProperties.withDeploymentName(String deploymentName) |
Set the deploymentName property: Deployment name.
|
ProcessInfoProperties |
ProcessInfoProperties.withDescription(String description) |
Set the description property: Description of process.
|
ProcessInfoProperties |
ProcessInfoProperties.withEnvironmentVariables(Map<String,String> environmentVariables) |
Set the environmentVariables property: List of environment variables.
|
ProcessInfoProperties |
ProcessInfoProperties.withFileName(String fileName) |
Set the fileName property: File name of this process.
|
ProcessInfoProperties |
ProcessInfoProperties.withHandleCount(Integer handleCount) |
Set the handleCount property: Handle count.
|
ProcessInfoProperties |
ProcessInfoProperties.withHref(String href) |
Set the href property: HRef URI.
|
ProcessInfoProperties |
ProcessInfoProperties.withIisProfileTimeoutInSeconds(Double iisProfileTimeoutInSeconds) |
Set the iisProfileTimeoutInSeconds property: IIS Profile timeout (seconds).
|
ProcessInfoProperties |
ProcessInfoProperties.withIsIisProfileRunning(Boolean isIisProfileRunning) |
Set the isIisProfileRunning property: Is the IIS Profile running?.
|
ProcessInfoProperties |
ProcessInfoProperties.withIsProfileRunning(Boolean isProfileRunning) |
Set the isProfileRunning property: Is profile running?.
|
ProcessInfoProperties |
ProcessInfoProperties.withIsScmSite(Boolean isScmSite) |
Set the isScmSite property: Is this the SCM site?.
|
ProcessInfoProperties |
ProcessInfoProperties.withIsWebjob(Boolean isWebjob) |
Set the isWebjob property: Is this a Web Job?.
|
ProcessInfoProperties |
ProcessInfoProperties.withMinidump(String minidump) |
Set the minidump property: Minidump URI.
|
ProcessInfoProperties |
ProcessInfoProperties.withModuleCount(Integer moduleCount) |
Set the moduleCount property: Module count.
|
ProcessInfoProperties |
ProcessInfoProperties.withModules(List<ProcessModuleInfoInner> modules) |
Set the modules property: List of modules.
|
ProcessInfoProperties |
ProcessInfoProperties.withNonPagedSystemMemory(Long nonPagedSystemMemory) |
Set the nonPagedSystemMemory property: Non-paged system memory.
|
ProcessInfoProperties |
ProcessInfoProperties.withOpenFileHandles(List<String> openFileHandles) |
Set the openFileHandles property: List of open files.
|
ProcessInfoProperties |
ProcessInfoProperties.withPagedMemory(Long pagedMemory) |
Set the pagedMemory property: Paged memory.
|
ProcessInfoProperties |
ProcessInfoProperties.withPagedSystemMemory(Long pagedSystemMemory) |
Set the pagedSystemMemory property: Paged system memory.
|
ProcessInfoProperties |
ProcessInfoProperties.withParent(String parent) |
Set the parent property: Parent process.
|
ProcessInfoProperties |
ProcessInfoProperties.withPeakPagedMemory(Long peakPagedMemory) |
Set the peakPagedMemory property: Peak paged memory.
|
ProcessInfoProperties |
ProcessInfoProperties.withPeakVirtualMemory(Long peakVirtualMemory) |
Set the peakVirtualMemory property: Peak virtual memory usage.
|
ProcessInfoProperties |
ProcessInfoProperties.withPeakWorkingSet(Long peakWorkingSet) |
Set the peakWorkingSet property: Peak working set.
|
ProcessInfoProperties |
ProcessInfoProperties.withPrivateMemory(Long privateMemory) |
Set the privateMemory property: Private memory size.
|
ProcessInfoProperties |
ProcessInfoProperties.withPrivilegedCpuTime(String privilegedCpuTime) |
Set the privilegedCpuTime property: Privileged CPU time.
|
ProcessInfoProperties |
ProcessInfoProperties.withStartTime(OffsetDateTime startTime) |
Set the startTime property: Start time.
|
ProcessInfoProperties |
ProcessInfoProperties.withThreadCount(Integer threadCount) |
Set the threadCount property: Thread count.
|
ProcessInfoProperties |
ProcessInfoProperties.withThreads(List<ProcessThreadInfoInner> threads) |
Set the threads property: Thread list.
|
ProcessInfoProperties |
ProcessInfoProperties.withTimestamp(OffsetDateTime timestamp) |
Set the timestamp property: Time stamp.
|
ProcessInfoProperties |
ProcessInfoProperties.withTotalCpuTime(String totalCpuTime) |
Set the totalCpuTime property: Total CPU time.
|
ProcessInfoProperties |
ProcessInfoProperties.withUserCpuTime(String userCpuTime) |
Set the userCpuTime property: User CPU time.
|
ProcessInfoProperties |
ProcessInfoProperties.withUsername(String username) |
Set the username property: User name.
|
ProcessInfoProperties |
ProcessInfoProperties.withVirtualMemory(Long virtualMemory) |
Set the virtualMemory property: Virtual memory size.
|
ProcessInfoProperties |
ProcessInfoProperties.withWorkingSet(Long workingSet) |
Set the workingSet property: Working set.
|