/gotrace

A syscall trace app in go.

Primary LanguageGoMIT LicenseMIT

gotrace

A syscall trace app in go. You can think of it as a very basic "strace" implementation in go.

License

Supported Platforms

See libtrace

Installation

go get github.com/jfrabaute/gotrace

Usage

gotrace <app_to_run> [args...]

ex:

gotrace sleep 2

gotrace is using the libtrace library.

Licensing

gotrace is licensed under the MIT License. See LICENSE for full license text.