Inline compression is not different from post process compression, so they are reported together. I think the fields you want are the "*-space-saved" fields.
Use the "volume show" command with these fields:
- sis-space-saved
- sis-space-saved-percent
- dedupe-space-saved
- dedupe-space-saved-percent
- dedupe-space-shared
- compression-space-saved
- compression-space-saved-percent
volume show -vserver <SVM Name> -fields sis-space-saved,sis-space-saved-percent,dedupe-space-saved,dedupe-space-saved-percent,dedupe-space-shared,compression-space-saved,compression-space-saved-percent
EDIT: This is what one of my 8.3 systems returns:
vserver volume sis-space-saved sis-space-saved-percent dedupe-space-saved dedupe-space-saved-percent dedupe-space-shared compression-space-saved compression-space-saved-percent
------- ------------ --------------- ----------------------- ------------------ -------------------------- ------------------- ----------------------- -------------------------------
AutoLab LAB1 62.70GB 7% 62.70GB 7% 31.73GB 0B 0%
AutoLab LAB2 347.9GB 36% 347.9GB 36% 33.25GB 0B 0%
AutoLab LAB3 18.30GB 12% 18.30GB 12% 5.84GB 0B 0%
AutoLab LAB4 48.07GB 3% 48.07GB 3% 20.94GB 0B 0%
AutoLab LAB5 31.38GB 3% 31.38GB 3% 16.11GB 0B 0%
AutoLab LAB6 38.20GB 27% 38.20GB 27% 11.00GB 0B 0%
AutoLab LAB7 14.84GB 27% 14.84GB 27% 9.79GB 0B 0%
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.