We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2886f51 commit afa0fb0Copy full SHA for afa0fb0
src/collectors/apps.plugin/apps_plugin.c
@@ -586,9 +586,9 @@ static void parse_args(int argc, char **argv)
586
" (default is %d seconds)\n"
587
"\n"
588
#if (PROCESSES_HAVE_SMAPS_ROLLUP == 1)
589
- " --pss TIME estimated memory interval (e.g. 5m, 300s)\n"
590
- " use 'off' to disable smaps sampling\n"
591
- " (default is 5 minutes)\n"
+ " --pss TIME enable estimated memory using PSS sampling at the given interval\n"
+ " (e.g. 5m, 300s). Use 'off' or '0' to disable.\n"
+ " (default is off)\n"
592
593
#endif
594
0 commit comments