-
Notifications
You must be signed in to change notification settings - Fork 0
ProcessInfo Layout Renderer
Julian Verdurmen edited this page Jun 21, 2015
·
4 revisions
The information about the running process.
Supported in .NET
##Configuration Syntax
${processinfo:property=Enum}
##Parameters ###Rendering Options
-
property - Property to retrieve. Default: Id
Possible values:- ExitCode - Exit Code.
- ExitTime - Exit Time.
- Handle - Process Handle.
- HandleCount - Handle Count.
- HasExited - Whether process has exited.
- Id - Process ID.
- MachineName - Machine name.
- MainWindowHandle - Handle of the main window.
- MainWindowTitle - Title of the main window.
- MaxWorkingSet - Maximum Working Set.
- MinWorkingSet - Minimum Working Set.
- NonPagedSystemMemorySize - Non-paged System Memory Size.
- NonPagedSystemMemorySize64 - Non-paged System Memory Size (64-bit).
- PagedMemorySize - Paged Memory Size.
- PagedMemorySize64 - Paged Memory Size (64-bit)..
- PagedSystemMemorySize - Paged System Memory Size.
- PagedSystemMemorySize64 - Paged System Memory Size (64-bit).
- PeakPagedMemorySize - Peak Paged Memory Size.
- PeakPagedMemorySize64 - Peak Paged Memory Size (64-bit).
- PeakVirtualMemorySize - Peak Virtual Memory Size.
- PeakVirtualMemorySize64 - Peak Virtual Memory Size (64-bit)..
- PeakWorkingSet - Peak Working Set Size.
- PeakWorkingSet64 - Peak Working Set Size (64-bit).
- PriorityBoostEnabled - Whether priority boost is enabled.
- PriorityClass - Priority Class.
- PrivateMemorySize - Private Memory Size.
- PrivateMemorySize64 - Private Memory Size (64-bit).
- PrivilegedProcessorTime - Privileged Processor Time.
- ProcessName - Process Name.
- Responding - Whether process is responding.
- SessionId - Session ID.
- StartTime - Process Start Time.
- TotalProcessorTime - Total Processor Time.
- UserProcessorTime - User Processor Time.
- VirtualMemorySize - Virtual Memory Size.
- VirtualMemorySize64 - Virtual Memory Size (64-bit).
- WorkingSet - Working Set Size.
- WorkingSet64 - Working Set Size (64-bit)
- Search in documentation
- Getting started
- Examples
- External articles and tutorials
- FAQ
- Platform support
- Advanced Configuration file options
- Filtering log messages
- [Using Time Sources](Time Source)
- Visual Studio support
- Who is using NLog
- [Write custom extensions](Extending NLog)