I'm looking at the output of top to view my system's load average. I want to understand whether the load average is reporting processes just waiting for CPU, or whether it's reporting processes that are waiting for either CPU or IO.
This article suggests that most unix systems report only CPU in their load, but that linux in particular reports both CPU and IO.
I'm guessing that OS X probably does not include IO in its load reporting, but I'd like to know for sure.