aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c
index b4ba641f31b..a9638dfc2df 100644
--- a/src/process.c
+++ b/src/process.c
@@ -7934,8 +7934,7 @@ integer or floating point values.
7934 majflt -- number of major page faults (number) 7934 majflt -- number of major page faults (number)
7935 cminflt -- cumulative number of minor page faults (number) 7935 cminflt -- cumulative number of minor page faults (number)
7936 cmajflt -- cumulative number of major page faults (number) 7936 cmajflt -- cumulative number of major page faults (number)
7937 utime -- user time used by the process, in (current-time) format, 7937 utime -- user time used by the process, in `current-time' format
7938 which is a list of integers (HIGH LOW USEC PSEC)
7939 stime -- system time used by the process (current-time) 7938 stime -- system time used by the process (current-time)
7940 time -- sum of utime and stime (current-time) 7939 time -- sum of utime and stime (current-time)
7941 cutime -- user time used by the process and its children (current-time) 7940 cutime -- user time used by the process and its children (current-time)
@@ -7947,7 +7946,7 @@ integer or floating point values.
7947 start -- time the process started (current-time) 7946 start -- time the process started (current-time)
7948 vsize -- virtual memory size of the process in KB's (number) 7947 vsize -- virtual memory size of the process in KB's (number)
7949 rss -- resident set size of the process in KB's (number) 7948 rss -- resident set size of the process in KB's (number)
7950 etime -- elapsed time the process is running, in (HIGH LOW USEC PSEC) format 7949 etime -- elapsed time the process is running (current-time)
7951 pcpu -- percents of CPU time used by the process (floating-point number) 7950 pcpu -- percents of CPU time used by the process (floating-point number)
7952 pmem -- percents of total physical memory used by process's resident set 7951 pmem -- percents of total physical memory used by process's resident set
7953 (floating-point number) 7952 (floating-point number)