format_uint64
format_uint64(mused, str_mused, sizeof (str_mused));
format_uint64(vused, str_vused, sizeof (str_vused));
format_uint64(size, strsize, sizeof (strsize));
format_uint64(used, strused, sizeof (strused));
format_uint64(cap, strcap, sizeof (strcap));
format_uint64(online, online_str, sizeof (online_str));
format_uint64(size, size_str, sizeof (size_str));
format_uint64(min, min_str, sizeof (min_str));
format_uint64(max, max_str, sizeof (max_str));
format_uint64(shares, shares_str, sizeof (shares_str));
format_uint64(cpu, str_cpu, sizeof (str_cpu));
format_uint64(online, str_online, sizeof (str_online));
format_uint64(mem, str_mem, sizeof (str_mem));
format_uint64(vm, str_vm, sizeof (str_vm));