Opened 16 years ago

Closed 16 years ago

#356 closed bug (Invalid)

Sporadic writes to disk even though all torrents are paused

Reported by: Dennis J. <dennisj@…> Owned by: andar
Priority: minor Milestone:
Component: Core Version: 0.9.02 (1.0.0_RC2)
Keywords: Cc:

Description

Every few seconds deluge seems to write data to the disk causing I/O even though all torrents are paused. Here is what iostat says:

Total DISK READ: 0 B/s | Total DISK WRITE: 23.19 K/s

PID USER DISK READ DISK WRITE SWAPIN IO COMMAND 493 root 0 B/s 11.59 K/s 0.00 % 0.07 % [kjournald]

9024 dennis 0 B/s 7.73 K/s 0.00 % 0.00 % python /usr/bin/deluged -p 58846 9015 dennis 0 B/s 3.86 K/s 0.00 % 0.00 % python /usr/bin/deluge

Is this expected and if so what exactly does deluge have to write to disk every few seconds in this case?

Change History (3)

comment:1 Changed 16 years ago by Dennis J. <dennisj@…>

Yuck! Let's try this again:

Total DISK READ: 0 B/s | Total DISK WRITE: 23.19 K/s
  PID USER      DISK READ  DISK WRITE   SWAPIN    IO    COMMAND
  493 root           0 B/s   11.59 K/s  0.00 %  0.07 % [kjournald]
 9024 dennis         0 B/s    7.73 K/s  0.00 %  0.00 % python /usr/bin/deluged -p 58846
 9015 dennis         0 B/s    3.86 K/s  0.00 %  0.00 % python /usr/bin/deluge

comment:2 Changed 16 years ago by andar

It could be simply flushing the disk cache or writing fastresumes (after pausing) or writing config files or writing state file.

Is there anyway you can see what files deluge is writing to at this time?

comment:3 Changed 16 years ago by andar

  • Resolution set to invalid
  • Status changed from new to closed

I think iostat calculates it's value since boot up and thus the disk write 'speed' is shown from boot to the time you run the command, it's not indicative of writes occurring at the time 'iostat' is run.

Note: See TracTickets for help on using tickets.