if self._cli_options.units == 'pc':
            vm['in use'] = self._get_percentage(stats.used, stats.total)
            vm['available'] = self._get_percentage(stats.free, stats.total)
            vm['total'] = 100  # Yes this is stupid, but keeps consistency.
        else: