- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
getnum_threads
int getnum_threads()
- Returns:
- the number of threads in the process
-
getvsize
long getvsize()
- Returns:
- the number of bytes used by the process (= PAGE_SIZE * mm->total_vm).
-
getrss
long getrss()
- Returns:
- the number of pages the process has in real memory (= MM_FILEPAGES + MM_ANONPAGES + MM_SHMEMPAGES).
-
getmin_flt
long getmin_flt()
- Returns:
- the number of minor faults caused by the process
-
getmaj_flt
long getmaj_flt()
- Returns:
- the number of major faults caused by the process
-
getutime
long getutime()
- Returns:
- CPU time spent in user code, measured in clock ticks
-
getstime
long getstime()
- Returns:
- CPU time spent in kernel code, measured in clock ticks
-
getgtime
long getgtime()
- Returns:
- CPU time spent in a guest operating system, measured in clock ticks
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020. All rights reserved.