Date: Tue, 26 Jan 1999 18:34:30 -0500 From: Dan Root <dar@thekeep.org> To: freebsd-current@FreeBSD.ORG Subject: Memory usage weirdness Message-ID: <19990126183430.A61727@thekeep.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
What would cause more memory to be considered in the active state than
could be accounted for by running processes?
My main machine (running -current as of the afternoon of Jan 25) has
somewhere between 80 and 100 megs of memory listed as used via ps and top
(which, I presume doesn't take in to account shared executable pages, but
does include the 16 megs the X server is mapping on the video card), yet
both top and vmstat show over 170 megs worth of memory being active.
Furthermore, if I kill off my X session and associated processes, active
memory usage doesn't decrease, even after 5 or more minutes. According to
the vmstat manpage, 20 seconds later, the pages released would be
considered inactive.
Since I was curious, I wrote a small program which scanned the contents of
/proc/*/map and added up the amount of memory supposedly being used by
current processes, to make sure top and ps weren't confused. Sure enough,
the figure was far less than the amount that was being listed active at any
given time, by on the order of anywhere between 50% and 75%.
Is this normal, or should I look for some process that's thrashing through
vast amounts of pages in short periods of time?
(For those who wish to look at it, I've attached output from various
commands such as vmstat, top, ps, the contents of /proc/*/map, plus my
kernel config file)
--
/* Dan Root - XTEA cipher */ static unsigned D=0x9E3779B9,l=0xC6EF3720,s;
/* t=64bit text, k=128bit key */ #define m(x,y) ((x<<4^x>>5)+(x^s)+k[s>>y&3])
void enc(int*t,int*k){for(s=0;s!=+l;){t[0]+=m(t[1],0);s+=D;t[1]+=m(t[0],11);}}
void dec(int*t,int*k){for(s=-l;s==0;){t[1]-=m(t[0],11);s-=D;t[0]-=m(t[1],0);}}
[-- Attachment #2 --]
Memory statistics by bucket size
Size In Use Free Requests HighWater Couldfree
16 180 76 84919 1280 0
32 411 4581 325012 640 6290
64 9208 3016 1154010 320 1103
128 824 6888 184390 160 28831
256 8504 152 317570 80 939
512 36 4 139 40 0
1K 139 281 12795 20 1159
2K 41 5 451 10 165
4K 11 1 1530 5 0
8K 5 26 4182 5 3885
16K 2 0 2 5 0
32K 3 0 3 5 0
64K 7 0 7 5 0
128K 1 0 1 5 0
Memory usage type by bucket size
Size Type(s)
16 kld, devbuf, temp, proc, sysctl, shm, soname, pcb, vnodes,
ether_multi, routetbl
32 kld, sigio, devbuf, temp, pgrp, subproc, sysctl, SWAP, soname, pcb,
cluster_save buffer, vnodes, ifaddr, ether_multi, routetbl, in_multi,
newblk, bmsafemap, indirdep, freefrag, freefile, diradd, mkdir,
dirrem
64 file, lockf, namecache, devbuf, temp, session, iov, shm, soname, pcb,
cluster_save buffer, vnodes, ifaddr, routetbl, pagedep, allocdirect,
allocindir
128 kld, timecounter, file desc, zombie, namecache, devbuf, temp, proc,
cred, ttys, soname, cluster_save buffer, vnodes, ifaddr, routetbl,
inodedep, freeblks, ZONE
256 file desc, devbuf, temp, subproc, vnodes, routetbl, NFS srvsock,
NFS daemon, newblk, FFS node
512 kld, devbuf, temp, proc, ioctlops, BIO buffer, mount, UFS mount
1K kld, devbuf, temp, BIO buffer, NQNFS Lease
2K devbuf, ttys, pcb, BIO buffer, UFS mount, mbuf
4K kld, devbuf, temp, ioctlops, UFS mount
8K kld, temp, pagedep, indirdep, UFS mount
16K devbuf
32K devbuf, temp, SWAP
64K ISOFS mount, kld, NFS hash, inodedep, UFS ihash, UFS quota,
VM pgdata
128K namecache
Memory statistics by type Type Kern
Type InUse MemUse HighUse Limit Requests Limit Limit Size(s)
ISOFS mount 1 64K 64K 40960K 1 0 0 64K
kld 16 79K 84K 40960K 39 0 0 16,32,128,512,1K,4K,8K,64K
timecounter 5 1K 1K 40960K 5 0 0 128
file desc 72 10K 12K 40960K 61972 0 0 128,256
file 183 12K 15K 40960K 603245 0 0 64
sigio 2 1K 1K 40960K 17 0 0 32
zombie 0 0K 1K 40960K 61818 0 0 128
lockf 10 1K 2K 40960K 58364 0 0 64
namecache 8938 688K 784K 40960K 268805 0 0 64,128,128K
devbuf 252 133K 133K 40960K 703 0 0 16,32,64,128,256,512,1K,2K,4K,16K,32K
temp 157 31K 42K 40960K 57270 0 0 16,32,64,128,256,512,1K,4K,8K,32K
pgrp 38 2K 2K 40960K 933 0 0 32
session 33 3K 3K 40960K 567 0 0 64
proc 14 2K 2K 40960K 590 0 0 16,128,512
subproc 77 6K 7K 40960K 123599 0 0 32,256
cred 42 6K 6K 40960K 2908 0 0 128
sysctl 0 0K 1K 40960K 940 0 0 16,32
SWAP 2 21K 21K 40960K 2 0 0 32,32K
ioctlops 0 0K 4K 40960K 4 0 0 512,4K
iov 0 0K 1K 40960K 10 0 0 64
shm 2 1K 1K 40960K 827 0 0 16,64
ttys 641 84K 84K 40960K 2045 0 0 128,2K
soname 10 1K 1K 40960K 74789 0 0 16,32,64,128
pcb 37 5K 5K 40960K 7183 0 0 16,32,64,2K
BIO buffer 160 188K 419K 40960K 12494 0 0 512,1K,2K
cluster_save buffer 0 0K 1K 40960K 9756 0 0 32,64,128
mount 5 3K 3K 40960K 5 0 0 512
vnodes 68 8K 26K 40960K 2973 0 0 16,32,64,128,256
ifaddr 10 1K 1K 40960K 10 0 0 32,64,128
ether_multi 7 1K 1K 40960K 7 0 0 16,32
routetbl 145 19K 29K 40960K 1412 0 0 16,32,64,128,256
in_multi 2 1K 1K 40960K 2 0 0 32
NFS srvsock 2 1K 1K 40960K 2 0 0 256
NFS daemon 1 1K 1K 40960K 1 0 0 256
NQNFS Lease 1 1K 1K 40960K 1 0 0 1K
NFS hash 1 64K 64K 40960K 1 0 0 64K
pagedep 3 9K 24K 40960K 6595 0 0 64,8K
inodedep 5 65K 639K 40960K 41384 0 0 128,64K
newblk 1 1K 1K 40960K 163836 0 0 32,256
bmsafemap 1 1K 2K 40960K 7033 0 0 32
allocdirect 1 1K 166K 40960K 105078 0 0 64
indirdep 0 0K 209K 40960K 7413 0 0 32,8K
allocindir 0 0K 131K 40960K 58757 0 0 64
freefrag 0 0K 9K 40960K 35964 0 0 32
freeblks 0 0K 332K 40960K 13325 0 0 128
freefile 0 0K 82K 40960K 11186 0 0 32
diradd 2 1K 53K 40960K 19268 0 0 32
mkdir 0 0K 6K 40960K 844 0 0 32
dirrem 1 1K 144K 40960K 13384 0 0 32
FFS node 8389 2098K 2130K 40960K 247609 0 0 256
UFS ihash 1 64K 64K 40960K 1 0 0 64K
UFS quota 1 64K 64K 40960K 1 0 0 64K
UFS mount 12 26K 26K 40960K 12 0 0 512,2K,4K,8K
VM pgdata 1 64K 64K 40960K 1 0 0 64K
ZONE 19 3K 3K 40960K 19 0 0 128
mbuf 1 2K 2K 40960K 1 0 0 2K
Memory Totals: In Use Free Requests
3816K 1737K 2085011
[-- Attachment #3 --]
4123448 cpu context switches
23506677 device interrupts
2882703 software interrupts
3789127 traps
46970380 system calls
10 swap pager pageins
10 swap pager pages paged in
17 swap pager pageouts
19 swap pager pages paged out
8357 vnode pager pageins
51568 vnode pager pages paged in
0 vnode pager pageouts
0 vnode pager pages paged out
183 page daemon wakeups
327791 pages examined by the page daemon
164615 pages reactivated
1094388 copy-on-write faults
213960 copy-on-write optimized faults
1604322 zero fill pages zeroed
46244 zero fill pages prezeroed
33 intransit blocking page faults
3550488 total VM faults taken
3719017 pages freed
187 pages freed by daemon
93319 pages freed by exiting processes
43771 pages active
10572 pages inactive
2974 pages in VM cache
5827 pages wired down
876 pages free
4096 bytes per page
4289817 total name lookups
cache hits (84% pos + 8% neg) system 2% per-directory
deletions 0%, falsehits 0%, toolong 0%
[-- Attachment #4 --]
last pid: 61803; load averages: 0.00, 0.13, 0.13 up 0+20:05:27 17:27:46
56 processes: 1 running, 55 sleeping
Mem: 171M Active, 41M Inact, 23M Wired, 12M Cache, 8319K Buf, 3960K Free
Swap: 64M Total, 192K Used, 64M Free
PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND
227 root 2 0 31124K 26664K select 1 12:31 0.15% 0.15% XF86_SVGA
269 dar 10 0 1756K 960K nanslp 0 1:48 0.00% 0.00% wmmixer
268 dar 10 0 1904K 1096K nanslp 1 1:32 0.00% 0.00% wmtime
270 dar 2 0 2692K 1572K select 1 1:21 0.00% 0.00% xterm
278 dar 2 0 1920K 1356K select 1 0:45 0.00% 0.00% screen-3.7.4
260 dar 2 0 2964K 1524K select 0 0:41 0.00% 0.00% wmaker
178 root 2 0 784K 320K select 1 0:21 0.00% 0.00% moused
218 root 2 0 1492K 920K select 1 0:19 0.00% 0.00% zephyrd
279 dar 2 0 1332K 892K select 0 0:16 0.00% 0.00% vt
99 root 2 -12 1040K 544K select 1 0:11 0.00% 0.00% xntpd
52765 root 2 0 3344K 1216K select 0 0:09 0.00% 0.00% httpd
190 qmails 2 0 836K 384K select 0 0:07 0.00% 0.00% qmail-send
94 bind 2 0 1768K 1112K select 1 0:05 0.00% 0.00% named
59890 root 2 0 1108K 528K select 0 0:04 0.00% 0.00% telnetd
59895 jason 2 0 2040K 884K select 0 0:03 0.00% 0.00% zwgc
201 root 2 0 1344K 684K select 1 0:03 0.00% 0.00% sshd1
197 root 2 0 780K 284K select 1 0:02 0.00% 0.00% qmail-lspawn
61222 dar 2 0 1676K 1200K select 0 0:02 0.00% 0.00% ssh1
59891 jason 3 0 1304K 884K ttyin 0 0:02 0.00% 0.00% tcsh
224 root 2 0 2244K 1004K select 0 0:02 0.00% 0.00% xdm
191 qmaill -6 0 768K 324K piperd 0 0:02 0.00% 0.00% cyclog
145 root 10 0 988K 488K nanslp 0 0:02 0.00% 0.00% cron
196 qmaill -6 0 752K 228K piperd 1 0:01 0.00% 0.00% accustamp
280 dar 10 0 1144K 616K wait 1 0:01 0.00% 0.00% rc
52790 root 10 0 1140K 616K wait 0 0:01 0.00% 0.00% rc
220 root 2 0 1020K 564K select 1 0:01 0.00% 0.00% zhm
60354 dar 2 0 1688K 1204K select 0 0:01 0.00% 0.00% ssh1
89 root 2 0 816K 472K select 0 0:01 0.00% 0.00% syslogd
213 root 10 0 848K 420K nanslp 1 0:01 0.00% 0.00% idled
61678 dar 3 0 1132K 772K ttyin 0 0:01 0.00% 0.00% rc
189 qmaild 2 0 792K 344K accept 1 0:01 0.00% 0.00% tcpserver
199 qmailq -6 0 768K 328K piperd 1 0:00 0.00% 0.00% qmail-clean
61727 dar 10 0 1712K 1344K wait 0 0:00 0.00% 0.00% mutt
198 qmailr 2 0 776K 260K select 0 0:00 0.00% 0.00% qmail-rspawn
117 root 2 0 1052K 624K select 1 0:00 0.00% 0.00% kerberos
1 root 10 0 496K 112K wait 1 0:00 0.00% 0.00% init
61489 nobody 2 0 3344K 1440K select 1 0:00 0.00% 0.00% httpd
142 root 2 0 860K 428K select 0 0:00 0.00% 0.00% inetd
53333 dar 10 0 1128K 540K wait 0 0:00 0.00% 0.00% rc
244 dar 10 0 1040K 396K wait 1 0:00 0.00% 0.00% rc
61397 nobody 18 0 3344K 1424K lockf 0 0:00 0.00% 0.00% httpd
61527 nobody 18 0 3344K 1416K lockf 0 0:00 0.00% 0.00% httpd
54589 dar 10 0 1128K 552K wait 1 0:00 0.00% 0.00% rc
61803 root 31 0 1564K 688K CPU1 0 0:00 0.00% 0.00% top
271 dar 10 0 1116K 544K wait 0 0:00 0.00% 0.00% rc
52784 dar 10 0 1128K 548K wait 1 0:00 0.00% 0.00% rc
215 root 2 0 1460K 712K select 1 0:00 0.00% 0.00% xfs
228 root 10 0 2268K 1216K wait 1 0:00 0.00% 0.00% xdm
61729 dar 2 0 1268K 860K select 1 0:00 0.00% 0.00% vim
261 root 2 0 1124K 508K select 0 0:00 0.00% 0.00% kadmind
61582 nobody 18 0 3344K 1404K lockf 0 0:00 0.00% 0.00% httpd
61583 nobody 18 0 3344K 1420K lockf 0 0:00 0.00% 0.00% httpd
60825 dar 18 0 1148K 648K pause 0 0:00 0.00% 0.00% screen-3.7.4
223 root 3 0 824K 468K ttyin 1 0:00 0.00% 0.00% getty
254 dar 2 0 1200K 540K select 1 0:00 0.00% 0.00% ssh-agent1
61728 dar 10 0 496K 184K wait 0 0:00 0.00% 0.00% sh
[-- Attachment #5 --]
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #2: Mon Jan 25 20:40:14 EST 1999
dar@phantasm.thekeep.org:/usr/src/sys/compile/PHANTASM
Timecounter "i8254" frequency 1193120 Hz
CPU: Pentium Pro (686-class CPU)
Origin = "GenuineIntel" Id = 0x619 Stepping=9
Features=0xfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV>
real memory = 268435456 (262144K bytes)
config> quit
avail memory = 258490368 (252432K bytes)
Programming 24 pins in IOAPIC #0
FreeBSD/SMP: Multiprocessor motherboard
cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfec08000
cpu1 (AP): apic id: 4, version: 0x00040011, at 0xfec08000
io0 (APIC): apic id: 13, version: 0x00170011, at 0xfec00000
Preloaded elf kernel "kernel" at 0xf02df000.
ccd0-3: Concatenated disk drivers
Probing for devices on PCI bus 0:
chip0: <Intel 82440FX (Natoma) PCI and memory controller> rev 0x02 on pci0.0.0
fxp0: <Intel EtherExpress Pro 10/100B Ethernet> rev 0x01 int a irq 18 on pci0.6.0
fxp0: Ethernet address 00:a0:c9:06:b6:a5
chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
ahc0: <Adaptec aic7880 Ultra SCSI adapter> rev 0x00 int a irq 17 on pci0.9.0
ahc0: aic7880 Wide Channel A, SCSI Id=15, 16/255 SCBs
bt0: <Buslogic Multi-Master SCSI Host Adapter> rev 0x08 int a irq 16 on pci0.11.0
bt0: BT-948 FW Rev. 5.06I Ultra Narrow SCSI Host Adapter, SCSI ID 7, 192 CCBs
vga0: <VGA-compatible display device> rev 0x03 int a irq 19 on pci0.19.0
Probing for PnP devices:
CSN 1 Vendor ID: CSC0b36 [0x360b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000]
mss_attach <CS4236>1 at 0x530 irq 5 dma 1:0 flags 0x10
pcm1 (CS423x/Yamaha/AD1816 <CS4236> sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x10 on isa
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 irq 12 on isa
psm0: model Generic PS/2 mouse, device ID 0
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff80ff on isa
wdc0: unit 0 (wd0): <IBM-DTTA-351680>, 32-bit, multi-block-16
wd0: 16124MB (33022080 sectors), 32760 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 flags 0x80ff80ff on isa
wdc1: unit 0 (wd2): <Seagate Technology 1275MB - ST31276A>, 32-bit, multi-block-16
wd2: 1221MB (2501856 sectors), 2482 cyls, 16 heads, 63 S/T, 512 B/S
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
joy0 at 0x201 on isa
joy0: joystick
APIC_IO: routing 8254 via 8259 on pin 0
SMP: AP CPU #1 Launched!
sa0 at bt0 bus 0 target 1 lun 0
sa0: <ARCHIVE Python 28388-XXX 5.45> Removable Sequential Access SCSI-2 device
sa0: 6.756MB/s transfers (6.756MHz, offset 15)
changing root device to wd0s1a
ffs_mountfs: superblock updated for soft updates
ffs_mountfs: superblock updated for soft updates
cd0 at bt0 bus 0 target 4 lun 0
cd0: <SONY CD-ROM CDU-76S 1.1c> Removable CD-ROM SCSI-2 device
cd0: 5.0MB/s transfers (5.0MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present
[-- Attachment #6 --]
UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND
0 0 0 0 -18 0 0 0 sched DLs ?? 0:00.24 (swapper)
0 1 0 0 10 0 496 112 wait Is ?? 0:00.21 /sbin/init --
0 2 0 0 -18 0 0 0 psleep DL ?? 0:04.40 (pagedaemon)
0 3 0 1 18 0 0 0 psleep DL ?? 0:00.00 (vmdaemon)
0 4 0 0 18 0 0 0 syncer DL ?? 1:11.68 (syncer)
0 89 1 0 2 0 816 472 select Ss ?? 0:00.99 syslogd -u
10 94 1 0 2 0 1768 1112 select Ss ?? 0:05.28 named -u bind -g bind
0 99 1 42 2 -12 1040 544 select S<s ?? 0:11.32 xntpd -p /var/run/xntpd.pid
0 142 1 0 2 0 860 460 select Is ?? 0:00.15 inetd
0 145 1 0 10 0 988 488 nanslp Ss ?? 0:01.55 cron
0 178 1 0 2 0 784 320 select Is ?? 0:20.64 moused -p /dev/psm0 -t auto
0 201 1 0 2 0 1344 684 select Is ?? 0:02.54 /usr/local/sbin/sshd (sshd1)
0 213 1 0 10 0 848 488 nanslp Is ?? 0:00.81 /usr/local/libexec/idled
0 218 1 0 2 0 1496 924 select Ss ?? 0:19.32 /usr/local/sbin/zephyrd
0 220 1 1 2 0 1020 556 select Is ?? 0:01.24 /usr/local/sbin/zhm zephyr.thekeep.org
0 224 1 0 2 0 2244 1004 select S ?? 0:01.78 /usr/X11R6/bin/xdm -nodaemon ttyv1
0 227 224 2 28 0 31124 26664 - Rs ?? 12:34.63 /usr/X11R6/bin/X -auth /usr/X11R6/lib/X11/xdm/authdir/authfiles/
0 228 224 109 10 0 2268 1216 wait Is ?? 0:00.06 -:0 (xdm)
100 244 228 109 10 0 1040 396 wait Is ?? 0:00.12 /usr/local/bin/rc /home/dar/.xsession
100 254 1 0 2 0 1200 540 select Is ?? 0:00.01 ssh-agent (ssh-agent1)
100 260 244 0 2 0 2964 1524 select S ?? 0:41.54 wmaker
0 261 1 0 2 0 1124 508 select Is ?? 0:00.05 kadmind
100 268 260 0 10 0 1904 1096 nanslp S ?? 1:32.74 wmtime -digital
100 269 260 0 10 0 1756 960 nanslp S ?? 1:48.73 wmmixer -w -s
0 270 260 0 2 0 2692 1572 select S ?? 1:22.09 xterm
0 278 1 0 2 0 1920 1360 select Ss ?? 0:45.99 SCREEN vt (screen-3.7.4)
0 52765 1 0 2 0 3344 1224 select Ss ?? 0:08.64 /usr/local/sbin/httpd -DSSL
0 59890 142 0 2 0 1108 528 select Ss ?? 0:04.21 telnetd
65534 61397 52765 0 18 0 3344 1444 lockf I ?? 0:00.11 /usr/local/sbin/httpd -DSSL
65534 61489 52765 0 2 0 3344 1460 select I ?? 0:00.17 /usr/local/sbin/httpd -DSSL
65534 61527 52765 0 18 0 3344 1436 lockf I ?? 0:00.11 /usr/local/sbin/httpd -DSSL
65534 61582 52765 0 18 0 3344 1424 lockf I ?? 0:00.04 /usr/local/sbin/httpd -DSSL
65534 61583 52765 0 18 0 3344 1440 lockf I ?? 0:00.04 /usr/local/sbin/httpd -DSSL
0 61829 142 0 2 0 1108 700 select Ss ?? 0:00.10 telnetd
0 61854 142 0 2 0 1108 704 select Ss ?? 0:00.05 telnetd
100 61678 278 0 3 0 1132 772 ttyin Is+ p0 0:00.71 /usr/local/bin/rc
100 271 270 0 10 0 1116 544 wait Is+ p1 0:00.07 rc
100 60825 271 0 18 0 1148 648 pause I+ p1 0:00.02 screen -r (screen-3.7.4)
100 279 278 0 2 0 1332 888 select Is+ p2 0:15.87 vt
100 280 278 0 10 0 1144 620 wait Is+ p3 0:01.30 /usr/local/bin/rc
100 61727 280 0 10 0 1712 1348 wait I+ p3 0:00.41 mutt
100 61728 61727 0 10 0 496 188 wait I+ p3 0:00.01 sh -c vim +/^$ '/tmp/mutt-phantasm-61727-6'
100 61729 61728 0 2 0 1268 860 select I+ p3 0:00.38 vim +/^$ /tmp/mutt-phantasm-61727-6
100 52784 278 0 10 0 1128 548 wait Is+ p4 0:00.07 /usr/local/bin/rc
0 52790 52784 1 10 0 1140 620 wait S+ p4 0:01.41 /usr/local/bin/rc
0 61862 52790 0 28 0 420 236 - R+ p4 0:00.00 ps -axlw
100 54589 278 0 10 0 1128 552 wait Is+ p5 0:00.10 /usr/local/bin/rc
0 61222 54589 0 2 0 1676 1200 select I+ p5 0:02.26 ssh pedantic (ssh1)
100 53333 278 0 10 0 1128 540 wait Is+ p6 0:00.13 /usr/local/bin/rc
0 60354 53333 0 2 0 1688 1204 select I+ p6 0:01.13 ssh pedantic (ssh1)
126 59891 59890 0 3 0 1304 880 ttyin Ss+ p7 0:01.87 -tcsh (tcsh)
126 59895 1 0 2 0 2040 884 select S+ p7 0:02.93 zwgc
116 61830 61829 0 18 0 448 296 pause Is p8 0:00.10 -csh (csh)
116 61833 61830 0 2 0 3404 2092 select S+ p8 0:01.69 (pine)
126 61855 61854 0 3 0 1280 936 ttyin Ss+ p9 0:00.17 -tcsh (tcsh)
0 223 1 0 3 0 824 468 ttyin Is+ v0 0:00.02 /usr/libexec/getty Pc ttyv0
0 117 1 0 2 0 1052 628 select I+ con- 0:00.24 kerberos
82 189 1 0 2 0 792 344 accept I+ con- 0:00.66 /usr/local/bin/tcpserver -u 82 -g 81 0 smtp /var/qmail/bin/qmail
87 190 1 0 2 0 836 384 select I+ con- 0:06.77 qmail-send
83 191 1 0 -6 0 768 324 piperd I+ con- 0:01.58 /usr/local/bin/cyclog -s 512000 -n 10 /var/log/qmail
83 196 190 0 -6 0 752 228 piperd I+ con- 0:01.43 /usr/local/bin/accustamp
0 197 190 0 2 0 780 284 select I+ con- 0:02.49 qmail-lspawn ./.inbox
86 198 190 0 2 0 776 260 select I+ con- 0:00.22 qmail-rspawn
85 199 190 0 -6 0 768 328 piperd I+ con- 0:00.42 qmail-clean
0 215 1 0 2 0 1460 712 select I+ con- 0:00.07 /usr/X11R6/bin/xfs
[-- Attachment #7 --]
machine "i386"
cpu "I686_CPU"
ident PHANTASM
maxusers 50
options INCLUDE_CONFIG_FILE
options SMP
options APIC_IO
options NCPU=2
options NBUS=2
options NAPIC=1
options NINTR=24
options "MD5"
options "VM86"
options DDB
options PERFMON
options SOFTUPDATES
options QUOTA
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options "CLK_USE_I8254_CALIBRATION"
options CLK_USE_TSC_CALIBRATION
options AHC_ALLOW_MEMIO
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options "CD9660"
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=1500 #Be pessimistic about Joe SCSI device
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
config kernel root on wd0
controller isa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
disk fd0 at fdc0 drive 0
options "CMD640" # work around CMD640 chip deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x80ff80ff
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0x80ff80ff
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
controller ahc0
controller bt0
controller scbus0
device da0
device ch0
device cd0
device sa0
device pass0
options "SA_SPACE_TIMEOUT=(15)"
options "SA_REWIND_TIMEOUT=(2*15)"
options "SA_ERASE_TIMEOUT=(4*15)"
#old
#device sc0 at isa? port IO_KBD conflicts tty irq 1
#device psm0 at isa? port IO_KBD conflicts tty irq 12
#new
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device psm0 at isa? tty irq 12
device vga0 at isa? port ? conflicts
device sc0 at isa? tty
pseudo-device splash
device npx0 at isa? port IO_NPX irq 13
device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
device sio1 at isa? port "IO_COM2" tty irq 3
device pnp0
device pcm0
device joy0 at isa? port IO_GAME
device fxp0
pseudo-device loop
pseudo-device ether
pseudo-device vn
pseudo-device snp 2
pseudo-device bpfilter 4
pseudo-device pty 128
pseudo-device gzip # Exec gzipped a.out's
pseudo-device ccd 4
options KTRACE #kernel tracing
options SYSVSHM
options SYSVSEM
options SYSVMSG
options "EXT2FS"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990126183430.A61727>
