...
Maybe it's hard to make a blogpost about this, since there is almost no documention about it.
...
Maybe it should be better documented than (hint Avaya

, TCG...) as it could be an important metric in certain environments like iSCSI SAN's for example.
[slightly OT]
You know how these things can go in a larger company where each IT subdivision (netadmins, sysadmins, sanadmins, esxadmins, ...) has it's own people. A lot of the times, at first, nobody's equipment is to blame when something is acting strange/slow/...

which can make it easy to point the finger at things which are not completely understood. Like "this metric on those switches is not 0 so it must the switches not cutting it, ofcourse it's not our storageboxes" while the underlying problem might be something totally else

.
[/slightly OT]
At the moment we have an iSCSI SAN running on a stack of two 24 ports ERS 5510's where, on advise of our networkvendor, I've made the following adjustments to the switchconfiguration:
(config)# qos agent buffer maximum
(config)# qos agent queue-set 1
(config)# interface fastEthernet ALL
(config-if)# flowcontrol auto
(config-if)# exitIf I understand this correctly this will make the most use of the available bufferspace in the given environment (no QoS, no queues, ... is needed in a SAN). But what I'm wondering now is what could be the consequence to the traffic of the other ports in the portgroup when 100% of the buffer of that portgroup would be occupied by a port? Could it somehow also affect the traffic on the other ports in the portgroup?