How to understand hex codes in /sys/class/fc_host/host*/statistics/dumped_frames?
Issue
The error count in the statistics of storage port should be monitored due to perpose of it's management.
While observing the value in the below parameter and others. these were found output of hex decimal codes as below.
$ cat /sys/class/fc_host/host*/statistics/dumped_frames
0x2c
0x2b
0x2b
0x2b
How can we exactly understand above hex codes? Especially, what's the differences between 0x2c and 0x2b?
Should we understand this hex codes after converting just decimal to identify error counts?
Environment
Red Hat Enterprise Linux 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.