Hi, >> Therefor a delayed thread is not considered a sleeping because a > delayed insert handler is literally not sleeping. > > I don't agree. A normal sleeping thread is waiting for a new connection > or a new query. A delayed insert thread is likewise waiting for a new > query / data to insert. So IMO the two are equivalent.
I don't agree here as mentioned - a delayed insert thread is something different than a sleeping thread because a delayed insert thread is an active thread which is waiting for a connection to add rows to the queue in comparison to a real sleeping thread which is just doing nothing/waiting for a incoming connection or query. If you want a new switch for hiding delayed insert threads provide a patch for the latest version of mytop in debian (1.9.1-1 will hit unstable shortly). Cheers, Werner -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org