pub fn pools_statistics() -> SmallVec<[(ArrayString<64>, usize, usize, usize); 16]>
Get the list of pools and their statistics. We use SmallVec here to avoid heap allocations while the stack is running.