Skip navigation links
A B C D E F G I K L M N O P R S T U V W 

A

AndroidAppProcess - Class in com.jaredrummler.android.processes.models
 
AndroidAppProcess(int) - Constructor for class com.jaredrummler.android.processes.models.AndroidAppProcess
 
AndroidAppProcess(Parcel) - Constructor for class com.jaredrummler.android.processes.models.AndroidAppProcess
 
AndroidAppProcess.NotAndroidAppProcessException - Exception in com.jaredrummler.android.processes.models
 
AndroidProcess - Class in com.jaredrummler.android.processes.models
 
AndroidProcess(int) - Constructor for class com.jaredrummler.android.processes.models.AndroidProcess
AndroidProcess constructor
AndroidProcess(Parcel) - Constructor for class com.jaredrummler.android.processes.models.AndroidProcess
 
arg_end() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.5) Address below program command-line arguments (argv) are placed.
arg_start() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.5) Address above which program command-line arguments (argv) are placed.
attr_current() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/attr/current (since Linux 2.6.0)

B

blocked() - Method in class com.jaredrummler.android.processes.models.Stat
The bitmap of blocked signals, displayed as a decimal number.

C

cgroup() - Method in class com.jaredrummler.android.processes.models.AndroidAppProcess
 
cgroup() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/cgroup (since Linux 2.6.24)
Cgroup - Class in com.jaredrummler.android.processes.models
/proc/[pid]/cgroup (since Linux 2.6.24)
cguest_time() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.6.24) Guest time of the process's children, measured in clock ticks (divide by sysconf(_SC_CLK_TCK)).
cmajflt() - Method in class com.jaredrummler.android.processes.models.Stat
The number of major faults that the process's waited-for children have made.
cmdline() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/cmdline
cminflt() - Method in class com.jaredrummler.android.processes.models.Stat
The number of minor faults that the process's waited-for children have made.
cnswap() - Method in class com.jaredrummler.android.processes.models.Stat
Cumulative nswap for child processes (not maintained).
com.jaredrummler.android.processes - package com.jaredrummler.android.processes
 
com.jaredrummler.android.processes.models - package com.jaredrummler.android.processes.models
 
compare(AndroidProcess, AndroidProcess) - Method in class com.jaredrummler.android.processes.ProcessManager.ProcessComparator
 
content - Variable in class com.jaredrummler.android.processes.models.ProcFile
 
ControlGroup - Class in com.jaredrummler.android.processes.models
 
ControlGroup(String) - Constructor for class com.jaredrummler.android.processes.models.ControlGroup
 
ControlGroup(Parcel) - Constructor for class com.jaredrummler.android.processes.models.ControlGroup
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.AndroidAppProcess
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.AndroidProcess
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.Cgroup
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.ControlGroup
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.ProcFile
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.Stat
 
CREATOR - Static variable in class com.jaredrummler.android.processes.models.Statm
 
cstime() - Method in class com.jaredrummler.android.processes.models.Stat
Amount of time that this process's waited-for children have been scheduled in kernel mode, measured in clock ticks (divide by sysconf(_SC_CLK_TCK)).
cutime() - Method in class com.jaredrummler.android.processes.models.Stat
Amount of time that this process's waited-for children have been scheduled in user mode, measured in clock ticks (divide by sysconf(_SC_CLK_TCK)).

D

delayacct_blkio_ticks() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.6.18) Aggregated block I/O delays, measured in clock ticks (centiseconds).
describeContents() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
 
describeContents() - Method in class com.jaredrummler.android.processes.models.ControlGroup
 
describeContents() - Method in class com.jaredrummler.android.processes.models.ProcFile
 
describeContents() - Method in class com.jaredrummler.android.processes.models.Stat
 
describeContents() - Method in class com.jaredrummler.android.processes.models.Statm
 

E

end_data() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.3) Address below which program initialized and uninitialized (BSS) data are placed.
endcode() - Method in class com.jaredrummler.android.processes.models.Stat
The address below which program text can run.
env_end() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.5) Address below which program environment is placed.
env_start() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.5) Address above which program environment is placed.
exit_code() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.5) The thread's exit status in the form reported by waitpid(2).
exit_signal() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.1.22) Signal to be sent to parent when we die.

F

fields - Variable in class com.jaredrummler.android.processes.models.Statm
 
Filter() - Constructor for class com.jaredrummler.android.processes.ProcessManager.Filter
 
flags() - Method in class com.jaredrummler.android.processes.models.Stat
The kernel flags word of the process.
foreground - Variable in class com.jaredrummler.android.processes.models.AndroidAppProcess
true if the process is in the foreground

G

get(int) - Static method in class com.jaredrummler.android.processes.models.Cgroup
Read /proc/[pid]/cgroup.
get(int) - Static method in class com.jaredrummler.android.processes.models.Stat
Read /proc/[pid]/stat.
get(int) - Static method in class com.jaredrummler.android.processes.models.Statm
Read /proc/[pid]/statm.
get(int) - Static method in class com.jaredrummler.android.processes.models.Status
Read /proc/[pid]/status.
getComm() - Method in class com.jaredrummler.android.processes.models.Stat
The filename of the executable, in parentheses.
getGid() - Method in class com.jaredrummler.android.processes.models.Status
 
getGroup(String) - Method in class com.jaredrummler.android.processes.models.Cgroup
 
getPackageInfo(Context, int) - Method in class com.jaredrummler.android.processes.models.AndroidAppProcess
Retrieve overall information about the application package.
getPackageName() - Method in class com.jaredrummler.android.processes.models.AndroidAppProcess
 
getPid() - Method in class com.jaredrummler.android.processes.models.Stat
The process ID.
getResidentSetSize() - Method in class com.jaredrummler.android.processes.models.Statm
 
getRunningAppProcesses() - Static method in class com.jaredrummler.android.processes.ProcessManager
 
getRunningAppProcessInfo(Context) - Static method in class com.jaredrummler.android.processes.ProcessManager
Returns a list of application processes that are running on the device.
getRunningForegroundApps(Context) - Static method in class com.jaredrummler.android.processes.ProcessManager
Get a list of user apps running in the foreground.
getRunningProcesses() - Static method in class com.jaredrummler.android.processes.ProcessManager
 
getSize() - Method in class com.jaredrummler.android.processes.models.Statm
 
getUid() - Method in class com.jaredrummler.android.processes.models.Status
 
getValue(String) - Method in class com.jaredrummler.android.processes.models.Status
Get the value of one of the fields.
group - Variable in class com.jaredrummler.android.processes.models.ControlGroup
control group in the hierarchy to which the process belongs
groups - Variable in class com.jaredrummler.android.processes.models.Cgroup
the process' control groups
guest_time() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.6.24) Guest time of the process (time spent running a virtual CPU for a guest operating system), measured in clock ticks (divide by sysconf(_SC_CLK_TCK)).

I

id - Variable in class com.jaredrummler.android.processes.models.ControlGroup
hierarchy ID number
isMyProcessInTheForeground() - Static method in class com.jaredrummler.android.processes.ProcessManager
 
itrealvalue() - Method in class com.jaredrummler.android.processes.models.Stat
The time in jiffies before the next SIGALRM is sent to the process due to an interval timer.

K

kstkeip() - Method in class com.jaredrummler.android.processes.models.Stat
The current EIP (instruction pointer).
kstkesp() - Method in class com.jaredrummler.android.processes.models.Stat
The current value of ESP (stack pointer), as found in the kernel stack page for the process.

L

length() - Method in class com.jaredrummler.android.processes.models.ProcFile
 

M

majflt() - Method in class com.jaredrummler.android.processes.models.Stat
The number of major faults the process has made which have required loading a memory page from disk.
minflt() - Method in class com.jaredrummler.android.processes.models.Stat
The number of minor faults the process has made which have not required loading a memory page from disk.

N

name - Variable in class com.jaredrummler.android.processes.models.AndroidProcess
the process name
nice() - Method in class com.jaredrummler.android.processes.models.Stat
The nice value (see setpriority(2)), a value in the range 19 (low priority) to -20 (high priority).
NotAndroidAppProcessException(int) - Constructor for exception com.jaredrummler.android.processes.models.AndroidAppProcess.NotAndroidAppProcessException
 
nswap() - Method in class com.jaredrummler.android.processes.models.Stat
Number of pages swapped (not maintained).
num_threads() - Method in class com.jaredrummler.android.processes.models.Stat
Number of threads in this process (since Linux 2.6).

O

oom_adj() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/oom_adj (since Linux 2.6.11)
oom_score_adj() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/oom_score_adj (since Linux 2.6.36)

P

pgrp() - Method in class com.jaredrummler.android.processes.models.Stat
The process group ID of the process.
pid - Variable in class com.jaredrummler.android.processes.models.AndroidProcess
the process id
policy() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.5.19) Scheduling policy (see sched_setscheduler(2)).
ppid() - Method in class com.jaredrummler.android.processes.models.Stat
The PID of the parent of this process.
priority() - Method in class com.jaredrummler.android.processes.models.Stat
(Explanation for Linux 2.6) For processes running a real-time scheduling policy (policy below; see sched_setscheduler(2)), this is the negated scheduling priority, minus one; that is, a number in the range -2 to -100, corresponding to real-time priorities 1 to 99.
ProcessComparator() - Constructor for class com.jaredrummler.android.processes.ProcessManager.ProcessComparator
 
ProcessManager - Class in com.jaredrummler.android.processes
Helper class to get a list of processes on Android.
ProcessManager.Filter - Class in com.jaredrummler.android.processes
Get a list of running processes based on name, pid, ppid, or other conditions.
ProcessManager.ProcessComparator - Class in com.jaredrummler.android.processes
Comparator to list processes by name
processor() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.2.8) CPU number last executed on.
ProcFile - Class in com.jaredrummler.android.processes.models
 
ProcFile(String) - Constructor for class com.jaredrummler.android.processes.models.ProcFile
 
ProcFile(Parcel) - Constructor for class com.jaredrummler.android.processes.models.ProcFile
 

R

read(String) - Method in class com.jaredrummler.android.processes.models.AndroidProcess
Read the contents of a file in /proc/[pid]/[filename].
readFile(String) - Static method in class com.jaredrummler.android.processes.models.ProcFile
Read the contents of a file.
rss() - Method in class com.jaredrummler.android.processes.models.Stat
Resident Set Size: number of pages the process has in real memory.
rsslim() - Method in class com.jaredrummler.android.processes.models.Stat
Current soft limit in bytes on the rss of the process; see the description of RLIMIT_RSS in getrlimit(2).
rt_priority() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 2.5.19) 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 (see sched_setscheduler(2)).
run() - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
 

S

session() - Method in class com.jaredrummler.android.processes.models.Stat
The session ID of the process.
setApps(boolean) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
 
setName(String) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
 
setPid(int) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
 
setPpid(int) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
 
sigcatch() - Method in class com.jaredrummler.android.processes.models.Stat
The bitmap of caught signals, displayed as a decimal number.
sigignore() - Method in class com.jaredrummler.android.processes.models.Stat
The bitmap of ignored signals, displayed as a decimal number.
signal() - Method in class com.jaredrummler.android.processes.models.Stat
The bitmap of pending signals, displayed as a decimal number.
start_brk() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.3) Address above which program heap can be expanded with brk(2).
start_data() - Method in class com.jaredrummler.android.processes.models.Stat
(since Linux 3.3) Address above which program initialized and uninitialized (BSS) data are placed.
startcode() - Method in class com.jaredrummler.android.processes.models.Stat
The address above which program text can run.
startstack() - Method in class com.jaredrummler.android.processes.models.Stat
The address of the start (i.e., bottom) of the stack.
starttime() - Method in class com.jaredrummler.android.processes.models.Stat
The time the process started after system boot.
stat() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/stat
Stat - Class in com.jaredrummler.android.processes.models
/proc/[pid]/stat
state() - Method in class com.jaredrummler.android.processes.models.Stat
One of the following characters, indicating process state:
statm() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
Provides information about memory usage, measured in pages.
Statm - Class in com.jaredrummler.android.processes.models
Provides information about memory usage, measured in pages.
status() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
/proc/[pid]/status
Status - Class in com.jaredrummler.android.processes.models
/proc/[pid]/status
stime() - Method in class com.jaredrummler.android.processes.models.Stat
Amount of time that this process has been scheduled in kernel mode, measured in clock ticks (divide by sysconf(_SC_CLK_TCK)).
subsystems - Variable in class com.jaredrummler.android.processes.models.ControlGroup
set of subsystems bound to the hierarchy

T

tpgid() - Method in class com.jaredrummler.android.processes.models.Stat
The ID of the foreground process group of the controlling terminal of the process.
tty_nr() - Method in class com.jaredrummler.android.processes.models.Stat
The controlling terminal of the process.

U

uid - Variable in class com.jaredrummler.android.processes.models.AndroidAppProcess
The user id of this process.
utime() - Method in class com.jaredrummler.android.processes.models.Stat
Amount of time that this process has been scheduled in user mode, measured in clock ticks (divide by sysconf(_SC_CLK_TCK)).

V

vsize() - Method in class com.jaredrummler.android.processes.models.Stat
Virtual memory size in bytes.

W

wchan() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
The symbolic name corresponding to the location in the kernel where the process is sleeping.
wchan() - Method in class com.jaredrummler.android.processes.models.Stat
This is the "channel" in which the process is waiting.
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.AndroidAppProcess
 
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.AndroidProcess
 
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.Cgroup
 
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.ControlGroup
 
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.ProcFile
 
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.Stat
 
writeToParcel(Parcel, int) - Method in class com.jaredrummler.android.processes.models.Statm
 
A B C D E F G I K L M N O P R S T U V W 
Skip navigation links