diff --git a/.wordlist.txt b/.wordlist.txt index 21936a4..dbeda2b 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1,3 +1,4 @@ +allocs amd apache API @@ -23,6 +24,7 @@ CI cli CLI ClusterIP +cmdline CNAME CNCF codebase @@ -32,11 +34,14 @@ ConfigMap conformant containerd CPUs +cpu credentialsFile cri CRI crt CSS +cURL +curl cve CVE CVEs @@ -66,6 +71,8 @@ GitHub gitlab GitLab golang +goroutine +goroutines GPG graphQL gui @@ -110,6 +117,8 @@ mgmt minify mkdocs mTLS +mutex +mutexes myfile natively ng @@ -133,6 +142,7 @@ plaintext png podman pollInterval +pprof PR PRs prometheus @@ -171,6 +181,7 @@ substring subtree subtrees systemd +threadcreate TLS tlsVerify tmp @@ -188,6 +199,7 @@ trustStores tunable twemoji UI +unrecovered unreviewed uri URI diff --git a/docs/developer-guide/pprofiling.md b/docs/developer-guide/pprofiling.md index fe3f7c5..3430830 100644 --- a/docs/developer-guide/pprofiling.md +++ b/docs/developer-guide/pprofiling.md @@ -2,7 +2,7 @@ > :point_right: Use zot's built-in profiling tools to collect and analyze runtime performance. -The profiling capabilites within zot allow a zot administrator to collect and export a range of diagnostic performance data such as CPU intensive function calls, memory allocations, and execution traces. The collected data can then be analyzed using go tools and a variety of available visualization tools. +The profiling capabilities within zot allow a zot administrator to collect and export a range of diagnostic performance data such as CPU intensive function calls, memory allocations, and execution traces. The collected data can then be analyzed using go tools and a variety of available visualization tools. ## What data is available?