Submit Minidump to 60East

amps-report-minidump is a utility used to submit minidumps for analysis by 60East Technologies. This utility will require you to provide your email address, a subject, and the minidumps that you wish to submit.

Minidumps may be specified individually, or as a glob.

Options and Parameters

Option

Description

minidumps (required)

The minidump file or files to be submitted.

-e, --email=SENDER_EMAIL (required)

Email address to be used as the sender.

-s, --subject=SUBJECT (required)

The subject field of the email.

-b, --body=BODY

The body of the email.

-c, --compress

Create tar.gz before sending multiple minidumps.

-t, --ticket=TICKET

The ticket number you are submitting a minidump for.

--help

Show the help message and exit.

Usage

The following examples shows the output of amps-report-minidump. This example will compress and submit all minidumps in the current directory.

$ amps-report-minidump -e "your@email.com" -s "Ticket 12345" \
    -b "This is the dump we discussed" -c "./*.dmp"

Thank you for submitting your minidump(s). If you have not already, please open a ticket with 60East Technologies support.

Last updated

Copyright 2013-2024 60East Technologies, Inc.