Date: Tue, 11 Feb 2003 16:26:41 -0500 From: "Kutulu" <kutulu@kutulu.org> To: <freebsd-arch@freebsd.org> Subject: SCHED_ULE and ps? Message-ID: <00c101c2d214$45cff270$29330f0a@lcapps.educate.com>
next in thread | raw e-mail | index | archive | help
(Sending this to arch@ cuz UPDATING said to) I just rebuilt my world/kernel with the new ULE scheduler and noticed this happening: root 36 0.0 0.0 0 12 ?? DL 31Dec69 0:00.86 (vnlru) root 37 0.0 0.0 0 12 ?? DL 31Dec69 0:08.40 (syncer) root 128 0.0 0.1 220 52 ?? Ss Mon01PM 0:00.00 adjkerntz -i root 214 0.0 0.4 1164 244 ?? Ss 6:02PM 0:00.45 /sbin/dhclient xl0 root 268 0.0 0.3 644 208 ?? Ss 6:02PM 0:07.38 /sbin/natd -config /usr/local/etc/natd.conf -n xl0 All of the processes in parens (I assume these are internal or system-level processes) show a timestamp of 0, as does /sbin/init itself. All other processes are showing the correct time, or something that looks reasonable. The only item I changed in my kernel config was to change the scheduler. I don't remember seeing this behavior with my previous kernel, which was built last week using the old scheduler, but I only ran it for a short time. I also checked the available 4.6 and 4.7 machines and they don't exhibit this behavior either. I did a complete buildworld and buildkernel, /bin/ps says it was built yesterday around the same time as the kernel, so I don't think there's a world/kernel sync issue here. I'm putting the 4BSD scheduler back to see if this helps, but has anyone else seen this issue? --Mike Edenfield To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00c101c2d214$45cff270$29330f0a>