hsm showUtilization

Display the partition utilization metrics.

User Privileges

This command requires that the HSM SO be logged in.

Syntax

hsm showUtilization [-serial <partition_serial_number>]

Argument(s)

Shortcut

Description

-serial <partition_serial_number>   -s

Optionally, show only the metrics for the partition with this serial number. Otherwise, show metrics for the whole HSM.  

.

Example

With no arguments (output to terminal):

lunacm:>hsm showUtilization


SN# 1230507392694:myPCIe7hsm
        [            SIGN:REQUESTS        ] = 0
        [          VERIFY:REQUESTS        ] = 0
        [         ENCRYPT:REQUESTS        ] = 0
        [         DECRYPT:REQUESTS        ] = 0
        [  KEY_GENERATION:REQUESTS        ] = 0
        [  KEY_DERIVATION:REQUESTS        ] = 0

SN# 1230507392696:mypar1
        [            SIGN:REQUESTS        ] = 0
        [          VERIFY:REQUESTS        ] = 0
        [         ENCRYPT:REQUESTS        ] = 0
        [         DECRYPT:REQUESTS        ] = 0
        [  KEY_GENERATION:REQUESTS        ] = 134
        [  KEY_DERIVATION:REQUESTS        ] = 1200  

Command Result : 0 (Success)

With partition serial number (output to terminal):

lunacm:>hsm showUtilization -serial 1230507392696

SN# 1230507392696:mypar1
        [            SIGN:REQUESTS        ] = 0
        [          VERIFY:REQUESTS        ] = 0
        [         ENCRYPT:REQUESTS        ] = 0
        [         DECRYPT:REQUESTS        ] = 0
        [  KEY_GENERATION:REQUESTS        ] = 134
        [  KEY_DERIVATION:REQUESTS        ] = 1200  

Command Result : 0 (Success)