From owner-freebsd-stable@FreeBSD.ORG Tue Jun 8 22:51:45 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4982A16A4CE for ; Tue, 8 Jun 2004 22:51:45 +0000 (GMT) Received: from xraided.net (xraided.net [66.88.26.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF3943D41 for ; Tue, 8 Jun 2004 22:51:44 +0000 (GMT) (envelope-from kyle@xraided.net) Received: from [66.88.29.118] (account kyle HELO kyle) by xraided.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 1730560 for freebsd-stable@freebsd.org; Tue, 08 Jun 2004 15:51:43 -0700 From: "Kyle Mott" To: Date: Tue, 8 Jun 2004 15:51:39 -0700 Message-ID: <001001c44dab$29125470$1414a8c0@kyle> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 'ps aux' odditiy X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 22:51:45 -0000 I just finished doing a buildworld in multi-user mode (which seemed to work OK... though only time will tell :D) to RELENG_4. However, when I run 'ps aux', the output seems to be inverted... IE processes with lower PID's are on the bottom. Is this normal? Here's an example: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 33444 77.7 3.5 13640 13512 p0 R+ 3:42PM 0:02.73 /usr/libexec/cc1plus -quiet -dumpbase opt_range.cc -march=pentiumpro root 33443 4.2 0.4 1696 1540 p0 S+ 3:42PM 0:00.13 /usr/libexec/cpp0 -lang-c++ -I. -I. -I.. -I../bdb/build_unix -I../inn root 33442 0.0 0.1 308 200 p0 S+ 3:42PM 0:00.01 cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="/usr/local" -DDATADIR="/var/d root 33440 0.0 0.1 664 476 p0 S+ 3:42PM 0:00.01 /bin/sh ../depcomp cc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="/usr/local root 33438 0.0 0.1 636 448 p0 S+ 3:42PM 0:00.00 /bin/sh -ec source='opt_range.cc' object='opt_range.o' libtool=no de nagios 33431 0.0 0.1 460 244 ?? S 3:42PM 0:00.00 /sbin/ping -n -c 5 192.168.30.1 nagios 33430 0.0 0.2 996 704 ?? S 3:42PM 0:00.01 /usr/local/libexec/nagios/check_ping -H 192.168.30.1 -w 100.0,20% -c nagios 33429 0.0 0.1 632 440 ?? S 3:42PM 0:00.00 sh -c /usr/local/libexec/nagios/check_ping -H 192.168.30.1 -w 100.0,2 nagios 33428 0.0 0.4 2408 1636 ?? S 3:42PM 0:00.00 /usr/local/bin/nagios -d /usr/local/etc/nagios/nagios.cfg [.. Taken out for the sake of brevity ..] daemon 92 0.0 0.2 960 628 ?? Is 3:07PM 0:00.00 /usr/sbin/portmap root 91 0.0 0.3 1388 1024 ?? S 3:07PM 0:00.02 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid root 89 0.0 0.3 1336 972 ?? Ss 3:07PM 0:00.17 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid root 85 0.0 0.2 992 684 ?? Ss 3:07PM 0:00.09 /usr/sbin/syslogd -ss -m 0 -f /etc/syslog.conf root 27 0.0 0.0 212 96 ?? Is 8:07AM 0:00.00 adjkerntz -i root 9 0.0 0.0 0 0 ?? DL 8:07AM 0:00.02 (vnlru) root 8 0.0 0.0 0 0 ?? DL 8:07AM 0:01.42 (syncer) root 7 0.0 0.0 0 0 ?? DL 8:07AM 0:00.43 (bufdaemon) root 6 0.0 0.0 0 0 ?? DL 8:07AM 0:00.00 (vmdaemon) root 5 0.0 0.0 0 0 ?? DL 8:07AM 0:00.01 (pagedaemon) root 4 0.0 0.0 0 0 ?? DL 8:07AM 0:00.00 (usbtask) root 3 0.0 0.0 0 0 ?? DL 8:07AM 0:00.24 (usb0) root 2 0.0 0.0 0 0 ?? DL 8:07AM 0:00.00 (taskqueue) root 1 0.0 0.1 556 336 ?? SLs 8:07AM 0:00.20 /sbin/init -- root 33450 0.0 0.1 516 248 p1 R+ 3:42PM 0:00.00 ps aux root 0 0.0 0.0 0 0 ?? DLs 8:07AM 0:00.00 (swapper) root 33445 0.0 0.2 956 704 p0 S+ 3:42PM 0:00.00 /usr/libexec/elf/as -o opt_range.o - root@smith:~# Did I break something? (Again!?) -Kyle Mott