srecord FreeAndTotal(long free, long total) { toString { ret "Free: " + n2(free) + ", total: " + n2(total); } }