showstate

command
v0.0.0-...-c93e153 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2018 License: MIT Imports: 6 Imported by: 0

README

11.5 exec.Cmdによるプロセスの起動

引数として指定された外部プログラムを実行し、それにかかった時間を表示する。 外部プログラムが3秒以内に終了しない場合はcontextによって強制終了する。

Result

$ go run main.go sleep 2
done: context deadline exceeded
exit status 0
    Pid: 49177
    System: 501µs
    User: 583µs

$ go run main.go sleep 5
2018/01/24 09:07:41 signal: killed
exit status 1

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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