Skip to content

Commit

Permalink
Correct procinfo description. Fixes #171 (#172)
Browse files Browse the repository at this point in the history
Thanks, @iffyio !
  • Loading branch information
iffyio authored and Yao Yue committed Jun 25, 2018
1 parent 0508bf0 commit 9982aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/procinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
ACTION( ru_ixrss, METRIC_GAUGE, "text memory size" )\
ACTION( ru_idrss, METRIC_GAUGE, "data memory size" )\
ACTION( ru_isrss, METRIC_GAUGE, "stack memory size" )\
ACTION( ru_minflt, METRIC_COUNTER, "pagefalut w/o I/O" )\
ACTION( ru_majflt, METRIC_COUNTER, "pagefalut w/ I/O" )\
ACTION( ru_minflt, METRIC_COUNTER, "pagefault w/o I/O" )\
ACTION( ru_majflt, METRIC_COUNTER, "pagefault w/ I/O" )\
ACTION( ru_nswap, METRIC_COUNTER, "# times swapped" )\
ACTION( ru_inblock, METRIC_COUNTER, "real FS input" )\
ACTION( ru_oublock, METRIC_COUNTER, "real FS output" )\
Expand Down

0 comments on commit 9982aeb

Please sign in to comment.