Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: fix vfscount output when no duration is specified
Since commit a2e71a9 ("vfscount.py: add args time (iovisor#2344)"), vfscount does not show any output when it is interrupted by a key press, which is the only way out when no time limit is specified. I assume the exit() that has been added in the keyboard interrupt handler is there so that no output is displayed when the program has been interrupted early when a time limit has been specified. But since the tool still invite the user to use Ctrl-C to end the tracing in that case, it seems more consistent to show an output in that case too. This patch removes the exit() and the tools always show a result at the end. It also adds the duration argument to the synopsis and the option section in the man page.
- Loading branch information