ps returning mem values with minus
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=fbdsPIEzeDS18uT3A42h42PgSYQ9i4yaTIJJGw29J18=; b=krto2HbzeBFVPL35bh+bqc3amM5D53BPaOOF9hd6cko8bnylbCG5l2pa0L/WFpn9fR JNob6niO21XR+h5bRiUfsBSXVRi/XNfu/oa4jDDLzvPpBWlPN1Wvn7Gq9XM+2q7fWrLz L/OF21YLwTSKrJC4l5TulHa1WYjqGCi35iCfo= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=vz0/PkyNXWsPhE8AKnkY4yYgZOv8qa1nHvvxc3rz8ZVVMp2G4wZiincwBDlPvT558S PueQWPIVhIcTe3ygjAm4n5OCiiOiiMZLpaLYhGGl56jsDyvXRuM5ZFGhwlp9Aiu0Dkle J/Y96dRLIBbZbexJsc4omFoaTjLTRNoBU0q4I= serenity:~ toxygen$ ps -o %mem,command,pid | head -n4 %MEM PID COMMAND -0.1 7431 -bash -0.1 7581 -bash -0.1 7698 /usr/libexec/gdb/gdb-i386-apple-darwin I'm using default 10.4.11 kernel: xnu-792.25.20~1/RELEASE_I386 cpu is core 2 duo and 2gb of ram is installed. marian _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Hello, I've gotten to very obscure situation when ps is returning %mem values with minus in front of them. E.g.: serenity:~ toxygen$ ps auxww | head -n5 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND toxygen 7550 6.0 -2.4 493404 50724 ?? S 12:35PM 2:13.78 /Applications/iTunes.app/Contents/MacOS/iTunes -psn_0_10092545 windowse 6302 3.6 -4.4 972504 92536 ?? Rs 2:18PM 16:16.41 /System/Library/Frameworks/ApplicationServices.framework/ Frameworks/CoreGraphics.framework/Resources/WindowServer -daemon toxygen 7428 2.5 -1.2 443500 25876 ?? R 11:49AM 0:25.90 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal - psn_0_9306113 toxygen 7559 0.2 -1.2 396376 24816 ?? S 12:42PM 0:30.95 /Applications/Editors/Aquamacs Emacs.app/Contents/MacOS/ Aquamacs Emacs -psn_0_10223617 It has never happened before, so I would appreciate any ideas about this. This email sent to site_archiver@lists.apple.com
participants (1)
-
Marian Such