Page tree
Skip to end of metadata
Go to start of metadata

The performance object shows performance information for active volumes.


Usage

show perf   [volume=<volname>|*] [controller=iscsi|fc|fc<n>]
			[mem=all] [cpu=all|cpuN]
     		interval=<intervalValue>


Examples

mayacli show perf controller=fc1

mayacli show perf controller=iscsi

mayacli show perf volume=testvol1




Output

mayacli show perf cpu=all
    %user     %system   %iowait   %idle     
    0.00      0.00      0.00      100.00    
    0.00      0.00      0.00      100.00

mayacli show perf mem=all
used        buff        cache       free        swapused    swapfree    
380492      2068        248368      6863552     0           0           
used        buff        cache       free        swapused    swapfree    
380508      2068        248368      6863536     0           0           
used        buff        cache       free        swapused    swapfree    
380508      2068        248368      6863536     0           0   

mayacli show perf controller=iscsi
    read/sec  write/sec IOPS      
    0         0         0         
    0         0         0         
    0         0         0         
    0         0         0     

  • No labels