gxpprof

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

2017-11-05 16:38 Package gxpprof provides go process info

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Gops

func Gops(addr string) error

@addr: ":10001"

Example

go test -v -run Gops

// err := Gops("127.0.0.1:60000")
err := Gops("")
if err != nil {
	fmt.Printf("error:%#v\n", err)
	return
}
time.Sleep(60e9)
Output:

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL