Logo

Table Of Contents

  • 4. amps_journal_search
    • Command Line Options

Related Topics

  • Documentation overview
    • Previous: 3. amps_journal_dump
    • Next: 5. ampserr

Quick search

4. amps_journal_search¶

The AMPS journal search utility is used to locate entries in an AMPS journal file. The amps_journal_search utility is most commonly used as a tool to debug issues with applications that use AMPS, particularly in cases where it is unclear at what point in time a given message was received by AMPS. The amps_journal_search tool can be used to find the precise journal file that contains a given message.

Command Line Options¶

The amps_journal_search program includes the following options. The options available can be printed to the screen by typing amps_journal_search --help.

Option Description
filename
Filename of the AMPS journal file.
-h, –help Show the program help message and quit.
<search-pattern> The bookmark or transaction id to locate. When a <search-pattern> is provided, the utility searches the record metadata, but does not search the message data.
-d <search-string>, –data <search-string> Locate messages that contain the data in <search-string>. If <search-string> is a bookmark, also includes records matching the bookmark.
-topic=TOPIC_NAME Search metadata for the provided topic term.

Table 4.1: Parameters for amps_journal_search

©2019, 60East Technologies, Inc.. | Powered by Sphinx 1.5.3 & Alabaster 0.7.10