[conspire] corrected to HP LaserJet4M Plus Re: HP LaserJet4 - CUPS lists printer twice
Rick Moen
rick at linuxmafia.com
Sat Aug 29 20:21:01 PDT 2009
Quoting Ruben Safir (ruben at mrbrklyn.com):
> Eh
>
> top - 13:10:43 up 29 days, 14:28, 12 users, load average: 0.30, 0.51,
> 0.59
> Tasks: 106 total, 1 running, 105 sleeping, 0 stopped, 0 zombie
> Cpu(s): 3.0% us, 0.3% sy, 0.0% ni, 95.7% id, 1.0% wa, 0.0% hi,
> 0.0% si
[snip]
> DCHP doesn't even show in the top ten of this ancient peice of hardware
> ... leaving IP assignment to the client side leaves open all kinds of
> troubles in my expereince.
Er, Don said nothing about "leaving IP assignment to the client side".
He just said that it's counterproductive to allocate in /etc/dhcpd.conf
more IPs to the dynamic range than is needed.
By the way, you didn't bother to exclude kernel sub-processes from that
"top" listing. I actually find that "ps" is much more malleable for
getting meaningful output (especially for scripts): E.g., with "top",
you can't seem to even specify field selection unless you're in its
default interactive mode.
Here are the ten largest processes at the moment on my system, going by
Resident Set Size = column one (where total process size is column two),
and filtering out kernel threads:
[rick at linuxmafia]
~ $ ps -e -o rss,vsize,cmd | grep -v "\[" | sort -nr | head -10
52184 56352 spamd child
48420 52572 spamd child
42456 46604 /usr/sbin/spamd --create-prefs --max-children 15 --helper-home-dir -x -u Debian-exim --virtual-config-dir=/var/spool/exim4/.spamassassin -d --pidfile=/var/run/spamd.pid
25188 82756 /usr/sbin/named
20216 128316 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
11084 37928 /usr/sbin/apache2 -k start
10896 37668 /usr/sbin/apache2 -k start
10572 15412 /usr/bin/python /var/lib/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
9456 13712 mutt -y
9016 33432 /usr/sbin/apache2 -k start
[rick at linuxmafia]
~ $
More information about the conspire
mailing list