Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 9 Linux Microagents and Methods : COM.TIBCO.hawk.hma.Process : Process:getProcess

Process:getProcess
Method
Purpose
On Linux, returns a process table filtered by the Process Name argument.
Remarks
The argument is treated as a pattern to match. If no argument string is given, all processes are returned.
Type
Synchronous, IMPACT_INFO.
Arguments
 
Process name. Empty argument returns information for all processes.
Returns
 
Number of threads
The number of bytes which this task has caused, or shall cause to be written to disk
The number of bytes which this process has caused to be read from storage
Attempt to count the number of bytes which this process really did cause to be fetched from the storage layer.
Attempt to count the number of bytes which this process caused to be sent to the storage layer
This field represents the number of bytes which this process caused to not happen, by truncating pagecache
Pinned memory size. It is size of pinned pages that cannot be swapped. (available since Linux 3.2)
The ID of the foreground process group of the controlling terminal of the process
Amount of time that this process's waited-for children have been scheduled in kernel mode
Amount of time that this process's waited-for children have been scheduled in user mode
The nice value, a value in the range 19 (low priority) to -20 (high priority)
The time in jiffies before the next SIGALRM is sent to the process due to an interval timer
The current value of ESP (stack pointer), as found in the kernel stack page for the process
This is the channel in which the process is waiting. It is the address of a location in the kernel where the process is sleeping
Signal to send to parent thread on exit. (available in Linux 2.1.22 and later)
Real-time scheduling priority, a number in the range 1 to 99 for processes scheduled under a real-time policy, or 0, for non-real-time processes. (available in Linux 2.5.19 and later)
Scheduling policy. Decode using the SCHED_* constants in linux/sched.h. (available in Linux 2.5.19 and later)

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved