Sorting problem

I have data like this in file

Now I have to sort using second column(usage) and i should get first column against it post sorting

please provide input

sort -k2 filename

Thank you this was helpful