From owner-freebsd-hackers Tue Sep 18 18: 0:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.earlham.edu (cs.earlham.edu [159.28.230.3]) by hub.freebsd.org (Postfix) with ESMTP id 2A54F37B405 for ; Tue, 18 Sep 2001 18:00:54 -0700 (PDT) Received: from quark.cs.earlham.edu (quark.cs.earlham.edu [159.28.230.3]) by cs.earlham.edu (8.11.3/8.11.1) with ESMTP id f8J10Zu28381 for ; Tue, 18 Sep 2001 20:00:38 -0500 (EST) (envelope-from hassan@cs.earlham.edu) Date: Tue, 18 Sep 2001 20:00:35 -0500 (EST) From: Hassan Halta To: Subject: Compiling top in SMP Message-ID: <20010918195233.I27560-100000@quark.cs.earlham.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I hope some person will be able to help in this problem. I have a SMP enviorment with 2 CPUs, and things are working just fine, and the kernel recognizes everything. But The only problem that's top is misbehaving. However, it recognizes that there are 2 CPUs in the systems, but in the top stats it shows that every process is 0.00% of the CPU. Which's not true at all, we ran some testing to hammer the CPU and processes that should take 99.9% of the CPU, but it's always stuck on 0.00%. I tried to compile top which exists in /usr/src/contrib/top/ and it turns out that it's missing some modules of lists so that it can go ahead and compile, so I got that list, and got the codes for that, and tried to compile, but top just doesn't compile. I am not sure if I am in the right track by compiling top on the system. I was also wondering if there's another way to solve that problem. Thanks a lot, Hassan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message