The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
3answers
11k views

How to change I/O priority of a process or thread in Win7?

Process Explorer is able to show the effective IO priority of a given thread, but not change it. Seeing as IO priority support is a comparatively new feature, most programs don't set their own IO ...
13
votes
2answers
3k views

Linux: Is there something similar to “top” for I/O?

My disk often is utilized, but top (and htop, a custom replacement) show nothing suspicious. Is there a way to sort processes by I/O (more specific: disk) utilization? EDIT Found out using iotop ...
19
votes
4answers
8k views

How do I find out what processes are accessing the hard disk in a GNU/Linux-based system?

I'm looking for the equivalent to top for disk access, so I can tell which process(es) are currently reading and/or writing to disk. I'm currently using Ubuntu, but I imagine there's a standard tool ...
6
votes
7answers
2k views

What's making my disk thrash in Windows XP?

I have a sick Windows XP laptop; something's making the disk thrash and the entire system is sluggish to unresponsive a few minutes after boot. How do I figure out what is making the disk thrash? Task ...
0
votes
1answer
633 views

CPU I/O communication

I know there is this question already discussed, but I still don“t understand something, so please just help me clarify it. What I understand there is 2 way to do I/O aka communicate from CPU with ...