https://github.com/centminmod/stracep
https://github.com/centminmod/stracep
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/centminmod/stracep
- Owner: centminmod
- Created: 2018-01-26T04:37:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T04:47:14.000Z (over 8 years ago)
- Last Synced: 2024-12-31T01:28:54.636Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```
./stracep.sh
usage:
./stracep.sh processname
./stracep.sh processname timeout
```
strace `php-fpm` process for `10` seconds
```
./stracep.sh php-fpm 10
saved: php-fpm-strace.txt
```