diff options
author | baude <bbaude@redhat.com> | 2017-11-09 09:29:15 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-09 17:36:11 +0000 |
commit | 55c9cfb80e066713f009547f7df7dddd2da35eb8 (patch) | |
tree | fd32384bcd947ccb4b21feafb1b92a5bfb6b7b8f /docs | |
parent | a0476f6529f2a4c00b91bb0cce353c73d5c4d4d4 (diff) | |
download | podman-55c9cfb80e066713f009547f7df7dddd2da35eb8.tar.gz podman-55c9cfb80e066713f009547f7df7dddd2da35eb8.tar.bz2 podman-55c9cfb80e066713f009547f7df7dddd2da35eb8.zip |
Add cpu-profiling to kpod
Add a global flag for cpu-profiling to allow us to
profile kpod for performance issues.
To parse its results, use:
go tool pprof --text <profile_path>
Signed-off-by: baude <bbaude@redhat.com>
Closes: #36
Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/kpod.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/kpod.1.md b/docs/kpod.1.md index 408ad3877..f1b74b58f 100644 --- a/docs/kpod.1.md +++ b/docs/kpod.1.md @@ -26,6 +26,9 @@ has the capability to debug pods/images created by crio. **--config value, -c**=**"config.file"** Path of a config file detailing container server configuration options +**--cpu-profile** + Path to where the cpu performance results should be written + **--log-level** log messages above specified level: debug, info, warn, error (default), fatal or panic |