measdump

Print Measurement Information

Lets you print measurement information (contained in databases) to the display.

Keyword

measdump

Permission

The user must be logged in with the user name in the lsmsuser, lsmsuext, lsmsview, or lsmsall, group.

Syntax

$LSMS_TOOLS_DIR/measdump {-r <region>|-c <CLLI> [-n]

Required Flags

Specify one of the following flags:

-r <region>
NPAC region associated with this npacagent process. This is a mandatory parameter with the following values:
  • Canada
  • Midwest
  • MidAtlantic
  • Southeast
  • Southwest
  • Northeast
  • Western
  • WestCoast
-c <CLLI>
Common Language Location Identifier for the network element for which you wish to display measurements.

Optional Flags

Optionally specify one of the following flags:

-l
Lets you create measurement logs (a <region>.meas.<MMDD> file for each NPAC region and a <clli>.meas.<MMDD> file for each network elements) for compatibility with previous releases of the LSMS.
-n
Number of days before current day for which measurements are to be displayed, where n can have one of the values shown in Table A-21 (if this option is not specified, the default value is 0):
Measurement Pegs Date

Value

Print Measurement Pegs for the Date of:

0

Today

1

Yesterday

2

Two days before current date

3

Three days before current date

4

Four days before current date

5

Five days before current date

6

Six days before current date

Sample Output

$ measdump -r Midwest -2
measdump: There is no measurement data available for the requested day.
$ measdump -r Midwest
Hour     Binds     SuccessOps     FailedOps
   0         0              0             0
   1         0              0             0
   2         0              0             0
   3         0              0             0
   4         0              0             0
   5         0              0             0
   6         0              0             0
   7         0              0             0
   8         0              0             0
   9         0              0             0
  10         1              0             0
  11         0              0             0
  12         0              0             0
  13         0              0             0
  14         0              0             0
  15         0              0             0
  16         0              0             0
  17         0              0             0
  18         0              0             0
  19         0              0             0
  20         0              0             0
  21         0              0             0
  22         0              0             0
  23         0              0             0

Possible Errors

Error Messages: measdump

Exit Code

Error Message

Cause

Suggested Recovery

-1

Syntax error

User entered command with incorrect syntax.

Try the command again with the correct syntax.

1

DbError

Database exception. Contact Oracle.

Contact the My Oracle Support (MOS).

2

EnvNotSet

The LSMS_DIR env variable is not set.

Verify the environment variables.

3

NoData

No measurement data available for the specified day (the agent was never started)

No action necessary.

4

UnknownError

Not known.

Contact the My Oracle Support (MOS).