Active IQ Unified Manager Discussions

dfm perf view counter add ? about instance for pBlk exhaustion

JGPSHNTAP
2,782 Views

So, i'm working building pblk exhaustion view and i have the following

dfm perf view create "pBlk Monitor filer-ab (basic)"

dfm perf view chart add "pBlk Monitor filer-ab (basic)" "pBlk exhaustion"
dfm perf view chart add "pBlk Monitor filer-ab( basic)" "pBlk exhaustion from Primary Pool"
dfm perf view chart add "pBlk Monitor filer-ab (basic)" "Max Authentication Requests Waiting"
dfm perf view chart add "pBlk Monitor filer-ab (basic)" "Max Requests that are waiting Offload"

dfm perf view counter add -n filera -i ec0 "pBlk Monitor usctns018a-b (basic)" "pBlk exhaustion" cifs_stats:exhaust_mem_ctrl_blk_cnt
dfm perf view counter add -n filerb -i ec0 "pBlk Monitor usctns018a-b (basic)" "pBlk exhaustion" cifs_stats:exhaust_mem_ctrl_blk_cnt

dfm perf view counter add -n filera -i ec0 "pBlk Monitor usctns018a-b (basic)" "pBlk exhaustion from Primary Pool" cifs_stats:exhaust_mem_ctrl_blk_reserve_cnt
dfm perf view counter add -n filerb -i ec0 "pBlk Monitor usctns018a-b (basic)" "pBlk exhaustion from Primary Pool" cifs_stats:exhaust_mem_ctrl_blk_reserve_cnt

dfm perf view counter add -n filera -i ec0 "pBlk Monitor usctns018a-b (basic)" "Max Authentication Requests Waiting" cifs_stats:max_auth_qlength
dfm perf view counter add -n filerb -i ec0 "pBlk Monitor usctns018a-b (basic)" "Max Authentication Requests Waiting" cifs_stats:max_auth_qlength

dfm perf view counter add -n filera -i ec0 "pBlk Monitor usctns018a-b (basic)" "Max Requests that are waiting Offload" cifs_stats:max_offload_qlength
dfm perf view counter add -n filerb -i ec0 "pBlk Monitor usctns018a-b (basic)" "Max Requests that are waiting Offload" cifs_stats:max_offload_qlength

But i'm geting errors when I try to add the counter -

Error: No instance found of type cifs_stats on host filerb.domain.com (30899) named ec0.

(Same error for all above)

So my question is what is ec0 and what am i doing wrong?


1 REPLY 1

UberKV
2,782 Views

Hi

I have managed to get this working. You need the following option enabled:

perfAdvisorShowDiagCounters

Regards

Public