FreeBSD TCP网络性能不稳定?
作者:anotherbug 日期:2007-02-21 19:03:58
| freebsd-tcp-1.gif(16.1 K) | |
经单线程对FreeBSD Server在LAN 100M上进行TCP请求测试,发现TCP网络性能不稳定。
1.web服务使用lighttpd,测试文件为30K大小的静态html文件。
2.测试代码如下
1 | public class TestURL implements Runnable
{
public static void main(String[] args)
{
long aa = System.currentTimeMillis();
long bb = Long.parseLong(args[0]);
System.out.println("Starting request url:");
for(int i = 0; i < bb; i++){
try{
//sendMessage();
//new Thread(new TestURL()).start();
URL url = new URL("http://192.168.1.200:8080/?"+i);
InputStream is = url.openStream();
is.close();
System.out.println("Starting request url:"+i+" take "+(System.currentTimeMillis()-aa)+"ms");
//fos.close();
}catch(Exception ex){System.out.println("ERROR:"+ex);}
}
System.out.println("request url end.take "+(System.currentTimeMillis()-aa)+"ms");
}
}
//用 java TestURL 10000
|
网络带宽图如附件。不稳定,但用ssh上传文件则比较稳定。
另 FreeBSD + diablo JDK1.5 + Resin3 进行测试时,导致CPU 99%,停止响应。
以下是系统优化后的参数,如有不对或不当,敬请指教。(是用sysctl -a 打印出来的参数)
1 | kern.ostype: FreeBSD
kern.osrelease: 6.2-STABLE
kern.osrevision: 199506
kern.version: FreeBSD 6.2-STABLE #2: Fri Jan 19 10:49:03 UTC 2007
another@freebsd:/usr/obj/usr/src/sys/ANOTHER_GENERIC
kern.maxvnodes: 100000
kern.maxproc: 6164
kern.maxfiles: 12328
kern.argmax: 262144
kern.securelevel: -1
kern.hostname: freebsd
kern.hostid: 0
kern.clockrate: { hz = 2000, tick = 500, profhz = 1333, stathz = 266 }
kern.posix1version: 200112
kern.ngroups: 16
kern.job_control: 1
kern.saved_ids: 0
kern.boottime: { sec = 1172053550, usec = 497408 } Wed Feb 21 10:25:50 2007
kern.domainname:
kern.osreldate: 602104
kern.bootfile: /boot/kernel/kernel
kern.maxfilesperproc: 11095
kern.maxprocperuid: 5547
kern.ipc.maxsockbuf: 16677216
kern.ipc.sockbuf_waste_factor: 8
kern.ipc.somaxconn: 65535
kern.ipc.max_linkhdr: 16
kern.ipc.max_protohdr: 60
kern.ipc.max_hdr: 76
kern.ipc.max_datalen: 132
kern.ipc.nmbjumbo16: 0
kern.ipc.nmbjumbo9: 0
kern.ipc.nmbjumbop: 0
kern.ipc.nmbclusters: 32768
kern.ipc.piperesizeallowed: 1
kern.ipc.piperesizefail: 0
kern.ipc.pipeallocfail: 0
kern.ipc.pipefragretry: 0
kern.ipc.pipekva: 16384
kern.ipc.pipes: 2
kern.ipc.maxpipekva: 33554432
kern.ipc.msgseg: 2048
kern.ipc.msgssz: 8
kern.ipc.msgtql: 40
kern.ipc.msgmnb: 2048
kern.ipc.msgmni: 40
kern.ipc.msgmax: 16384
kern.ipc.semaem: 16384
kern.ipc.semvmx: 32767
kern.ipc.semusz: 92
kern.ipc.semume: 10
kern.ipc.semopm: 100
kern.ipc.semmsl: 60
kern.ipc.semmnu: 30
kern.ipc.semmns: 60
kern.ipc.semmni: 10
kern.ipc.semmap: 30
kern.ipc.shm_allow_removed: 0
kern.ipc.shm_use_phys: 0
kern.ipc.shmall: 8192
kern.ipc.shmseg: 128
kern.ipc.shmmni: 192
kern.ipc.shmmin: 1
kern.ipc.shmmax: 33554432
kern.ipc.numopensockets: 15
kern.ipc.maxsockets: 32768
kern.ipc.nsfbufsused: 0
kern.ipc.nsfbufspeak: 11
kern.ipc.nsfbufs: 2496
kern.dummy: 0
kern.ps_strings: 3217031152
kern.usrstack: 3217031168
kern.logsigexit: 1
kern.iov_max: 1024
kern.cam.cam_srch_hi: 0
kern.cam.scsi_delay: 5000
kern.cam.cd.changer.max_busy_seconds: 15
kern.cam.cd.changer.min_busy_seconds: 5
kern.cam.da.default_timeout: 60
kern.cam.da.retry_count: 4
kern.cam.da.0.minimum_cmd_size: 6
kern.cam.da.1.minimum_cmd_size: 6
kern.cam.da.2.minimum_cmd_size: 6
kern.disks: da2 da1 da0
kern.geom.collectstats: 1
kern.geom.debugflags: 0
kern.elf32.fallback_brand: -1
kern.init_shutdown_timeout: 120
kern.init_path: /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall
kern.acct_suspended: 0
kern.acct_chkfreq: 15
kern.acct_resume: 4
kern.acct_suspend: 2
kern.cp_time: 19311 1 567384 2901 301283
kern.openfiles: 64
kern.kq_calloutmax: 4096
kern.ps_arg_cache_limit: 256
kern.stackprot: 7
kern.randompid: 0
kern.lastpid: 1799
kern.ktrace.request_pool: 100
kern.ktrace.genio_size: 4096
kern.module_path: /boot/kernel;/boot/modules
kern.malloc_count: 196
kern.malloc:
Type InUse MemUse HighUse Requests Size(s)
acpidev 46 2K - 46 32
acpisem 21 2K - 21 64
PCI Link 34 4K - 34 16,64,128
acpitask 0 0K - 1 32
acpica 1865 96K - 22051 16,32,64,128,256,512,1024
DEVFS 12 1K - 13 16,128
nexusdev 3 1K - 3 16
memdesc 1 4K - 1 4096
I/O APIC 2 2K - 2 1024
DEVFS3 119 15K - 120 128
DEVFS1 109 28K - 109 256
USB 13 2K - 13 16,32,64,128,256
USBdev 1 1K - 4 128,512
atkbddev 2 1K - 2 32
VM pgdata 2 65K - 2 64
entropy 1024 64K - 1024 64
ppbusdev 3 1K - 3 128
UMAHash 1 16K - 7 256,512,1024,2048,4096
UFS mount 18 38K - 18 256,2048,4096
UFS dirhash 57 11K - 57 16,32,512
pagedep 2 65K - 24 64
inodedep 2 257K - 236 128
newblk 1 1K - 329 64,256
bmsafemap 1 1K - 22 64
allocdirect 1 1K - 328 128
freefrag 1 1K - 49 32
freeblks 0 0K - 123 256
freefile 0 0K - 145 32
diradd 1 1K - 231 64
mkdir 0 0K - 16 32
dirrem 0 0K - 179 32
savedino 0 0K - 66 256
p1003.1b 1 1K - 1 16
NFS daemon 1 8K - 1
CAM periph 7 1K - 43 128
in6_multi 40 2K - 40 16,32,64
syncache 1 8K - 1
hostcache 1 24K - 1
in_multi 3 1K - 3 32
routetbl 36 4K - 83 16,32,64,128,256
lo 1 1K - 1 16
arpcom 2 1K - 2 16
clone 4 16K - 4 4096
ifnet 5 5K - 5 256,1024
ifaddr 42 11K - 42 16,32,64,256,512,2048
ether_multi 56 3K - 66 16,32,64
BPF 4 1K - 4 64
acd_driver 1 2K - 1 2048
mount 115 4K - 206 16,32,64,128,2048
vnodemarker 0 0K - 741 512
vnodes 1 1K - 1 128
VFS hash 1 256K - 1
cluster_save buffer 0 0K - 6 32,64
vfscache 1 512K - 1
BIO buffer 123 246K - 127 2048
soname 3 1K - 21549 16,32,128
pcb 9 17K - 19 16,32,64
mbuf_tag 0 0K - 2 32
mbextcnt 0 0K - 148568 16
ptys 3 1K - 3 128
ttys 1232 175K - 2807 128,1024
shm 1 12K - 1
sem 4 7K - 4 512,1024,4096
msg 4 25K - 4 1024,4096
ioctlops 0 0K - 57279 16,32,64,256,512,1024,4096
iov 0 0K - 19106 16,64,128
Unitno 9 1K - 17697 16,64
turnstiles 221 14K - 221 64
taskqueue 9 1K - 9 16,128
ata_dma 2 1K - 2 128
sleep queues 221 7K - 221 32
sbuf 0 0K - 528 16,32,64,128,256,512,1024,2048,4096
ata_generic 1 1K - 1 1024
rman 153 10K - 626 16,64
CAM SIM 2 1K - 2 64
kobj 250 500K - 304 2048
eventhandler 46 3K - 46 32,128
devstat 14 29K - 14 16,4096
bus 979 38K - 3828 16,32,64,128,1024
bus-sc 63 35K - 1434 16,32,64,128,256,512,1024,2048,4096
SWAP 2 549K - 2 64
umtx 220 14K - 220 64
sysctl 0 0K - 1285 16,32,64
sysctloid 2565 77K - 2590 16,32,64
sysctltmp 0 0K - 331 16,32,128
plimit 15 4K - 253 256
uidinfo 4 2K - 12 32,1024
cred 24 3K - 13226 128
pgrp 27 2K - 85 64
session 20 3K - 28 128
proc 2 8K - 2 4096
subproc 186 321K - 1913 256,4096
mtx_pool 1 8K - 1
kbdmux 6 9K - 6 16,128,256,2048,4096
module 379 24K - 379 64,128
devbuf 1942 3286K - 1944 16,32,64,128,256,512,1024,2048,4096
temp 13 126K - 5624 16,32,64,128,256,512,1024,2048,4096
ip6ndp 7 1K - 9 64,128
CAM queue 12 4K - 356 16,32,64,128,1024
lockf 2 1K - 2 64
linker 69 3K - 89 16,32,256
KTRACE 100 13K - 100 128
CAM dev queue 2 1K - 2 64
ithread 79 7K - 79 16,64,128
CAM XPT 96 64K - 263 16,32,64,512,1024
zombie 0 0K - 1727 128
proc-args 29 2K - 1111 16,32,64,128,256
kqueue 2 2K - 17 256,1024
kenv 102 8K - 105 16,32,64,4096
file desc 75 19K - 1810 16,32,64,256,512,1024,2048,4096
sigio 1 1K - 1 32
cdev 26 4K - 26 128
isadev 17 2K - 17 64
GEOM 162 24K - 810 16,32,64,128,256,512,1024,2048,4096
pfs_nodes 20 3K - 20 128
kern.fallback_elf_brand: -1
kern.maxusers: 384
kern.ident: GENERIC
kern.polling.idlepoll_sleeping: 0
kern.polling.stalled: 0
kern.polling.suspect: 0
kern.polling.phase: 0
kern.polling.enable: 1
kern.polling.handlers: 2
kern.polling.residual_burst: 0
kern.polling.pending_polls: 0
kern.polling.lost_polls: 2
kern.polling.short_ticks: 0
kern.polling.reg_frac: 50
kern.polling.user_frac: 20
kern.polling.idle_poll: 1
kern.polling.each_burst: 80
kern.polling.burst_max: 1000
kern.polling.burst: 1000
kern.kstack_pages: 2
kern.shutdown.kproc_shutdown_wait: 60
kern.shutdown.poweroff_delay: 5000
kern.sync_on_panic: 0
kern.corefile: %N.core
kern.nodump_coredump: 0
kern.coredump: 1
kern.sugid_coredump: 0
kern.fscale: 2048
kern.timecounter.tick: 2
kern.timecounter.choice: TSC(-100) ACPI-safe(1000) i8254(0) dummy(-1000000)
kern.timecounter.hardware: ACPI-safe
kern.timecounter.nsetclock: 2
kern.timecounter.ngetmicrotime: 221316
kern.timecounter.ngetnanotime: 0
kern.timecounter.ngetbintime: 0
kern.timecounter.ngetmicrouptime: 162423
kern.timecounter.ngetnanouptime: 104
kern.timecounter.ngetbinuptime: 1054
kern.timecounter.nmicrotime: 64183
kern.timecounter.nnanotime: 560103
kern.timecounter.nbintime: 624293
kern.timecounter.nmicrouptime: 10012369
kern.timecounter.nnanouptime: 0
kern.timecounter.nbinuptime: 578910206
kern.timecounter.stepwarnings: 0
kern.timecounter.smp_tsc: 0
kern.threads.thr_concurrency: 0
kern.threads.thr_scope: 0
kern.threads.virtual_cpu: 2
kern.threads.max_threads_hits: 0
kern.threads.max_groups_per_proc: 1500
kern.threads.max_threads_per_proc: 1500
kern.threads.debug: 0
kern.ccpu: 1948
kern.sched.runq_fuzz: 1
kern.sched.preemption: 1
kern.sched.kgfollowons: 0
kern.sched.pfollowons: 0
kern.sched.followon: 0
kern.sched.ipiwakeup.htt2: 0
kern.sched.ipiwakeup.onecpu: 0
kern.sched.ipiwakeup.useloop: 0
kern.sched.ipiwakeup.usemask: 1
kern.sched.ipiwakeup.delivered: 4521742
kern.sched.ipiwakeup.requested: 4521735
kern.sched.ipiwakeup.enabled: 1
kern.sched.quantum: 100000
kern.sched.name: 4BSD
kern.devstat.version: 6
kern.devstat.generation: 221
kern.devstat.numdevs: 6
kern.kobj_methodcount: 116
kern.log_wakeups_per_second: 5
kern.msgbuf_clear: 0
kern.msgbuf:
kern.always_console_output: 0
kern.log_console_output: 1
kern.smp.forward_roundrobin_enabled: 1
kern.smp.forward_signal_enabled: 1
kern.smp.cpus: 2
kern.smp.disabled: 0
kern.smp.active: 1
kern.smp.maxcpus: 16
kern.nselcoll: 0
kern.tty_nout: 131195
kern.tty_nin: 487
kern.drainwait: 300
kern.constty_wakeups_per_second: 5
kern.consmsgbuf_size: 8192
kern.consmute: 0
kern.console: consolectl,/ttyd0,consolectl,
kern.minvnodes: 25000
kern.metadelay: 28
kern.dirdelay: 29
kern.filedelay: 30
kern.chroot_allow_open_directories: 1
kern.rpc.invalid: 0
kern.rpc.unexpected: 0
kern.rpc.timeouts: 0
kern.rpc.request: 0
kern.rpc.retries: 0
kern.random.yarrow.gengateinterval: 10
kern.random.yarrow.bins: 10
kern.random.yarrow.fastthresh: 192
kern.random.yarrow.slowthresh: 256
kern.random.yarrow.slowoverthresh: 2
kern.random.sys.seeded: 1
kern.random.sys.harvest.ethernet: 1
kern.random.sys.harvest.point_to_point: 1
kern.random.sys.harvest.interrupt: 1
kern.random.sys.harvest.swi: 0
vm.vmtotal:
System wide totals computed every five seconds: (values in kilobytes)
===============================================
Processes: (RUNQ: 1 Disk Wait: 0 Page Wait: 0 Sleep: 27)
Virtual Memory: (Total: 544K, Active 47532K)
Real Memory: (Total: 48776K Active 13860K)
Shared Virtual Memory: (Total: 5316K Active: 3008K)
Shared Real Memory: (Total: 4220K Active: 2144K)
Free Memory Pages: 1957712K
vm.loadavg: { 1.08 1.04 1.03 }
vm.v_free_min: 3311
vm.v_free_target: 13993
vm.v_free_reserved: 749
vm.v_inactive_target: 20989
vm.v_cache_min: 13993
vm.v_cache_max: 27986
vm.v_pageout_free_min: 34
vm.pageout_algorithm: 0
vm.swap_enabled: 1
vm.kmem_size_scale: 3
vm.kmem_size_max: 335544320
vm.kmem_size: 671088640
vm.nswapdev: 1
vm.dmmax: 32
vm.swap_async_max: 4
vm.zone_count: 69
vm.zone:
ITEM SIZE LIMIT USED FREE REQUESTS
FFS2 dinode: 256, 0, 909, 36, 1054
FFS1 dinode: 128, 0, 0, 0, 0
FFS inode: 132, 0, 909, 106, 1054
Mountpoints: 664, 0, 7, 11, 7
SWAPMETA: 276, 121576, 0, 0, 0
rtentry: 132, 0, 18, 40, 18
ripcb: 180, 32780, 0, 0, 0
sackhole: 20, 0, 0, 169, 5
tcpreass: 20, 2197, 0, 0, 0
hostcache: 76, 15400, 1, 99, 1
syncache: 100, 15366, 0, 195, 20000
tcptw: 48, 6630, 0, 0, 0
tcpcb: 472, 32768, 4, 564, 20006
inpcb: 180, 32780, 4, 568, 20006
udpcb: 180, 32780, 2, 64, 189
ipq: 32, 1130, 0, 0, 0
unpcb: 144, 32778, 9, 72, 34
socket: 356, 32769, 15, 634, 20230
KNOTE: 68, 0, 2, 222, 130725
PIPE: 408, 0, 1, 53, 746
DIRHASH: 1024, 0, 50, 6, 50
NFSNODE: 460, 0, 0, 0, 0
NFSMOUNT: 480, 0, 0, 0, 0
L VFS Cache: 291, 0, 1, 25, 1
S VFS Cache: 68, 0, 920, 88, 2360
NAMEI: 1024, 0, 0, 36, 216355
VNODEPOLL: 76, 0, 0, 0, 0
VNODE: 272, 0, 950, 30, 1096
ata_composit: 196, 0, 0, 0, 0
ata_request: 204, 0, 0, 38, 67
g_bio: 132, 0, 0, 232, 10539
ACL UMA zone: 388, 0, 0, 0, 0
mbuf_jumbo_1: 16384, 0, 0, 0, 0
mbuf_jumbo_9: 9216, 0, 0, 0, 0
mbuf_jumbo_p: 4096, 0, 0, 0, 0
mbuf_cluster: 2048, 32768, 6528, 58, 6528
mbuf: 256, 0, 6530, 520, 474755
mbuf_packet: 256, 0, 896, 6154, 147301
VMSPACE: 296, 0, 29, 49, 1756
UPCALL: 44, 0, 0, 156, 3
KSEGRP: 88, 0, 112, 48, 113
THREAD: 376, 0, 112, 108, 8956
PROC: 536, 0, 72, 40, 1799
Files: 72, 0, 64, 678, 124592
4096: 4096, 0, 119, 42, 4249
2048: 2048, 0, 389, 35, 817
1024: 1024, 0, 120, 92, 1698
512: 512, 0, 59, 29, 1181
256: 256, 0, 355, 95, 3816
128: 128, 0, 1852, 188, 21900
64: 64, 0, 4819, 314, 28231
32: 32, 0, 2324, 162, 4862
16: 16, 0, 2599, 649, 267816
mt_zone: 1024, 0, 196, 0, 196
DP fakepg: 72, 0, 0, 0, 0
PV ENTRY: 24, 1745655, 10389, 55731, 853980
MAP ENTRY: 68, 0, 799, 377, 54929
KMAP ENTRY: 68, 57344, 21, 315, 6235
MAP: 192, 0, 7, 13, 7
VM OBJECT: 132, 0, 1388, 207, 29426
128 Bucket: 524, 0, 105, 0, 851
64 Bucket: 268, 0, 78, 6, 118
32 Bucket: 140, 0, 43, 13, 67
16 Bucket: 76, 0, 51, 49, 69
UMA Hash: 128, 0, 5, 25, 6
UMA RCntSlab: 104, 0, 3293, 0, 3293
UMA Slabs: 64, 0, 538, 52, 789
UMA Zones: 480, 0, 67, 5, 67
UMA Kegs: 140, 0, 67, 5, 67
vm.old_contigmalloc: 0
vm.swap_idle_threshold2: 10
vm.swap_idle_threshold1: 2
vm.exec_map_entries: 16
vm.stats.misc.zero_page_count: 389835
vm.stats.misc.cnt_prezero: 507325
vm.stats.vm.v_kthreadpages: 0
vm.stats.vm.v_rforkpages: 0
vm.stats.vm.v_vforkpages: 25577
vm.stats.vm.v_forkpages: 91378
vm.stats.vm.v_kthreads: 44
vm.stats.vm.v_rforks: 0
vm.stats.vm.v_vforks: 173
vm.stats.vm.v_forks: 1582
vm.stats.vm.v_interrupt_free_min: 2
vm.stats.vm.v_pageout_free_min: 34
vm.stats.vm.v_cache_max: 27986
vm.stats.vm.v_cache_min: 13993
vm.stats.vm.v_cache_count: 411
vm.stats.vm.v_inactive_count: 7595
vm.stats.vm.v_inactive_target: 20989
vm.stats.vm.v_active_count: 4189
vm.stats.vm.v_wire_count: 11482
vm.stats.vm.v_free_count: 489015
vm.stats.vm.v_free_min: 3311
vm.stats.vm.v_free_target: 13993
vm.stats.vm.v_free_reserved: 749
vm.stats.vm.v_page_count: 512790
vm.stats.vm.v_page_size: 4096
vm.stats.vm.v_tfree: 171470
vm.stats.vm.v_pfree: 120136
vm.stats.vm.v_dfree: 0
vm.stats.vm.v_pdpages: 0
vm.stats.vm.v_pdwakeups: 0
vm.stats.vm.v_reactivated: 1382
vm.stats.vm.v_intrans: 22
vm.stats.vm.v_vnodepgsout: 48
vm.stats.vm.v_vnodepgsin: 9437
vm.stats.vm.v_vnodeout: 19
vm.stats.vm.v_vnodein: 954
vm.stats.vm.v_swappgsout: 0
vm.stats.vm.v_swappgsin: 0
vm.stats.vm.v_swapout: 0
vm.stats.vm.v_swapin: 0
vm.stats.vm.v_ozfod: 112727
vm.stats.vm.v_zfod: 112834
vm.stats.vm.v_cow_optim: 372
vm.stats.vm.v_cow_faults: 40112
vm.stats.vm.v_vm_faults: 170560349
vm.stats.sys.v_soft: 32348
vm.stats.sys.v_intr: 44108635
vm.stats.sys.v_syscall: 1360825
vm.stats.sys.v_trap: 170665994
vm.stats.sys.v_swtch: 568317231
vm.v_free_severe: 2030
vm.max_proc_mmap: 98689
vm.old_msync: 0
vm.msync_flush_flags: 3
vm.boot_pages: 48
vm.pageout_lock_miss: 0
vm.disable_swapspace_pageouts: 0
vm.defer_swapspace_pageouts: 0
vm.swap_idle_enabled: 0
vm.pageout_stats_interval: 5
vm.pageout_full_stats_interval: 20
vm.pageout_stats_max: 13993
vm.max_launder: 32
vm.idlezero_maxrun: 16
vm.idlezero_enable: 1
vm.kvm_free: 41938944
vm.kvm_size: 1069543424
vfs.devfs.rule_depth: 1
vfs.devfs.generation: 109
vfs.nfs4.nfsv3_commit_on_close: 0
vfs.nfs4.access_cache_timeout: 60
vfs.nfs.downdelayinitial: 12
vfs.nfs.downdelayinterval: 30
vfs.nfs.nfs3_jukebox_delay: 10
vfs.nfs.reconnects: 0
vfs.nfs.bufpackets: 4
vfs.nfs.realign_count: 0
vfs.nfs.realign_test: 0
vfs.nfs.defect: 0
vfs.nfs.iodmax: 20
vfs.nfs.iodmin: 0
vfs.nfs.iodmaxidle: 120
vfs.nfs.diskless_rootpath:
vfs.nfs.diskless_valid: 0
vfs.nfs.nfs_ip_paranoia: 1
vfs.nfs.nfs_directio_allow_mmap: 1
vfs.nfs.nfs_directio_enable: 0
vfs.nfs.clean_pages_on_close: 1
vfs.nfs.nfsv3_commit_on_close: 0
vfs.nfs.access_cache_timeout: 60
vfs.ufs.dirhash_docheck: 0
vfs.ufs.dirhash_mem: 58487
vfs.ufs.dirhash_maxmem: 2097152
vfs.ufs.dirhash_minsize: 2560
vfs.pfs.vncache.misses: 0
vfs.pfs.vncache.hits: 0
vfs.pfs.vncache.maxentries: 0
vfs.pfs.vncache.entries: 0
vfs.flushwithdeps: 0
vfs.getnewbufrestarts: 0
vfs.getnewbufcalls: 1337
vfs.hifreebuffers: 808
vfs.lofreebuffers: 404
vfs.numfreebuffers: 7191
vfs.dirtybufthresh: 1637
vfs.hidirtybuffers: 1819
vfs.lodirtybuffers: 909
vfs.numdirtybuffers: 7
vfs.recursiveflushes: 0
vfs.altbufferflushes: 0
vfs.dirtybufferflushes: 0
vfs.hirunningspace: 1048576
vfs.lorunningspace: 524288
vfs.bufdefragcnt: 0
vfs.buffreekvacnt: 0
vfs.bufreusecnt: 1171
vfs.hibufspace: 117276672
vfs.lobufspace: 117211136
vfs.maxmallocbufspace: 5863833
vfs.bufmallocspace: 251904
vfs.maxbufspace: 117932032
vfs.bufspace: 19185664
vfs.runningbufspace: 0
vfs.vmiodirenable: 1
vfs.cache.numfullpathfound: 158
vfs.cache.numfullpathfail4: 0
vfs.cache.numfullpathfail2: 0
vfs.cache.numfullpathfail1: 0
vfs.cache.numfullpathcalls: 158
vfs.cache.nchstats: 809482 28579 259 0 2549 0 114 328
vfs.cache.numneghits: 28579
vfs.cache.numnegzaps: 70
vfs.cache.numposhits: 809482
vfs.cache.numposzaps: 189
vfs.cache.nummisszap: 61
vfs.cache.nummiss: 2488
vfs.cache.numchecks: 838324
vfs.cache.dotdothits: 53
vfs.cache.dothits: 523
vfs.cache.numcalls: 841445
vfs.cache.numcache: 921
vfs.cache.numneg: 56
vfs.read_max: 8
vfs.write_behind: 1
vfs.lookup_shared: 0
vfs.usermount: 0
vfs.worklist_len: 5
vfs.timestamp_precision: 0
vfs.reassignbufcalls: 1392
vfs.freevnodes: 185
vfs.wantfreevnodes: 25000
vfs.numvnodes: 950
vfs.nfsrv.nfs_privport: 0
vfs.nfsrv.commit_miss: 0
vfs.nfsrv.commit_blks: 0
vfs.nfsrv.async: 0
vfs.nfsrv.realign_count: 0
vfs.nfsrv.realign_test: 0
vfs.nfsrv.gatherdelay_v3: 0
vfs.nfsrv.gatherdelay: 10000
vfs.ffs.doreallocblks: 1
vfs.ffs.doasyncfree: 1
vfs.ffs.compute_summary_at_mount: 0
net.local.stream.recvspace: 8192
net.local.stream.sendspace: 8192
net.local.dgram.recvspace: 4096
net.local.dgram.maxdgram: 2048
net.local.recycled: 0
net.local.taskcount: 0
net.local.inflight: 0
net.inet.ip.portrange.randomtime: 45
net.inet.ip.portrange.randomcps: 10
net.inet.ip.portrange.randomized: 0
net.inet.ip.portrange.reservedlow: 0
net.inet.ip.portrange.reservedhigh: 1023
net.inet.ip.portrange.hilast: 65535
net.inet.ip.portrange.hifirst: 49152
net.inet.ip.portrange.last: 65535
net.inet.ip.portrange.first: 10000
net.inet.ip.portrange.lowlast: 600
net.inet.ip.portrange.lowfirst: 1023
net.inet.ip.forwarding: 1
net.inet.ip.redirect: 1
net.inet.ip.ttl: 64
net.inet.ip.rtexpire: 3600
net.inet.ip.rtminexpire: 10
net.inet.ip.rtmaxcache: 1024
net.inet.ip.sourceroute: 0
net.inet.ip.intr_queue_maxlen: 512
net.inet.ip.intr_queue_drops: 0
net.inet.ip.accept_sourceroute: 0
net.inet.ip.keepfaith: 0
net.inet.ip.gifttl: 30
net.inet.ip.same_prefix_carp_only: 0
net.inet.ip.subnets_are_local: 0
net.inet.ip.fastforwarding: 1
net.inet.ip.maxfragpackets: 1024
net.inet.ip.maxfragsperpacket: 16
net.inet.ip.fragpackets: 0
net.inet.ip.check_interface: 0
net.inet.ip.random_id: 0
net.inet.ip.sendsourcequench: 0
net.inet.ip.process_options: 1
net.inet.icmp.maskrepl: 0
net.inet.icmp.icmplim: 30000
net.inet.icmp.bmcastecho: 0
net.inet.icmp.quotelen: 8
net.inet.icmp.reply_from_interface: 0
net.inet.icmp.reply_src:
net.inet.icmp.icmplim_output: 1
net.inet.icmp.log_redirect: 0
net.inet.icmp.drop_redirect: 0
net.inet.icmp.maskfake: 0
net.inet.tcp.rfc1323: 1
net.inet.tcp.mssdflt: 512
net.inet.tcp.keepidle: 7200000
net.inet.tcp.keepintvl: 75000
net.inet.tcp.sendspace: 32768
net.inet.tcp.recvspace: 65536
net.inet.tcp.keepinit: 75000
net.inet.tcp.delacktime: 10
net.inet.tcp.v6mssdflt: 1024
net.inet.tcp.hostcache.purge: 0
net.inet.tcp.hostcache.expire: 3600
net.inet.tcp.hostcache.count: 1
net.inet.tcp.hostcache.bucketlimit: 30
net.inet.tcp.hostcache.hashsize: 512
net.inet.tcp.hostcache.cachelimit: 15360
net.inet.tcp.recvbuf_max: 16384
net.inet.tcp.recvbuf_inc: 16384
net.inet.tcp.recvbuf_auto: 1
net.inet.tcp.reass.overflows: 0
net.inet.tcp.reass.maxqlen: 48
net.inet.tcp.reass.cursegments: 0
net.inet.tcp.reass.maxsegments: 2048
net.inet.tcp.insecure_rst: 0
net.inet.tcp.rfc3390: 1
net.inet.tcp.rfc3042: 1
net.inet.tcp.delayed_ack: 0
net.inet.tcp.blackhole: 2
net.inet.tcp.log_in_vain: 0
net.inet.tcp.sendbuf_max: 16384
net.inet.tcp.sendbuf_inc: 8192
net.inet.tcp.sendbuf_auto: 1
net.inet.tcp.newreno: 0
net.inet.tcp.local_slowstart_flightsize: 4
net.inet.tcp.slowstart_flightsize: 1
net.inet.tcp.path_mtu_discovery: 1
net.inet.tcp.sack.globalholes: 0
net.inet.tcp.sack.globalmaxholes: 65536
net.inet.tcp.sack.maxholes: 128
net.inet.tcp.sack.enable: 1
net.inet.tcp.inflight.stab: 20
net.inet.tcp.inflight.max: 1073725440
net.inet.tcp.inflight.min: 6144
net.inet.tcp.inflight.rttthresh: 10
net.inet.tcp.inflight.debug: 0
net.inet.tcp.inflight.enable: 1
net.inet.tcp.nolocaltimewait: 0
net.inet.tcp.maxtcptw: 6553
net.inet.tcp.isn_reseed_interval: 0
net.inet.tcp.icmp_may_rst: 1
net.inet.tcp.pcbcount: 4
net.inet.tcp.do_tcpdrain: 1
net.inet.tcp.tcbhashsize: 2048
net.inet.tcp.minmssoverload: 0
net.inet.tcp.minmss: 216
net.inet.tcp.syncache.rexmtlimit: 3
net.inet.tcp.syncache.hashsize: 512
net.inet.tcp.syncache.count: 0
net.inet.tcp.syncache.cachelimit: 15359
net.inet.tcp.syncache.bucketlimit: 30
net.inet.tcp.syncookies: 1
net.inet.tcp.always_keepalive: 1
net.inet.tcp.rexmit_slop: 200
net.inet.tcp.rexmit_min: 1
net.inet.tcp.msl: 2500
net.inet.udp.checksum: 0
net.inet.udp.maxdgram: 9216
net.inet.udp.recvspace: 8192
net.inet.udp.strict_mcast_mship: 0
net.inet.udp.blackhole: 1
net.inet.udp.log_in_vain: 0
net.inet.raw.recvspace: 262144
net.inet.raw.maxdgram: 8192
net.inet.accf.unloadable: 0
net.link.generic.system.ifcount: 4
net.link.ether.inet.log_arp_permanent_modify: 1
net.link.ether.inet.log_arp_movements: 1
net.link.ether.inet.log_arp_wrong_iface: 1
net.link.ether.inet.proxyall: 0
net.link.ether.inet.useloopback: 1
net.link.ether.inet.maxtries: 5
net.link.ether.inet.max_age: 1200
net.link.ether.inet.prune_intvl: 300
net.link.ether.ipfw: 0
net.link.gif.parallel_tunnels: 0
net.link.gif.max_nesting: 1
net.link.log_link_state_change: 1
net.inet6.ip6.forwarding: 0
net.inet6.ip6.redirect: 1
net.inet6.ip6.hlim: 64
net.inet6.ip6.maxfragpackets: 8192
net.inet6.ip6.accept_rtadv: 0
net.inet6.ip6.keepfaith: 0
net.inet6.ip6.log_interval: 5
net.inet6.ip6.hdrnestlimit: 50
net.inet6.ip6.dad_count: 1
net.inet6.ip6.auto_flowlabel: 1
net.inet6.ip6.defmcasthlim: 1
net.inet6.ip6.gifhlim: 30
net.inet6.ip6.kame_version: FreeBSD
net.inet6.ip6.use_deprecated: 1
net.inet6.ip6.rr_prune: 5
net.inet6.ip6.v6only: 1
net.inet6.ip6.rtexpire: 3600
net.inet6.ip6.rtminexpire: 10
net.inet6.ip6.rtmaxcache: 128
net.inet6.ip6.use_tempaddr: 0
net.inet6.ip6.temppltime: 86400
net.inet6.ip6.tempvltime: 604800
net.inet6.ip6.auto_linklocal: 1
net.inet6.ip6.prefer_tempaddr: 0
net.inet6.ip6.use_defaultzone: 0
net.inet6.ip6.maxfrags: 8192
net.inet6.ip6.mcast_pmtu: 0
net.inet6.icmp6.rediraccept: 1
net.inet6.icmp6.redirtimeout: 600
net.inet6.icmp6.nd6_prune: 1
net.inet6.icmp6.nd6_delay: 5
net.inet6.icmp6.nd6_umaxtries: 3
net.inet6.icmp6.nd6_mmaxtries: 3
net.inet6.icmp6.nd6_useloopback: 1
net.inet6.icmp6.nodeinfo: 3
net.inet6.icmp6.errppslimit: 100
net.inet6.icmp6.nd6_maxnudhint: 0
net.inet6.icmp6.nd6_debug: 0
net.inet6.icmp6.nd6_maxqueuelen: 1
net.bpf.maxinsns: 512
net.bpf.maxbufsize: 524288
net.bpf.bufsize: 4096
net.isr.swi_count: 86853546
net.isr.drop: 0
net.isr.queued: 2
net.isr.deferred: 106932
net.isr.directed: 0
net.isr.count: 106932
net.isr.direct: 0
net.route.netisr_maxqlen: 256
net.wlan.debug: 0
debug.firewire_debug: 0
debug.fwmem_debug: 0
debug.if_fwe_debug: 0
debug.sbp_debug: 0
debug.mddebug: 0
debug.elf32_legacy_coredump: 0
debug.elf32_trace: 0
debug.bootverbose: 0
debug.boothowto: -2147483648
debug.cpufreq.verbose: 0
debug.cpufreq.lowest: 0
debug.sizeof.cdev_priv: 216
debug.sizeof.cdev: 184
debug.sizeof.g_bioq: 48
debug.sizeof.g_consumer: 60
debug.sizeof.g_provider: 88
debug.sizeof.g_geom: 68
debug.sizeof.g_class: 68
debug.sizeof.kinfo_proc: 768
debug.sizeof.buf: 328
debug.sizeof.bio: 132
debug.sizeof.proc: 536
debug.sizeof.vnode: 272
debug.sizeof.devstat: 240
debug.to_avg_mpcalls: 1355
debug.to_avg_mtxcalls: 0
debug.to_avg_gcalls: 1
debug.to_avg_depth: 1623
debug.kdb.stop_cpus: 1
debug.kdb.enter: 0
debug.kdb.current:
debug.kdb.available:
debug.rman_debug: 0
debug.ttydebug: 0
debug.disablefullpath: 0
debug.disablecwd: 0
debug.hashstat.nchash: 131072 920 2 70
debug.ncsize: 36
debug.vnsize: 272
debug.vfscache: 1
debug.numcachehv: 143
debug.numcache: 921
debug.numneg: 56
debug.ncnegfactor: 16
debug.nchash: 131071
debug.vnlru_nowhere: 0
debug.rush_requests: 0
debug.mpsafevfs: 1
debug.if_tun_debug: 0
debug.mpsafenet: 1
debug.collectsnapstats: 0
debug.snapdebug: 0
debug.dopersistence: 0
debug.dir_entry: 12
debug.direct_blk_ptrs: 4
debug.inode_bitmap: 12
debug.indir_blk_ptrs: 0
debug.sync_limit_hit: 0
debug.ino_limit_hit: 0
debug.blk_limit_hit: 0
debug.ino_limit_push: 0
debug.blk_limit_push: 0
debug.worklist_push: 0
debug.maxindirdeps: 50
debug.tickdelay: 2
debug.max_softdeps: 400000
debug.dobkgrdwrite: 1
debug.bigcgs: 0
debug.dircheck: 0
debug.nosleepwithlocks: 0
debug.mpsafevm: 1
debug.psm.pkterrthresh: 2
debug.psm.usecs: 500000
debug.psm.secs: 0
debug.psm.errusecs: 0
debug.psm.errsecs: 2
debug.psm.hz: 20
debug.psm.loglevel: 0
debug.fdc.settle: 250
debug.fdc.spec2: 16
debug.fdc.spec1: 175
debug.fdc.retries: 10
debug.fdc.debugflags: 0
debug.fdc.fifo: 8
debug.minidump: 0
debug.PMAP1unchanged: 475432
debug.PMAP1changed: 4793
debug.PMAP1changedcpu: 14
debug.acpi.do_powerstate: 1
debug.acpi.acpi_ca_version: 0x20041119
debug.acpi.semaphore_debug: 0
debug.acpi.resume_beep: 0
hw.machine: i386
hw.model: Intel Pentium III
hw.ncpu: 2
hw.byteorder: 1234
hw.physmem: 2138464256
hw.usermem: 2091421696
hw.pagesize: 4096
hw.floatingpoint: 1
hw.machine_arch: i386
hw.realmem: 2147418112
hw.aac.iosize_max: 65536
hw.amr.force_sg32: 0
hw.an.an_cache_iponly: 1
hw.an.an_cache_mcastonly: 0
hw.an.an_cache_mode: dbm
hw.an.an_dump: off
hw.ata.wc: 1
hw.ata.atapi_dma: 1
hw.ata.ata_dma: 1
hw.ath.hal.swba_backoff: 0
hw.ath.hal.sw_brt: 10
hw.ath.hal.dma_brt: 2
hw.ath.hal.version: 0.9.20.3
hw.ath.txbuf: 100
hw.ath.rxbuf: 40
hw.ath.regdomain: 0
hw.ath.countrycode: 0
hw.ath.xchanmode: 1
hw.ath.outdoor: 1
hw.ath.calibrate: 30
hw.ath.dwell: 200
hw.cardbus.cis_debug: 0
hw.cardbus.debug: 0
hw.cs.recv_delay: 570
hw.cs.ignore_checksum_failure: 0
hw.cs.debug: 0
hw.firewire.hold_count: 3
hw.firewire.try_bmr: 1
hw.firewire.fwmem.speed: 2
hw.firewire.fwmem.eui64_lo: 0
hw.firewire.fwmem.eui64_hi: 0
hw.firewire.fwe.rx_queue_len: 128
hw.firewire.fwe.tx_speed: 2
hw.firewire.fwe.stream_ch: 1
hw.firewire.sbp.tags: 0
hw.firewire.sbp.use_doorbell: 0
hw.firewire.sbp.scan_delay: 500
hw.firewire.sbp.login_delay: 1000
hw.firewire.sbp.exclusive_login: 1
hw.firewire.sbp.max_speed: -1
hw.firewire.sbp.auto_login: 1
hw.mfi.event_class: 0
hw.mfi.event_locale: 65535
hw.pccard.cis_debug: 0
hw.pccard.debug: 0
hw.cbb.debug: 0
hw.cbb.start_32_io: 4096
hw.cbb.start_16_io: 256
hw.cbb.start_memory: 2281701376
hw.pcic.intr_mask: 57016
hw.pci.do_power_resume: 1
hw.pci.do_power_nodriver: 0
hw.pci.enable_io_modes: 1
hw.pci.host_mem_start: 2147483648
hw.pci.irq_override_mask: 57080
hw.wi.debug: 0
hw.wi.txerate: 0
hw.xe.debug: 0
hw.intr_storm_threshold: 500
hw.availpages: 522086
hw.bus.devctl_disable: 0
hw.dc_quick: 1
hw.ste.rxsyncs: 0
hw.psm.tap_timeout: 125000
hw.psm.tap_threshold: 25
hw.kbd.keymap_restrict_change: 0
hw.nve_pollinterval: 0
hw.syscons.kbd_debug: 1
hw.syscons.kbd_reboot: 1
hw.syscons.bell: 1
hw.syscons.saver.keybonly: 1
hw.syscons.sc_no_suspend_vtswitch: 0
hw.busdma.total_bpages: 546
hw.busdma.zone0.total_bpages: 513
hw.busdma.zone0.free_bpages: 513
hw.busdma.zone0.reserved_bpages: 0
hw.busdma.zone0.active_bpages: 0
hw.busdma.zone0.total_bounced: 0
hw.busdma.zone0.total_deferred: 0
hw.busdma.zone0.lowaddr: 0xffffffff
hw.busdma.zone0.alignment: 2
hw.busdma.zone0.boundary: 0
hw.busdma.zone1.total_bpages: 32
hw.busdma.zone1.free_bpages: 32
hw.busdma.zone1.reserved_bpages: 0
hw.busdma.zone1.active_bpages: 0
hw.busdma.zone1.total_bounced: 0
hw.busdma.zone1.total_deferred: 0
hw.busdma.zone1.lowaddr: 0xffffffff
hw.busdma.zone1.alignment: 2
hw.busdma.zone1.boundary: 65536
hw.busdma.zone2.total_bpages: 1
hw.busdma.zone2.free_bpages: 1
hw.busdma.zone2.reserved_bpages: 0
hw.busdma.zone2.active_bpages: 0
hw.busdma.zone2.total_bounced: 0
hw.busdma.zone2.total_deferred: 0
hw.busdma.zone2.lowaddr: 0xffffffff
hw.busdma.zone2.alignment: 256
hw.busdma.zone2.boundary: 0
hw.clockrate: 799
hw.via_feature_xcrypt: 0
hw.via_feature_rng: 0
hw.instruction_sse: 1
hw.apic.enable_extint: 0
hw.acpi.supported_sleep_state: S1 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S1
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 1
hw.acpi.s4bios: 0
hw.acpi.verbose: 0
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.reset_video: 0
hw.acpi.cpu.cx_lowest: C1
machdep.adjkerntz: 0
machdep.disable_rtc_set: 0
machdep.wall_cmos_clock: 0
machdep.conspeed: 9600
machdep.gdbspeed: 9600
machdep.conrclk: 1843200
machdep.enable_panic_key: 0
machdep.disable_mtrrs: 0
machdep.guessed_bootdev: 2686582788
machdep.cpu_idle_hlt: 1
machdep.hlt_cpus: 0
machdep.panic_on_nmi: 1
machdep.tsc_freq: 799621163
machdep.i8254_freq: 1193182
machdep.acpi_timer_freq: 3579545
machdep.acpi_root: 1046768
user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin:
user.bc_base_max: 99
user.bc_dim_max: 2048
user.bc_scale_max: 99
user.bc_string_max: 1000
user.coll_weights_max: 0
user.expr_nest_max: 32
user.line_max: 2048
user.re_dup_max: 255
user.posix2_version: 199212
user.posix2_c_bind: 0
user.posix2_c_dev: 0
user.posix2_char_term: 0
user.posix2_fort_dev: 0
user.posix2_fort_run: 0
user.posix2_localedef: 0
user.posix2_sw_dev: 0
user.posix2_upe: 0
user.stream_max: 20
user.tzname_max: 255
p1003_1b.asynchronous_io: 0
p1003_1b.mapped_files: 1
p1003_1b.memlock: 0
p1003_1b.memlock_range: 0
p1003_1b.memory_protection: 0
p1003_1b.message_passing: 0
p1003_1b.prioritized_io: 0
p1003_1b.priority_scheduling: 1
p1003_1b.realtime_signals: 0
p1003_1b.semaphores: 0
p1003_1b.fsync: 0
p1003_1b.shared_memory_objects: 1
p1003_1b.synchronized_io: 0
p1003_1b.timers: 0
p1003_1b.aio_listio_max: -1
p1003_1b.aio_max: -1
p1003_1b.aio_prio_delta_max: -1
p1003_1b.delaytimer_max: 0
p1003_1b.mq_open_max: 0
p1003_1b.pagesize: 4096
p1003_1b.rtsig_max: 0
p1003_1b.sem_nsems_max: 0
p1003_1b.sem_value_max: 0
p1003_1b.sigqueue_max: 0
p1003_1b.timer_max: 0
security.jail.jailed: 0
security.jail.chflags_allowed: 0
security.jail.allow_raw_sockets: 0
security.jail.enforce_statfs: 2
security.jail.sysvipc_allowed: 0
security.jail.socket_unixiproute_only: 1
security.jail.set_hostname_allowed: 1
security.bsd.unprivileged_proc_debug: 1
security.bsd.conservative_signals: 1
security.bsd.see_other_gids: 1
security.bsd.see_other_uids: 1
security.bsd.suser_enabled: 1
security.bsd.unprivileged_read_msgbuf: 1
security.bsd.hardlink_check_gid: 0
security.bsd.hardlink_check_uid: 0
security.bsd.unprivileged_get_quota: 0
dev.nexus.0.%driver: nexus
dev.nexus.0.%parent: root0
dev.npx.0.%desc: math processor
dev.npx.0.%driver: npx
dev.npx.0.%parent: nexus0
dev.acpi.0.%desc: RCC RCCNILE
dev.acpi.0.%driver: acpi
dev.acpi.0.%parent: nexus0
dev.acpi_sysresource.0.%desc: System Resource
dev.acpi_sysresource.0.%driver: acpi_sysresource
dev.acpi_sysresource.0.%location: handle=\_SB_.MEM_
dev.acpi_sysresource.0.%pnpinfo: _HID=PNP0C01 _UID=0
dev.acpi_sysresource.0.%parent: acpi0
dev.acpi_sysresource.1.%desc: System Resource
dev.acpi_sysresource.1.%driver: acpi_sysresource
dev.acpi_sysresource.1.%location: handle=\_SB_.NRTH.SOTH.SYSR
dev.acpi_sysresource.1.%pnpinfo: _HID=PNP0C02 _UID=0
dev.acpi_sysresource.1.%parent: acpi0
dev.acpi_timer.0.%desc: 32-bit timer at 3.579545MHz
dev.acpi_timer.0.%driver: acpi_timer
dev.acpi_timer.0.%location: unknown
dev.acpi_timer.0.%pnpinfo: unknown
dev.acpi_timer.0.%parent: acpi0
dev.pci_link.0.%desc: ACPI PCI Link LN00
dev.pci_link.0.%driver: pci_link
dev.pci_link.0.%location: handle=\_SB_.LN00
dev.pci_link.0.%pnpinfo: _HID=PNP0C0F _UID=0
dev.pci_link.0.%parent: acpi0
dev.pci_link.1.%desc: ACPI PCI Link LN01
dev.pci_link.1.%driver: pci_link
dev.pci_link.1.%location: handle=\_SB_.LN01
dev.pci_link.1.%pnpinfo: _HID=PNP0C0F _UID=1
dev.pci_link.1.%parent: acpi0
dev.pci_link.2.%desc: ACPI PCI Link LN02
dev.pci_link.2.%driver: pci_link
dev.pci_link.2.%location: handle=\_SB_.LN02
dev.pci_link.2.%pnpinfo: _HID=PNP0C0F _UID=2
dev.pci_link.2.%parent: acpi0
dev.pci_link.3.%desc: ACPI PCI Link LN03
dev.pci_link.3.%driver: pci_link
dev.pci_link.3.%location: handle=\_SB_.LN03
dev.pci_link.3.%pnpinfo: _HID=PNP0C0F _UID=3
dev.pci_link.3.%parent: acpi0
dev.pci_link.4.%desc: ACPI PCI Link LN04
dev.pci_link.4.%driver: pci_link
dev.pci_link.4.%location: handle=\_SB_.LN04
dev.pci_link.4.%pnpinfo: _HID=PNP0C0F _UID=4
dev.pci_link.4.%parent: acpi0
dev.pci_link.5.%desc: ACPI PCI Link LN05
dev.pci_link.5.%driver: pci_link
dev.pci_link.5.%location: handle=\_SB_.LN05
dev.pci_link.5.%pnpinfo: _HID=PNP0C0F _UID=5
dev.pci_link.5.%parent: acpi0
dev.pci_link.6.%desc: ACPI PCI Link LN06
dev.pci_link.6.%driver: pci_link
dev.pci_link.6.%location: handle=\_SB_.LN06
dev.pci_link.6.%pnpinfo: _HID=PNP0C0F _UID=6
dev.pci_link.6.%parent: acpi0
dev.pci_link.7.%desc: ACPI PCI Link LN07
dev.pci_link.7.%driver: pci_link
dev.pci_link.7.%location: handle=\_SB_.LN07
dev.pci_link.7.%pnpinfo: _HID=PNP0C0F _UID=7
dev.pci_link.7.%parent: acpi0
dev.pci_link.8.%desc: ACPI PCI Link LN08
dev.pci_link.8.%driver: pci_link
dev.pci_link.8.%location: handle=\_SB_.LN08
dev.pci_link.8.%pnpinfo: _HID=PNP0C0F _UID=8
dev.pci_link.8.%parent: acpi0
dev.pci_link.9.%desc: ACPI PCI Link LN09
dev.pci_link.9.%driver: pci_link
dev.pci_link.9.%location: handle=\_SB_.LN09
dev.pci_link.9.%pnpinfo: _HID=PNP0C0F _UID=9
dev.pci_link.9.%parent: acpi0
dev.pci_link.10.%desc: ACPI PCI Link LN10
dev.pci_link.10.%driver: pci_link
dev.pci_link.10.%location: handle=\_SB_.LN10
dev.pci_link.10.%pnpinfo: _HID=PNP0C0F _UID=10
dev.pci_link.10.%parent: acpi0
dev.pci_link.11.%desc: ACPI PCI Link LN11
dev.pci_link.11.%driver: pci_link
dev.pci_link.11.%location: handle=\_SB_.LN11
dev.pci_link.11.%pnpinfo: _HID=PNP0C0F _UID=11
dev.pci_link.11.%parent: acpi0
dev.pci_link.12.%desc: ACPI PCI Link LN12
dev.pci_link.12.%driver: pci_link
dev.pci_link.12.%location: handle=\_SB_.LN12
dev.pci_link.12.%pnpinfo: _HID=PNP0C0F _UID=12
dev.pci_link.12.%parent: acpi0
dev.pci_link.13.%desc: ACPI PCI Link LN13
dev.pci_link.13.%driver: pci_link
dev.pci_link.13.%location: handle=\_SB_.LN13
dev.pci_link.13.%pnpinfo: _HID=PNP0C0F _UID=13
dev.pci_link.13.%parent: acpi0
dev.pci_link.14.%desc: ACPI PCI Link LN14
dev.pci_link.14.%driver: pci_link
dev.pci_link.14.%location: handle=\_SB_.LN14
dev.pci_link.14.%pnpinfo: _HID=PNP0C0F _UID=14
dev.pci_link.14.%parent: acpi0
dev.pci_link.15.%desc: ACPI PCI Link LN15
dev.pci_link.15.%driver: pci_link
dev.pci_link.15.%location: handle=\_SB_.LN15
dev.pci_link.15.%pnpinfo: _HID=PNP0C0F _UID=15
dev.pci_link.15.%parent: acpi0
dev.pci_link.16.%desc: ACPI PCI Link LNUS
dev.pci_link.16.%driver: pci_link
dev.pci_link.16.%location: handle=\_SB_.LNUS
dev.pci_link.16.%pnpinfo: _HID=PNP0C0F _UID=81
dev.pci_link.16.%parent: acpi0
dev.cpu.0.%desc: ACPI CPU
dev.cpu.0.%driver: cpu
dev.cpu.0.%location: handle=\_PR_.CPU0
dev.cpu.0.%pnpinfo: _HID=none _UID=0
dev.cpu.0.%parent: acpi0
dev.cpu.0.freq: 803
dev.cpu.0.freq_levels: 803/-1 752/-1 702/-1 652/-1 602/-1 552/-1 501/-1 451/-1 401/-1 351/-1 301/-1 250/-1 200/-1 150/-1 100/-1 50/-1
dev.cpu.0.cx_supported: C1/0
dev.cpu.0.cx_lowest: C1
dev.cpu.0.cx_usage: 100.00%
dev.cpu.1.%desc: ACPI CPU
dev.cpu.1.%driver: cpu
dev.cpu.1.%location: handle=\_PR_.CPU1
dev.cpu.1.%pnpinfo: _HID=none _UID=0
dev.cpu.1.%parent: acpi0
dev.cpu.1.cx_supported: C1/0
dev.cpu.1.cx_lowest: C1
dev.cpu.1.cx_usage: 100.00%
dev.acpi_throttle.0.%desc: ACPI CPU Throttling
dev.acpi_throttle.0.%driver: acpi_throttle
dev.acpi_throttle.0.%parent: cpu0
dev.acpi_throttle.0.freq_settings: 10000/-1 9375/-1 8750/-1 8125/-1 7500/-1 6875/-1 6250/-1 5625/-1 5000/-1 4375/-1 3750/-1 3125/-1 2500/-1 1875/-1 1250/-1 625/-1
dev.cpufreq.0.%driver: cpufreq
dev.cpufreq.0.%parent: cpu0
dev.acpi_button.0.%desc: Sleep Button
dev.acpi_button.0.%driver: acpi_button
dev.acpi_button.0.%location: handle=\_SB_.SLPB
dev.acpi_button.0.%pnpinfo: _HID=PNP0C0E _UID=0
dev.acpi_button.0.%parent: acpi0
dev.pcib.0.%desc: ACPI Host-PCI bridge
dev.pcib.0.%driver: pcib
dev.pcib.0.%location: handle=\_SB_.NRTH
dev.pcib.0.%pnpinfo: _HID=PNP0A03 _UID=0
dev.pcib.0.%parent: acpi0
dev.pcib.0.wake: 0
dev.pcib.1.%desc: ACPI Host-PCI bridge
dev.pcib.1.%driver: pcib
dev.pcib.1.%location: handle=\_SB_.PCI1
dev.pcib.1.%pnpinfo: _HID=PNP0A03 _UID=1
dev.pcib.1.%parent: acpi0
dev.pcib.1.wake: 0
dev.pci.0.%desc: ACPI PCI bus
dev.pci.0.%driver: pci
dev.pci.0.%parent: pcib0
dev.pci.0.wake: 0
dev.pci.1.%desc: ACPI PCI bus
dev.pci.1.%driver: pci
dev.pci.1.%parent: pcib1
dev.pci.1.wake: 0
dev.hostb.0.%desc: Host to PCI bridge
dev.hostb.0.%driver: hostb
dev.hostb.0.%location: slot=0 function=0
dev.hostb.0.%pnpinfo: vendor=0x1166 device=0x0009 subvendor=0x0000 subdevice=0x0000 class=0x060000
dev.hostb.0.%parent: pci0
dev.hostb.1.%desc: Host to PCI bridge
dev.hostb.1.%driver: hostb
dev.hostb.1.%location: slot=0 function=1
dev.hostb.1.%pnpinfo: vendor=0x1166 device=0x0009 subvendor=0x0000 subdevice=0x0000 class=0x060000
dev.hostb.1.%parent: pci0
dev.fxp.0.%desc: Intel 82559 Pro/100 Ethernet
dev.fxp.0.%driver: fxp
dev.fxp.0.%location: slot=6 function=0
dev.fxp.0.%pnpinfo: vendor=0x8086 device=0x1229 subvendor=0x8086 subdevice=0x3000 class=0x020000
dev.fxp.0.%parent: pci0
dev.fxp.0.int_delay: 1000
dev.fxp.0.bundle_max: 6
dev.fxp.0.rnr: 0
dev.fxp.0.noflow: 1
dev.fxp.1.%desc: Intel 82559 Pro/100 Ethernet
dev.fxp.1.%driver: fxp
dev.fxp.1.%location: slot=1 function=0
dev.fxp.1.%pnpinfo: vendor=0x8086 device=0x1229 subvendor=0x8086 subdevice=0x000c class=0x020000
dev.fxp.1.%parent: pci1
dev.fxp.1.int_delay: 1000
dev.fxp.1.bundle_max: 6
dev.fxp.1.rnr: 0
dev.fxp.1.noflow: 1
dev.miibus.0.%desc: MII bus
dev.miibus.0.%driver: miibus
dev.miibus.0.%parent: fxp0
dev.miibus.1.%desc: MII bus
dev.miibus.1.%driver: miibus
dev.miibus.1.%parent: fxp1
dev.inphy.0.%desc: i82555 10/100 media interface
dev.inphy.0.%driver: inphy
dev.inphy.0.%location: phyno=1
dev.inphy.0.%pnpinfo: oui=0xaa00 model=0x15 rev=0x4
dev.inphy.0.%parent: miibus0
dev.inphy.1.%desc: i82555 10/100 media interface
dev.inphy.1.%driver: inphy
dev.inphy.1.%location: phyno=1
dev.inphy.1.%pnpinfo: oui=0xaa00 model=0x15 rev=0x4
dev.inphy.1.%parent: miibus1
dev.isab.0.%desc: PCI-ISA bridge
dev.isab.0.%driver: isab
dev.isab.0.%location: slot=15 function=0 handle=\_SB_.NRTH.SOTH
dev.isab.0.%pnpinfo: vendor=0x1166 device=0x0200 subvendor=0x1166 subdevice=0x0200 class=0x060100
dev.isab.0.%parent: pci0
dev.isa.0.%desc: ISA bus
dev.isa.0.%driver: isa
dev.isa.0.%parent: isab0
dev.atapci.0.%desc: ServerWorks ROSB4 UDMA33 controller
dev.atapci.0.%driver: atapci
dev.atapci.0.%location: slot=15 function=1 handle=\_SB_.NRTH.IDE0
dev.atapci.0.%pnpinfo: vendor=0x1166 device=0x0211 subvendor=0x0000 subdevice=0x0000 class=0x01018a
dev.atapci.0.%parent: pci0
dev.ata.0.%desc: ATA channel 0
dev.ata.0.%driver: ata
dev.ata.0.%parent: atapci0
dev.ata.1.%desc: ATA channel 1
dev.ata.1.%driver: ata
dev.ata.1.%parent: atapci0
dev.ohci.0.%desc: OHCI (generic) USB controller
dev.ohci.0.%driver: ohci
dev.ohci.0.%location: slot=15 function=2 handle=\_SB_.NRTH.USB_
dev.ohci.0.%pnpinfo: vendor=0x1166 device=0x0220 subvendor=0x1166 subdevice=0x0220 class=0x0c0310
dev.ohci.0.%parent: pci0
dev.ohci.0.wake: 0
dev.usb.0.%desc: OHCI (generic) USB controller
dev.usb.0.%driver: usb
dev.usb.0.%parent: ohci0
dev.uhub.0.%desc: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
dev.uhub.0.%driver: uhub
dev.uhub.0.%parent: usb0
dev.ahc.0.%desc: Adaptec aic7892 Ultra160 SCSI adapter
dev.ahc.0.%driver: ahc
dev.ahc.0.%location: slot=3 function=0
dev.ahc.0.%pnpinfo: vendor=0x9005 device=0x008f subvendor=0x15d9 subdevice=0x9005 class=0x010000
dev.ahc.0.%parent: pci1
dev.atpic.0.%desc: AT interrupt controller
dev.atpic.0.%driver: atpic
dev.atpic.0.%location: handle=\_SB_.NRTH.SOTH.PIC_
dev.atpic.0.%pnpinfo: _HID=PNP0000 _UID=0
dev.atpic.0.%parent: acpi0
dev.atdma.0.%desc: AT DMA controller
dev.atdma.0.%driver: atdma
dev.atdma.0.%location: handle=\_SB_.NRTH.SOTH.DMAC
dev.atdma.0.%pnpinfo: _HID=PNP0200 _UID=0
dev.atdma.0.%parent: acpi0
dev.attimer.0.%desc: AT timer
dev.attimer.0.%driver: attimer
dev.attimer.0.%location: handle=\_SB_.NRTH.SOTH.TMR_
dev.attimer.0.%pnpinfo: _HID=PNP0100 _UID=0
dev.attimer.0.%parent: acpi0
dev.attimer.1.%desc: AT realtime clock
dev.attimer.1.%driver: attimer
dev.attimer.1.%location: handle=\_SB_.NRTH.SOTH.RTC_
dev.attimer.1.%pnpinfo: _HID=PNP0B00 _UID=0
dev.attimer.1.%parent: acpi0
dev.npxisa.0.%desc: Legacy ISA coprocessor support
dev.npxisa.0.%driver: npxisa
dev.npxisa.0.%location: handle=\_SB_.NRTH.SOTH.COPR
dev.npxisa.0.%pnpinfo: _HID=PNP0C04 _UID=0
dev.npxisa.0.%parent: acpi0
dev.psmcpnp.0.%desc: PS/2 mouse port
dev.psmcpnp.0.%driver: psmcpnp
dev.psmcpnp.0.%location: handle=\_SB_.NRTH.SOTH.PS2M
dev.psmcpnp.0.%pnpinfo: _HID=PNP0F03 _UID=0
dev.psmcpnp.0.%parent: acpi0
dev.atkbdc.0.%desc: Keyboard controller (i8042)
dev.atkbdc.0.%driver: atkbdc
dev.atkbdc.0.%location: handle=\_SB_.NRTH.SOTH.PS2K
dev.atkbdc.0.%pnpinfo: _HID=PNP0303 _UID=0
dev.atkbdc.0.%parent: acpi0
dev.atkbd.0.%desc: AT Keyboard
dev.atkbd.0.%driver: atkbd
dev.atkbd.0.%parent: atkbdc0
dev.psm.0.%desc: PS/2 Mouse
dev.psm.0.%driver: psm
dev.psm.0.%parent: atkbdc0
dev.fdc.0.%desc: Enhanced floppy controller
dev.fdc.0.%driver: fdc
dev.fdc.0.%location: handle=\_SB_.NRTH.SOTH.FDC0
dev.fdc.0.%pnpinfo: _HID=PNP0700 _UID=0
dev.fdc.0.%parent: acpi0
dev.fd.0.%desc: 1440-KB 3.5" drive
dev.fd.0.%driver: fd
dev.fd.0.%parent: fdc0
dev.sio.0.%desc: 16550A-compatible COM port
dev.sio.0.%driver: sio
dev.sio.0.%location: handle=\_SB_.NRTH.SOTH.UAR1
dev.sio.0.%pnpinfo: _HID=PNP0501 _UID=1
dev.sio.0.%parent: acpi0
dev.sio.1.%desc: 16550A-compatible COM port
dev.sio.1.%driver: sio
dev.sio.1.%location: handle=\_SB_.NRTH.SOTH.UAR2
dev.sio.1.%pnpinfo: _HID=PNP0501 _UID=2
dev.sio.1.%parent: acpi0
dev.ppc.0.%desc: ECP parallel printer port
dev.ppc.0.%driver: ppc
dev.ppc.0.%location: handle=\_SB_.NRTH.SOTH.ECP_
dev.ppc.0.%pnpinfo: _HID=PNP0401 _UID=0
dev.ppc.0.%parent: acpi0
dev.ppbus.0.%desc: Parallel port bus
dev.ppbus.0.%driver: ppbus
dev.ppbus.0.%parent: ppc0
dev.plip.0.%desc: PLIP network interface
dev.plip.0.%driver: plip
dev.plip.0.%parent: ppbus0
dev.lpt.0.%desc: Printer
dev.lpt.0.%driver: lpt
dev.lpt.0.%parent: ppbus0
dev.ppi.0.%desc: Parallel I/O
dev.ppi.0.%driver: ppi
dev.ppi.0.%parent: ppbus0
dev.pmtimer.0.%driver: pmtimer
dev.pmtimer.0.%parent: isa0
dev.orm.0.%desc: ISA Option ROMs
dev.orm.0.%driver: orm
dev.orm.0.%parent: isa0
dev.sc.0.%desc: System console
dev.sc.0.%driver: sc
dev.sc.0.%parent: isa0
dev.vga.0.%desc: Generic ISA VGA
dev.vga.0.%driver: vga
dev.vga.0.%parent: isa0
dev.acd.0.%desc: PIONEER DVD-RW DVR-108/1.20
dev.acd.0.%driver: acd
dev.acd.0.%parent: ata0
hptmv.status: RocketRAID 182x SATA Controller driver Version v1.12 (Jan 19 2007 10:48:02)
|
平均得分
(0 次评分)
评论: 95 | 查看次数: 4984
订阅
上一篇
|

文章来自:
标签:
计米器
插标机
调节表
喷粉设备
多层信号灯
测长传感器
声光报警器
电流继电器
静电消除器
时间继电器
累加计数器
润滑控制器
预置计数器
电压表电流表
免费电影
防伪
seo
三通球阀
防伪标签
防伪商标
防伪标识
防伪标志
防伪标贴
数码防伪
防伪技术
激光防伪
防伪公司
防伪系统
防伪印刷
佛像雕刻机
饰品雕刻机
打标机
鞋模雕刻机
模具雕刻机
真空吸附雕刻机
雕刻机
雕铣机
打胶机
钥匙扣
温州设计公司
温州企划公司
温州样本设计
丽水房地产策划公司
台州房地产策划公司
台州vi设计
温州品牌设计公司
温州广告设计公司
温州平面广告设计
温州广告公司
温州样本设计
温州海报设计
温州商标设计
温州标志设计
温州包装设计
Ceramic tile
Ceramic floor tile
Border tile
Rustic tile
Carpet tile
Skirting tile
Polished tile
Glazed tile
Skirting tile
Rustie tile
Border tile
Ceramic tile
计米器
插标机
调节表
喷粉设备
多层信号灯
测长传感器
声光报警器
电流继电器
静电消除器
时间继电器
累加计数器
润滑控制器
预置计数器
电压表电流表
免费电影
防伪
seo
三通球阀
防伪标签
防伪商标
防伪标识
防伪标志
防伪标贴
数码防伪
防伪技术
激光防伪
防伪公司
防伪系统
防伪印刷
佛像雕刻机
饰品雕刻机
打标机
鞋模雕刻机
模具雕刻机
真空吸附雕刻机
雕刻机
雕铣机
打胶机
钥匙扣
温州设计公司
温州企划公司
温州样本设计
丽水房地产策划公司
台州房地产策划公司
台州vi设计
温州品牌设计公司
温州广告设计公司
温州平面广告设计
温州广告公司
温州样本设计
温州海报设计
温州商标设计
温州标志设计
温州包装设计
Ceramic tile
Ceramic floor tile
Border tile
Rustic tile
Carpet tile
Skirting tile
Polished tile
Glazed tile
Skirting tile
Rustie tile
Border tile
Ceramic tile
计米器
插标机
调节表
喷粉设备
多层信号灯
测长传感器
声光报警器
电流继电器
静电消除器
时间继电器
累加计数器
润滑控制器
预置计数器
电压表电流表
免费电影
防伪
seo
三通球阀
防伪标签
防伪商标
防伪标识
防伪标志
防伪标贴
数码防伪
防伪技术
激光防伪
防伪公司
防伪系统
防伪印刷
佛像雕刻机
饰品雕刻机
打标机
鞋模雕刻机
模具雕刻机
真空吸附雕刻机
雕刻机
雕铣机
打胶机
钥匙扣
温州设计公司
温州企划公司
温州样本设计
丽水房地产策划公司
台州房地产策划公司
台州vi设计
温州品牌设计公司
温州广告设计公司
温州平面广告设计
温州广告公司
温州样本设计
温州海报设计
温州商标设计
温州标志设计
温州包装设计
Ceramic tile
Ceramic floor tile
Border tile
Rustic tile
Carpet tile
Skirting tile
Polished tile
Glazed tile
Skirting tile
Rustie tile
Border tile
Ceramic tile
Lotro Accounts
| Buy Lotro Accounts
Lord Of The Rings Online Power Leveling | Lord Of The Rings Online PowerLeveling
Lotro Cd Key | Lord Time Card
Lotro Gold | Lotro Gold Instant Delivery
lord of the rings online accounts | lord of the rings online accounts for sale
Lotro Power Leveling | Lotro Powerleveling
Lord Of The Rings Online Cd Key | Lord Of The Rings Online Time Card
Lord of the Rings Online Gold
Buy Lotro Gold
Sell LoTRO Gold
LoTRO CD Key
LoTRO Europe Gold
Cheap LoTRO Accounts
Lord of the Rings Online Power Leveling
Lord of the Rings online CD Key
Cheap Lotro Gold
Air Jordan Shoes
Warhammer Gold
Warhammer Online Gold
Warhammer Accounts
Warhammer Power Leveling
Warhammer Online Key
Warhammer Gold
Warhammer Online Gold
Warhammer Time Card
Warhammer CD Key
WAR gold
warhammer online gold
Buy WAR gold
Buy warhammer gold
Buy warhammer online gold
warhammer gold
WAR Accounts
warhammer Accounts
warhammer online Accounts
Buy WAR Accounts
warhammer Accounts for sale
Warhammer Power Leveling
Warhammer Online Power Leveling
War Power Leveling
Buy Warhammer Power Leveling
Warhammer PowerLeveling
Cheap Warhammer Power Leveling
Cheap Warhammer Online Power Leveling
Buy War Power Leveling
Warhammer EU Power Leveling
Cheap Warhammer Gold
Cheap Warhammer online gold
Buy Cheap Warhammer Gold
Buy WAR Gold
Warhammer EU Gold
Warhammer EU Power Leveling
Warhammer EU CD Key
Warhammer EU Accounts
Warhammer CD Key
Warhammer online CD Key
Warhammer Timecard
Buy Warhammer Time Card
Warhammer 60 days Time Card
Cheap WAR Accounts
Cheap warhammer Accounts
Cheap warhammer online Accounts
Buy Cheap WAR Accounts
buy Warhammer CD Key
buy Warhammer online CD Key
cheap Warhammer CD key
warhammer time card
Warhammer prepaid time card
窃听器
手机监听器
监听器
手机窃听器
窃听器
手机监听器
监听器
手机窃听器
窃听器
手机监听器
监听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
手机窃听器│窃听器
Lotro Accounts
| Buy Lotro Accounts
Lord Of The Rings Online Power Leveling | Lord Of The Rings Online PowerLeveling
Lotro Cd Key | Lord Time Card
Lotro Gold | Lotro Gold Instant Delivery
lord of the rings online accounts | lord of the rings online accounts for sale
Lotro Power Leveling | Lotro Powerleveling
Lord Of The Rings Online Cd Key | Lord Of The Rings Online Time Card
LoTRO Gold
Lord of the Rings Online Gold
Buy Lotro Gold
Sell LoTRO Gold
LoTRO CD Key
LoTRO Europe Gold
Cheap LoTRO Accounts
Lord of the Rings Online Power Leveling
Lord of the Rings online CD Key
Cheap Lotro Gold
Age of Conan News
Age of Conan Gold
AoC Gold
Sell Age of Conan Gold
Age of Conan Gold
Buy Age of Conan Gold
Age of Conan Power Leveling
Cheap Age of Conan Power Leveling
Age of Conan Accounts
Age of Conan Accounts for sale
Age of Conan Cd key
Age of Conan time card
AoC game time card
Age of Conan EU Gold
Cheap Age of Conan Gold
AoC News
AoC Gold
Cheap AoC Gold
Sell Age of Conan Gold
Buy Age of Conan Power Leveling
AoC Power Leveling
Age of Conan EU Power Leveling
AoC Accounts
Buy Age of Conan Accounts
AoC CD Key
Age of Conan EU CD Key
Age of Conan EU time card
[url =http://www.gmbar.com]Buy Aoc Gold[/url]
[url =http://www.gmbar.com/mmorpg-531.html]Conan gold[/url]
[url =http://www.gmbar.com/mmorpg-553.html]AOC PWL[/url]
[url = http://www.gmbar.com/mmorpg-553.html] AoC power leveling[/url]
[url =http://www.gmbar.com/conan-us-account-zone.php]aoc accounts for sale[/url]
[url = http://www.gmbar.com/mmorpg-540.html] cheap aoc gold[/url]
[url =http://www.gmbar.com/mmorpg-578.html] Aoc Gold [/url]
[url = http://www.gmbar.com/mmorpg-578.html] Buy Cheap AOC Gold [/url]
Age of Conan gold
cheap Age of Conan gold
AoC gold
Buy Age of Conan Gold
Age of Conan Gold
AoC Gold US
Age of Conan Accounts
Buy Age of Conan Accounts
Cheap Age of Conan Accounts
Age of Conan Power Leveling
AoC Power Leveling
Age of Conan CD Key
Age of Conan Game Time Card
AoC Gold
Age of Conan Gold Europe
Age of Conan EU Gold
Buy Age of Conan EU Gold
Cheap Age of Conan EU Gold
AoC Accounts
Age of Conan Accounts for sale
Buy AoC Accounts
Age of Conan EU Power Leveling
AoC EU Power Leveling
Age of Conan EU CD Key
Age of Conan EU Time Card
Age of Conan Game Time Card
[url =http://www.gamevive.com/gamevive/mmorpg_news/437.html]cheap aoc gold[/url]
[url =http://www.gamevive.com/gamevive/mmorpg_news/445.html]AoC power leveling[/url]
[url =http://www.gamevive.com/gamevive/mmorpg_news/445.html]Conan power leveling[/url]
[url =http://www.gamevive.com/gamevive/mmorpg_news/445.html]AOC PL [/url]
Warhammer Gold
Warhammer Online Gold
Warhammer Accounts
Warhammer Power Leveling
Warhammer Online Key
Warhammer Gold
Warhammer Online Gold
Warhammer Time Card
Warhammer CD Key
WAR gold
warhammer online gold
Buy WAR gold
Buy warhammer gold
Buy warhammer online gold
warhammer gold
WAR Accounts
warhammer Accounts
warhammer online Accounts
Buy WAR Accounts
warhammer Accounts for sale
Warhammer Power Leveling
Warhammer Online Power Leveling
War Power Leveling
Buy Warhammer Power Leveling
Warhammer PowerLeveling
Cheap Warhammer Power Leveling
Cheap Warhammer Online Power Leveling
Buy War Power Leveling
Warhammer EU Power Leveling
Cheap Warhammer Gold
Cheap Warhammer online gold
Buy Cheap Warhammer Gold
Buy WAR Gold
Warhammer EU Gold
Warhammer EU Power Leveling
Warhammer EU CD Key
Warhammer EU Accounts
Warhammer CD Key
Warhammer online CD Key
Warhammer Timecard
Buy Warhammer Time Card
Warhammer 60 days Time Card
Cheap WAR Accounts
Cheap warhammer Accounts
Cheap warhammer online Accounts
Buy Cheap WAR Accounts
buy Warhammer CD Key
buy Warhammer online CD Key
cheap Warhammer CD key
warhammer time card
Warhammer prepaid time card
Warhammer Gold
Warhammer Online Gold
Warhammer gold
cheap Warhammer gold
Warhammer Onlin