Hi,
I'm trying to create a view for a couple of counters under wafl:read_io_type:
cache
ext_cache
disk
I've gotten as far as creating a view and chart goes, but when I try to add the actual counter, I'm running into this problem:
dfm perf view counter add -n filer1 -i wafl ram_pam_disk_cli ram_pam_disk_cli_chart1 wafl:read_io_type:disk
Error: Invalid labels specified for counter wafl/read_io_type
To check my syntax I tried:
dfm perf view counter add -n filer1 -i ec0 ram_pam_disk_cli ram_pam_disk_cli_chart1 ext_cache_obj:hit
That worked fine. I can also do what I want to do in PA GUI where I just drill down from filer to wafl to read_io_type down to cache/ext_cache/etc. I think where I'm running into trouble is in the GUI, I have to drill down one more level to get from read_io_type to disk/cache/etc and I don't have to do that for a lot of other counters that I can create views for. Is there a different separator I need to use for the "labels"?