So I've deployed my first 10.0 production server which is really an OpenVPN and PF firewall/proxy (two of them running CARP). I've got lots of experience with 9.1 and we'll be moving everything to 10.1 once it's out, but the hardware on these servers demanded that we use 10.0 as one of the NICs needed the newer em0 driver to be recognized.
Everything functionally has been fine on these servers (thought not under any real traffic so far), however I see failures in
I've searched but didn't really see anything relevant. Both servers show the issue, both have identical hardware:
1x em0, 1x re0
With no other 10.0 servers to compare to is this just normal (for example
Everything functionally has been fine on these servers (thought not under any real traffic so far), however I see failures in
vmstat -z:
Code:
ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP
mbuf_packet: 256, 1583025, 1279, 749,11695298,2028, 0
mbuf: 256, 1583025, 3, 744,22038011, 618, 0
mbuf_cluster: 2048, 247346, 2028, 8, 2028, 490, 0
mbuf_jumbo_page: 4096, 123673, 0, 88, 684189, 35, 0
mbuf_jumbo_9k: 9216, 36643, 0, 0, 0, 0, 0
mbuf_jumbo_16k: 16384, 20612, 0, 0, 0, 0, 0
mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0
I've searched but didn't really see anything relevant. Both servers show the issue, both have identical hardware:
1x em0, 1x re0
With no other 10.0 servers to compare to is this just normal (for example
vmstat -z "bucket" failures are actually normal) or indicative of a problem? Again the servers seem fine but aren't really being used yet ... want to make sure or resolve this before they are. Let me know if I can provide any additional information.