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
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>
4 years ago
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 4 years ago
cloner util/codegen: reorder AssertStructUnchanged args 4 years ago
derper cmd/derper: refactor STUN path for testing, add serverSTUN benchmark 4 years ago
derpprobe cmd/derpprobe: add in a delay to wait for mesh info to sync 4 years ago
hello all: adapt to opaque netaddr types 5 years ago
mkpkg cmd/mkpkg: allow zero files in a package. 5 years ago
speedtest cmd: upgrade to ffcli v3 4 years ago
tailscale ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command 4 years ago
tailscaled ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command 4 years ago
testcontrol cmd/testcontrol: add test control server 4 years ago
tsshd all: gofmt with Go 1.17 4 years ago