< Home

display pki ocsp cache detail

Function

The display pki ocsp cache detail displays the detail information of the OCSP cache.

Only devices in NETCONF mode support this command.

Format

display pki ocsp cache detail

Parameters

None

Views

All views

Default Level

3: Management level

Usage Guidelines

You can run this command to view detail information of the OCSP cache.

Example

# Display the detail information of the OCSP cache.

<HUAWEI> display pki ocsp cache detail
=====================================================                           
Cache Hash Status Info:                                                         
num_items             = 0                                                       
num_nodes             = 8                                                       
num_alloc_nodes       = 16                                                      
num_expands           = 0                                                       
num_expand_reallocs   = 0                                                       
num_contracts         = 0                                                       
num_contract_reallocs = 0                                                       
num_hash_calls        = 0                                                       
num_comp_calls        = 0                                                       
num_insert            = 0                                                       
num_replace           = 0                                                       
num_delete            = 0                                                       
num_no_delete         = 0                                                       
num_retrieve          = 0                                                       
num_retrieve_miss     = 0                                                       
num_hash_comps        = 0                                                       
                                                                                
Cache Hash Node Status Info:                                                    
node      0 ->   0                                                              
node      1 ->   0                                                              
node      2 ->   0                                                              
node      3 ->   0                                                              
node      4 ->   0                                                              
node      5 ->   0                                                              
node      6 ->   0                                                              
node      7 ->   0                                                              
                                                                                
Cache Hash Node Usage Status Info:                                              
0 nodes used out of 8                                                           
0 items                                                                         
=====================================================
Table 1 Description of the display pki ocsp cache detail command output
Item
Description

Cache Hash Status Info

Hash status of the OCSP cache.

num_items

Number of available hash elements.

num_nodes

Number of requested hash nodes.

num_alloc_nodes

Maximum number of hash nodes that can be expanded.

num_expands

Number of hash node expansion application times.

num_expand_reallocs

Number of expanded hash nodes.

num_contracts

Number of hash node reduction times.

num_contract_reallocs

Number of reduced hash nodes.

num_hash_calls

Number of times the hash function is invoked.

num_comp_calls

Number of times the hash comparison function is invoked.

num_insert

Number of inserted hash nodes.

num_replace

Number of replaced hash nodes.

num_delete

Number of deleted hash nodes.

num_no_delete

Number of undeleted hash nodes.

num_retrieve

Number of times the hash nodes in the OCSP cache are matched.

num_retrieve_miss

Number of times the hash nodes in the OCSP cache are not matched.

num_hash_comps

Number of times the hash nodes in the OCSP cache are compared.

Cache Hash Node Status Info

Hash node status in the OCSP cache. For example, node 0 -> 0 indicates that the number 0 node is unused; node 0 -> 1 indicates that the number 0 node is in use.

Cache Hash Node Usage Status Info

Hash node use status in the OCSP cache.

n nodes used out of 8

There are 8 hash nodes, and n nodes are in use.

n items

nth hash element.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >