I was monitoring a new db server with SSD RAID-10 installed. It works fine for now but I was worrying someday it could reach its capability as the business goes on. So how can I know that before it's too late?
I was thinking there are some parameters I can monitor. for example wa
from top
, tps
from iostat
but I never know how much the SSD can really handle. I want to get warned before the real disaster happens. what should I do?
EDIT: Sorry for my bad English and the misunderstanding, I was talking about IO load, not life time.