By putting a test DB on it.
Disk I/O testing is annoyingly a misrepresentation of what is going on.
Most writes to disks are small and quick, DD tests dont do that.
IOping is nice, but once again it is localized to one place at one time.
It isn't like a DB where you will have a read here, a write there, a more important read over there. etc.
My suggestion is find a host with SSDs and go with them if you are using it for a large DB.