Skip to content

Commit

Permalink
Correct procinfo description. Fixes twitter#171
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyio committed Jun 15, 2018
1 parent 0508bf0 commit 0f053e9
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 0f053e9

Please sign in to comment.