Skip to content

vip slowlogs

Get slowlogs from your VIP applications

Usage

vip slowlogs [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-f, --format [value] Output the log lines in CSV or JSON format (defaults to “table”)
-h, --help Output the help for the (sub)command
-l, --limit The maximum number of log lines (defaults to 500)
-v, --version Output the version number

Examples

- Get the most recent app slowlogs
$ vip @mysite.production slowlogs

- Get the most recent 100 slowlog entries
$ vip @mysite.production slowlogs --limit 100

- Get the most recent 100 slowlog entries formatted as comma-separated values (CSV)
$ vip @mysite.production slowlogs --limit 100 --format csv

- Get the most recent 100 slowlog entries formatted as JSON
$ vip @mysite.production slowlogs --limit 100 --format json

Last updated: May 07, 2024