You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tailscale/cli
Brad Fitzpatrick efb84ca60d ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command
This was already possible on Linux if you ran tailscaled with --debug
(which runs net/http/pprof), but it requires the user have the Go
toolchain around.

Also, it wasn't possible on macOS, as there's no way to run the IPNExtension
with a debug server (it doesn't run tailscaled).

And on Windows it's super tedious: beyond what users want to do or
what we want to explain.

Instead, put it in "tailscale debug" so it works and works the same on
all platforms. Then we can ask users to run it when we're debugging something
and they can email us the output files.

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
auth-redirect.html cmd/tailscale/web: add support for QNAP 3 years ago
bugreport.go cmd: upgrade to ffcli v3 3 years ago
cert.go cmd: upgrade to ffcli v3 3 years ago
cli.go cmd: upgrade to ffcli v3 3 years ago
cli_test.go all: update tests to use tstest.MemLogger 3 years ago
debug.go ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command 3 years ago
diag.go all: gofmt with Go 1.17 3 years ago
diag_other.go all: gofmt with Go 1.17 3 years ago
down.go cmd: upgrade to ffcli v3 3 years ago
file.go cmd: upgrade to ffcli v3 3 years ago
ip.go cmd: upgrade to ffcli v3 3 years ago
logout.go cmd: upgrade to ffcli v3 3 years ago
netcheck.go cmd: upgrade to ffcli v3 3 years ago
ping.go cmd: upgrade to ffcli v3 3 years ago
status.go cmd/tailscale: make status show health check problems 3 years ago
up.go cmd: upgrade to ffcli v3 3 years ago
version.go cmd: upgrade to ffcli v3 3 years ago
web.css cmd/tailscale/cli: split out web.css file 3 years ago
web.go cmd/tailscale/web: support TLS from env vars. 3 years ago
web.html cmd/tailscale: fix truncated characters in web controller (#2722) 3 years ago
web_test.go cmd/tailscale: update web server test copyright 3 years ago