The interrupt timeline for a single process doing output
The I/O device (controller) is busy transferring data from the device buffer to the device. It goes from idle to transferring. This is the peak for I/O device. It goes back to idle when the transfer is done, until the next request.
The CPU curve shows a peak when the transfer is done because the CPU is notified by the device (through an interrupt).