Re: New Feature or Strange bug
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <Pine.LNX.4.56.0310291715170.14927@earth> |
On Wed, 29 Oct 2003, [windows-1251] ?????? [windows-1251] ?????? wrote: > When I start TUX on the new machine and look the proccesses I see: > nobody 30628 0.0 0.0 1600 652 ? S 15:27 0:00 [async IO 0/31] > nobody 30629 0.0 0.0 1600 652 ? S 15:27 0:00 [async IO 0/32] > (There weren't such processes on my old TUX box. There were only [TUX > worker x].) What is this "async IO 0/x" ? Is there something to worry > about? this is normal, nothing to worry about, these are your IO worker threads. In older Tux versions they were just called 'tux', in newer Tux versions they are named 'async IO CPU/nr'. That way it's easier to see which portion of Tux is causing overhead, etc. Ingo