PMDF System Manager's Guide


Previous Contents Index


cache -view

View the current entries for a channel in the queue cache database.

Syntax

pmdf cache -view [channel-name]

Command Qualifiers Defaults
None. None.

restrictions

Must have superuser privileges (UNIX) or be logged in as Administrator (NT) in order to use this utility.

Parameters

channel-name

Optional parameter specifying the name of the channel for which to show entries. If no channel name is specified, all entries in the queue cache database will be shown.

Description

The pmdf cache -view utility shows the current entries in the PMDF queue cache database for a channel.


EXAMPLES

This UNIX example shows checking the queue cache database for entries for the tcp_local channel and finding one such entry:


# pmdf cache -view tcp_local
  recipient count  : 1 
  subdir           : 19 
  channel          : tcp_local 
  filename         : ZY0ETO00805RZ35T.00 
  recipient system : else.where.com 
  username         : adam 
  creation         : 28-May-2012 14:35:27 
  expiry           : 
  deferred         : 
  last_try         : 28-May-2012 12:10:41 
  priority         : 3 
------------------------------------------------------- 


Previous Next Contents Index