Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is it possible to get info from counters"unaligned_writes" and "write_align_histo:" via the DFM CLI?
I'm trying to find an easy way to build a list of all LUNs that are missaligned (ie. writing in histo other than 0)
Regards
Juliano
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not exatly to display those counters but you can get misaligned LUNs by using this command:
dfm perf diag troubleshoot -a controller_name -s "start date and time" -e "end date and time"
Format for date and time is
YYYY-mm-dd HH:MM:SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Marcinl,
That's useful info.
I managed to get the counters I wanted out, just need to work on building them into a more usefull output now.
dfm perf export counter add lun:unaligned_writes
That will add the "lun:unaligned_writes" to the output of dfm perf export
Regards
Juliano