process
A process
object is a running process.
Version | Platforms |
---|---|
8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Solaris, Windows |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Creation
Returns the init process of the specified Solaris Zone. An attempt to get the init process of an inactive zone will result in 'Singular expression refers to nonexistent object'. See the Solaris documentation for more information.
Version | Platforms |
---|---|
8.0.584.0 | Solaris |
Properties
Refers to the base priority of the process, which determines the order in which threads are scheduled for the processor. The base priority is set by the process code (not the OS), however the OS sets and changes the dynamic priorities of threads in the process within the range of the base. Use the Task Manager to change the base priority of processes.
- Q: base priority of process "FixletDebugger.exe" = normal priority
- A: True
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Returns the environment of the process.
- Q: variables of environment of process "qna"
- A: HOME = /root
- A: HOSTNAME = 7381cb903c1d
- A: PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- A: PORT = 5002
Version | Platforms |
---|---|
8.0.584.0 | Red Hat, SUSE, Solaris |
8.1.535.0 | Debian, Ubuntu |
9.5.13.130 | Raspbian |
Returns a file object representing the image file used to launch the process. In some cases, this property may not exist. For example, the "System" process does not have an image file.
- Q: pathname of image file of process "FixletDebugger.exe"
- A: C:\Program Files (x86)\BigFix Enterprise\BES Console\QnA\FixletDebugger.exe
Version | Platforms |
---|---|
8.0.584.0 | Windows |
9.5.3.211 | Mac |
9.5.5.193 | Debian, Red Hat, SUSE, Solaris, Ubuntu |
9.5.13.130 | Raspbian |
Refers to the number of I/O process operations that are neither reads nor writes, including file, network, and device I/O, but excluding I/O directed to the console input object handles.
- Q: io other count of process "FixletDebugger.exe"
- A: 5042
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Refers to the number of bytes transferred in I/O operations generated by a process including file, network, and device I/Os but excluding reads, writes and bytes directed to the console input object.
- Q: io other size of process "FixletDebugger.exe"
- A: 178874
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Refers to the number of read I/O operations generated by a process, including file, network, and device I/Os, but excluding I/O reads directed to the console input object handles.
- Q: io read count of process "FixletDebugger.exe"
- A: 372
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Refers to the number of bytes read in I/O operations generated by a process, including file, network, and device I/Os, but excluding read bytes directed to the console input object handles.
- Q: io read size of process "FixletDebugger.exe"
- A: 5202
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Refers to the number of write I/O operations generated by a process, including file, network, and device I/Os, but excluding I/O writes directed to the console input object handles.
- Q: io write count of process "FixletDebugger.exe"
- A: 2
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Refers to the number of bytes written in I/O operations generated by a process, including file, network, and device I/Os, but excluding write bytes directed to the console input object handles.
- Q: io write size of process "FixletDebugger.exe"
- A: 232
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Returns a security identifier associated with the user of specified process. This inspector may not be available if the inspector application does not have sufficient permissions. This object corresponds to the 'User Name' column in Task Manager.
- Q: user of process "FixletDebugger.exe"
- A: WIN-G49Q4EAR5U7\Administrator
Version | Platforms |
---|---|
8.0.584.0 | Windows |
Returns the amount of memory in bytes required by a process for efficient execution under an operating system that uses paged memory. Thrashing may occur in systems without sufficient memory. This value allow you to monitor the changing memory requirements of the specified process.
- Q: working set size of process "FixletDebugger.exe"
- A: 22999040
Version | Platforms |
---|---|
8.0.584.0 | Windows |