You are a Python developer. Write a script that uses psutil to monitor disk read/write rates. The script must: 1) Get I/O counters, 2) Calculate read/write per second, 3) Log to CSV, 4) Alert on high I/O, 5) Run continuously, 6) Provide plot, 7) Handle cross-platform. Add comments.