You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to collect perf data of process by specifying its listening port (#14)
* perf: add arguments to collect perf data by process's listening port
* logfiles & config: adjust output path to proper sub-directory
* perf: add argument to run `perf archive` after collecting data
* perf: fix compatibility with Python 2
* insight: disable collector and pdctl by default, if calling a specific task
* process: minor cleanup of code
* process: unify argument names
help="""PID of process to run perf on. If `-p`/`--perf` is not set, this value will not take effect. Multiple PIDs can be set by using more than one `--pid` argument. `None` by default which means the whole system.""")
help="The prefix of config files, will be directory name of all config files, will be in the name of output tarball. If `--config-auto` is set, the value will be ignored.")
0 commit comments