tailscale/cmd/tailscaled
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>
2021-09-23 10:01:14 -07:00
..
debug.go cmd/tailscaled: appease a security scanner 2021-09-22 23:23:47 -07:00
depaware.txt ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command 2021-09-23 10:01:14 -07:00
install_darwin.go cmd/tailscaled: remove tailscaled binary on uninstall-system-daemon 2021-03-31 15:44:04 -07:00
install_windows.go ipn/ipnlocal: add file sharing to windows shell 2021-04-23 13:32:33 -07:00
tailscaled_bird.go wgengine/userspace: add support to automatically enable/disable the tailscale 2021-08-30 10:18:05 -07:00
tailscaled_notwindows.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tailscaled_windows.go wgengine/router: take a link monitor 2021-07-20 13:43:40 -07:00
tailscaled.defaults cmd/tailscaled: rename relaynode reference in defaults file comment 2020-03-13 14:38:04 -07:00
tailscaled.go cmd/tailscaled: disable netns earlier in userspace-networking mode 2021-09-11 07:11:22 -07:00
tailscaled.openrc tstest/integration/vms: use an in-process logcatcher (#2360) 2021-07-08 14:39:45 -04:00
tailscaled.service cmd/tailscaled: start after NetworkManager and systemd-resolved. 2021-06-15 14:25:44 -07:00