Looking for help to increase performance on a DB XML database.

I'll try to answer all the questions in the Performance Questionnaire from here.
1) I'm primarily concerned with insertion performance. The best I've seen so far is about 6000 inserts/per second. This is running inside a VMWare VM with 3 GB of RAM. The VM is set up with 2 CPUs each with 2 cores. The host machine has 8GB of RAM with a dual core 2.67 GHZ i7 (2 logical cores per CPU). The best performance I've seen is by running 2 threads of execution. A single thread only gets me about 2500 inserts per/second.
This is all within a very simple, isolate program. I'm trying to determine how to re-architect a more complicated system, but if I can't hope to hit 10k inserts per second with my sample, I don't see how it's possible to expand this out to something more complicated.
2) Versions: BDBXML version 2.5.26 no special patches or config options
3) BDB version 4.8.26, no special patches
4) 2.67 dual core, hyperthreaded intel i7 (4 logical processors)
5) Host: Windows 7 64-bit, Guest: RHEL5 64-bit
6) Underlying disk is a 320GB WesternDigital barricuda (SATA). It's a laptop harddrive, I believe it's only 5400 RPM. Although the VM does not have exclusive access to the drive, it is not the same drive as the Host sytem drive. (i.e. Windows runs off of the C drive, this is the D drive). The has a 60GB slice of this drive.
7) Drive is NTFS formatted for the host. Guest, ext3
8) Host 8gb, guest 3gb (total usage when running tests low, i.e. no swapping by guest or host)
9) not currently using any replication
10) Not using remote filesystem
11) db_cv_mutex=POSIX/pthreads/library/x86_64/gcc-assembly
12) Using the C++ API for DBXML, and the C API for BDB
using gcc/g++ version 4.1.2
13) not using app server or web server
14) flags to 'DB_ENV->open()': | DB_SYSTEM_MEM
          | DB_INIT_MPOOL
          | DB_INIT_LOCK
          | DB_INIT_LOG
          | DB_INIT_TXN
          | DB_RECOVER
          | DB_THREAD
other env flags explicitly set:
DB_LOG_IN_MEMORY 1
DB_LOG_ZERO 1
set_cachesize(env, 1, 0, 1) // 1GB cache in single block
DB_TXN_NOSYNC 1
DB_TXN_WRITE_NOSYNC 1
I am not using a DB_CONFIG file at this time.
15) For the container config:
transactional true
transactionsNotDurable true
containertype wholedoc
indexNodes Off
pagesize 4096
16) In my little test program, I have a single container.
16.1) flags are the same as listed above.
16.2) I've tried with an empty container, and one with documents already inside and haven't noticed much difference at this point. I'm running 1, 2, 3, or 4 threads, each inserting 10k documents in a loop. Each insert is a single transaction.
16.3) Wholedoc (tried both node & wholedoc, I believe wholedoc was slightly faster).
16.4) The best performance I've seen is with a smaller document that is about 500 bytes.
16.5) I'm not currently using any document data.
17)sample document:
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<Record xmlns='http://someurl.com/test' JID='UUID-f9032e9c-7e9a-4f2c-b40e-621b0e66c47f'>
<DataType>journal</DataType>
<RecordID>f9032e9c-7e9a-4f2c-b40e-621b0e66c47f</RecordID>
<Hostname>test.foo.com</Hostname>
<HostUUID>34c90268-57ba-4d4c-a602-bdb30251ec77</HostUUID>
<Timestamp>2011-11-10T04:09:55-05:00</Timestamp>
<ProcessID>0</ProcessID>
<User name='root'>0</User>
<SecurityLabel>unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023</SecurityLabel>
</Record>
18. As mentioned, I'm looked to get at least 10k documents per second for insertion. Updates are much more infrequent, and can run slower. I am not doing any partial updates, or replacing documents. In the actual system, there are minor updates that happen to document metadata, but again, these can be slower.
19. I'm primarily concerned with insertion rate, not query.
20. Xquery samples are not applicable at the moment.
21. I am using transactions, no special flags aside from setting them all to 'not durable'
22. Log files are currently stored on the same disk as the database.
23. I'm not using AUTO_COMMIT
24. I don't believe there are any non-transactional operations
25. best performance from 2 threads doing insertions
26. The primary way I've been testing performance is by using the 'clock_gettime(CLOCK_REALTIME)' calls inside my test program. The test program spawns 1 or more threads, each thread inserts 10k documents. The main thread waits for all the threads to complete, then exits. I'm happy to send the source code for this program if that would be helpful.
27. As mentioned, I'm hoping to get at least 10k inserts per second.
28. db_stat outputs:
28.1 db_stat -c:
93 Last allocated locker ID
0x7fffffff Current maximum unused locker ID
9 Number of lock modes
1000 Maximum number of locks possible
1000 Maximum number of lockers possible
1000 Maximum number of lock objects possible
40 Number of lock object partitions
0 Number of current locks
166 Maximum number of locks at any one time
5 Maximum number of locks in any one bucket
0 Maximum number of locks stolen by for an empty partition
0 Maximum number of locks stolen for any one partition
0 Number of current lockers
35 Maximum number of lockers at any one time
0 Number of current lock objects
95 Maximum number of lock objects at any one time
3 Maximum number of lock objects in any one bucket
0 Maximum number of objects stolen by for an empty partition
0 Maximum number of objects stolen for any one partition
565631 Total number of locks requested
542450 Total number of locks released
0 Total number of locks upgraded
29 Total number of locks downgraded
22334 Lock requests not available due to conflicts, for which we waited
23181 Lock requests not available due to conflicts, for which we did not wait
0 Number of deadlocks
0 Lock timeout value
0 Number of locks that have timed out
0 Transaction timeout value
0 Number of transactions that have timed out
784KB The size of the lock region
10098 The number of partition locks that required waiting (0%)
866 The maximum number of times any partition lock was waited for (0%)
6 The number of object queue operations that required waiting (0%)
7220 The number of locker allocations that required waiting (2%)
0 The number of region locks that required waiting (0%)
3 Maximum hash bucket length
====================
28.2 db_stat -l:
0x40988 Log magic number
16 Log version number
31KB 256B Log record cache size
0 Log file mode
10Mb Current log file size
0 Records entered into the log
0 Log bytes written
0 Log bytes written since last checkpoint
0 Total log file I/O writes
0 Total log file I/O writes due to overflow
0 Total log file flushes
7 Total log file I/O reads
1 Current log file number
28 Current log file offset
1 On-disk log file number
28 On-disk log file offset
0 Maximum commits in a log flush
0 Minimum commits in a log flush
160KB Log region size
0 The number of region locks that required waiting (0%)
======================
28.3 db_stat -m
1GB Total cache size
1 Number of caches
1 Maximum number of caches
1GB Pool individual cache size
0 Maximum memory-mapped file size
0 Maximum open file descriptors
0 Maximum sequential buffer writes
0 Sleep after writing maximum sequential buffers
0 Requested pages mapped into the process' address space
1127961 Requested pages found in the cache (99%)
3622 Requested pages not found in the cache
7590 Pages created in the cache
3622 Pages read into the cache
7663 Pages written from the cache to the backing file
0 Clean pages forced from the cache
0 Dirty pages forced from the cache
0 Dirty pages written by trickle-sync thread
11212 Current total page count
11212 Current clean page count
0 Current dirty page count
131071 Number of hash buckets used for page location
4096 Assumed page size used
1142798 Total number of times hash chains searched for a page
1 The longest hash chain searched for a page
1127988 Total number of hash chain entries checked for page
0 The number of hash bucket locks that required waiting (0%)
0 The maximum number of times any hash bucket lock was waited for (0%)
4 The number of region locks that required waiting (0%)
0 The number of buffers frozen
0 The number of buffers thawed
0 The number of frozen buffers freed
11218 The number of page allocations
0 The number of hash buckets examined during allocations
0 The maximum number of hash buckets examined for an allocation
0 The number of pages examined during allocations
0 The max number of pages examined for an allocation
0 Threads waited on page I/O
0 The number of times a sync is interrupted
Pool File: temp.dbxml
4096 Page size
0 Requested pages mapped into the process' address space
1127961 Requested pages found in the cache (99%)
3622 Requested pages not found in the cache
7590 Pages created in the cache
3622 Pages read into the cache
7663 Pages written from the cache to the backing file
=================================
28.4 db_stat -r (n/a, no replication)
28.5 db_stat -t
0/0 No checkpoint LSN
Tue Oct 30 15:05:29 2012 Checkpoint timestamp
0x8001d4d5 Last transaction ID allocated
100 Maximum number of active transactions configured
0 Active transactions
5 Maximum active transactions
120021 Number of transactions begun
0 Number of transactions aborted
120021 Number of transactions committed
0 Snapshot transactions
0 Maximum snapshot transactions
0 Number of transactions restored
48KB Transaction region size
1385 The number of region locks that required waiting (0%)
Active transactions:

Replying with output from iostat & vmstat (including the output exceeded the character count).
=============================
output of vm_stat while running 4 threads, inserting 10k documents each. It took just under 18 seconds to complete. I ran vmstat a few times while it was running:
r b swpd free buff cache si so bi bo in cs us sy id wa st
3 0 0 896904 218004 1513268 0 0 14 30 261 83 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
5 0 0 889588 218004 1520500 0 0 14 30 261 84 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 0 882892 218012 1527124 0 0 14 30 261 84 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
4 0 0 896664 218012 1533284 0 0 14 30 261 85 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
5 0 0 890456 218012 1539748 0 0 14 30 261 85 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 0 884256 218020 1545800 0 0 14 30 261 86 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
4 0 0 878304 218020 1551520 0 0 14 30 261 86 1 1 98 0 0
$ sudo vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 0 871980 218028 1558108 0 0 14 30 261 87 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
5 0 0 865780 218028 1563828 0 0 14 30 261 87 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
3 0 0 859332 218028 1570108 0 0 14 30 261 87 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 0 586756 218028 1572660 0 0 14 30 261 88 1 1 98 0 0
$ vmstat
procs -----------memory---------- ---swap-- -----io---- system -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
3 2 0 788032 218104 1634624 0 0 14 31 261 88 1 1 98 0 0
================================
sda1 is mount on /boot
sda2 is mounted on /
sda3 is swap space
output for iostat, same scenario, 4 threads inserting 10k documents each:
$ iostat -x 1
Linux 2.6.18-308.4.1.el5 (localhost.localdomain) 10/30/2012
avg-cpu: %user %nice %system %iowait %steal %idle
27.43 0.00 4.42 1.18 0.00 66.96
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 46.53 0.00 2.97 0.00 396.04 133.33 0.04 14.33 14.33 4.26
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 46.53 0.00 2.97 0.00 396.04 133.33 0.04 14.33 14.33 4.26
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
26.09 0.00 15.94 0.00 0.00 57.97
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
26.95 0.00 29.72 0.00 0.00 43.32
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
29.90 0.00 32.16 0.00 0.00 37.94
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
40.51 0.00 27.85 0.00 0.00 31.65
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
40.50 0.00 26.75 0.50 0.00 32.25
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 3.00 0.00 2.00 0.00 40.00 20.00 0.03 17.00 17.00 3.40
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 3.00 0.00 2.00 0.00 40.00 20.00 0.03 17.00 17.00 3.40
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
30.63 0.00 32.91 0.00 0.00 36.46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
29.57 0.00 32.83 0.00 0.00 37.59
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
29.65 0.00 32.41 0.00 0.00 37.94
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
46.70 0.00 26.40 0.00 0.00 26.90
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
32.72 0.00 33.25 0.00 0.00 34.04
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 7.00 0.00 57.00 0.00 512.00 8.98 2.25 39.54 0.82 4.70
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 7.00 0.00 57.00 0.00 512.00 8.98 2.25 39.54 0.82 4.70
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
32.08 0.00 31.83 0.00 0.00 36.09
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
33.75 0.00 31.50 0.00 0.00 34.75
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
33.00 0.00 31.99 0.25 0.00 34.76
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 3.00 0.00 2.00 0.00 40.00 20.00 0.05 24.00 24.00 4.80
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 3.00 0.00 2.00 0.00 40.00 20.00 0.05 24.00 24.00 4.80
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
53.62 0.00 21.70 0.00 0.00 24.69
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
33.92 0.00 22.11 0.00 0.00 43.97
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
8.53 0.00 4.44 0.00 0.00 87.03
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
5.58 0.00 2.15 0.00 0.00 92.27
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
0.00 0.00 1.56 12.50 0.00 85.94
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 9.00 0.00 1.00 0.00 80.00 80.00 0.23 86.00 233.00 23.30
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 9.00 0.00 1.00 0.00 80.00 80.00 0.23 86.00 233.00 23.30
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
1.49 0.00 11.90 0.00 0.00 86.61
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 1.00 0.00 8.00 8.00 0.04 182.00 35.00 3.50
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 1.00 0.00 8.00 8.00 0.04 182.00 35.00 3.50
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
0.26 0.00 21.82 0.00 0.00 77.92
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
0.00 0.00 20.48 0.00 0.00 79.52
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
9.49 0.00 13.33 0.00 0.00 77.18
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
20.35 0.00 4.77 0.00 0.00 74.87
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
6.32 0.00 13.22 1.72 0.00 78.74
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 15302.97 0.99 161.39 7.92 34201.98 210.68 65.27 87.75 3.93 63.76
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 15302.97 0.99 161.39 7.92 34201.98 210.68 65.27 87.75 3.93 63.76
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
1.83 0.00 5.49 1.22 0.00 91.46
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 21.00 0.00 95.00 0.00 91336.00 961.43 43.76 1003.00 7.18 68.20
sda1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda2 0.00 21.00 0.00 95.00 0.00 91336.00 961.43 43.76 1003.00 7.18 68.20
sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
===================

Similar Messages

  • Looking for Help with Hyperion to JAVA

    I am looking for help with connecting Hyperion to Java. We are in Maryland but would be willing to work out something for remote consulting. If you have experience with connecting web services, hyperion, and Java and would be interested in about 80 hours of consulting please contact me at:[email protected] x4846

    Hi,
    From your description, you want to achieve the following goal:
    Configure Exchange to filter the attachments if the size is over 10 MB and store it in a public folder, and then forward the email to Salesforce.
    Based on my knowledge, I'm afraid that it can't be achieved. Exchange can filter messages with attachments, but it couldn't store these attachments on public folder automatically. Also, I don't see any transport rule can do it.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).

    Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).
    Problem - SFDC does not create cases from emails that have more than 10 MB of attachments. Our clients will not go-live if their clients cannot send in emails with attachments over 10 MBs
    Potential resolution - Configure MS exchange to strip off the attachments(if over 10 MB) and store it in a public folder, forward the email to Salesforce (so the case gets created or the email
    is associated to an existing case), the client should have some way to know if the attachments were stripped off and should be able to dlownload the attachments and continue with case resolution.
    Any help is appreicated!
    Thanks

    Hi,
    From your description, you want to achieve the following goal:
    Configure Exchange to filter the attachments if the size is over 10 MB and store it in a public folder, and then forward the email to Salesforce.
    Based on my knowledge, I'm afraid that it can't be achieved. Exchange can filter messages with attachments, but it couldn't store these attachments on public folder automatically. Also, I don't see any transport rule can do it.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • One question I am looking for help with is, when you hit the history button I want my last fifty pages to show up instead of just fifteen. Is it possible to

    one question I am looking for help with is, when you hit the history button I want my last fifty pages to show up instead of just fifteen. Is it possible to change that setting?
    TY

    The History menu can only show that fixed maximum of 15 as that is hard coded.
    Maybe this extension helps:
    *History Submenus Ⅱ: https://addons.mozilla.org/firefox/addon/history-submenus-2/

  • PLEASE PLEASE looking for help cant believe this terrible way to look for help

    looking for help to print my pictures by  by-passing pop-up window stating :access denied due to missing files.".. theres NO MISSING FILES

    looking for help to print my pictures by  by-passing pop-up window stating :access denied due to missing files.".. theres NO MISSING FILES

  • My new ipod classic 160 gb powered off and won't turn back on. if i plug in to computer, itunes will not open. if i start itunes first then plug in ipod, itunes freezes up. Looking for help. thanks

    my new ipod classic 160 gb powered off and won't turn back on. if i plug in to computer, itunes will not open. if i start itunes first then plug in ipod, itunes freezes up. Looking for help. thanks. Was not connected to the computer when ipod died.

    I have not heard of a good reason for this to happen or how to fix. 3 days later my screen lights up and says to connect to charger.... so its back "for now". Best music player on the market when it works.

  • Looking for help to improve Airport performance over LAN (WAN is fine)

    Ok, I've read through several threads on this forum that address problems people are having with slow performance with Airport. I've also checked out all of the Apple KBs that address Airport, recommended settings. Unfortunately my issue isn't addressed by anything I've read to date.
    The bottom line is that both download and upload performance between any of my devices and the internet is fine, no problems. I am paying for 30MBps download from Verizon FIOS, I routinely get 20, and I'm guessing that the delta is Verizon's problem, not my network's. However, streaming from my media server to another device on the wireless LAN is a different story entirely. I get somewhere between 1 and 2 MBps, tops, and this poses big problems for streaming music and movies.
    My network is comprised of 3 Airport Expresses. One of them is a MC414LL/A model. This one is connected to my Verizon FIOS Actiontec MI424WR router (which I have set to bridge-mode according to the instructions provided at http://www.dslreports.com/forum/r17679150-Howto-make-ActionTec-MI424WR-a-network -bridge) via CAT5 ethernet. This Airport Express is set to "create a network" network mode, "802.11 only (5GHz) - 802.11b/g/n" radio mode (although I have also tried "802.11 only (5GHz) - 802.11/n only (2.4 GHz)" radio mode, and this didn't solve the problem). Finally, I have chosen 2.4 and 5GHz channels that have little interference (2 and 161 respectively). My other two Airport Expresses are MB321LL/A models and are set to "Extend a wireless network" network mode, with the 5GHz network chosen as the network that they extend. (I have tried switching over to having them extend the 2.4GHz network, and performance gets worse, not better.)
    I am using a late 2009 Mac Mini as a media server. It is connected to the 5GHz network (though I've tried the 2.4GHz network), and it runs XBMC and JRiver media servers (not simultaneously, either one or the other.) I have a PS3 and a Sony Blu Ray player, each plugged into one of the MB321LL/A Airport Expresses via CAT5 ethernet, and I stream media to each of these devices via one or the other media server (both devices are DNLA-enabled). My Mac Mini has a 3TB external hard drive connected via FireWire 800, which is where all of my media resides. In addition to streaming media over the network, I have a TV plugged directly into the Mac Mini. When I play media to this TV, performance is outstanding, so I'm confident my poor performance to the PS3 and Sony BDP is a network issue, not an issue with the external drive.
    Although my building has several other wireless networks, only one of them is 5 GHz, and it isn't using channel 161. The 2.4 GHz band is crowded with several networks, although channel 2 is usually in the clear. I have tried switching let Airport choose a channel automatically, and I haven't noticed a difference. It has occurred to me that the problem could be with how I bridged the Verizon Actiontec router and not with any of the Airports, but I don't get any errors (e.g. double NAT errors, which some people who have bridged improperly get), and I am pleased with my download and upload speeds to the internet. The issue is only on my LAN. Finally, yes, all of my firmware is up to date, version 7.6.3 on all three Airport Expresses.
    Can anyone offer me suggestions for how I can get better performance streaming media from my server to the two playback devices? Since all 3 Airport Expresses support 5GHz, I'd have thought I'd be able to take advantage of 802.11n speeds when streaming between them. (MB321LL/A  supports "Draft N", but does this matter?) With the settings that I'm currently using, I can't stream faster than 2MBps (and that's on a good day), which is below what I ought to be able to get rom 802.11g. This is especially problematic when I try to stream hi res (96 MHz / 24 bit or higher)  music files, whether uncompressed or compressed. I hear awful pulsing sounds through my speakers. If I pause the track and let my streaming device buffer, I might get 10 or 15 seconds of clean playback, but then it starts the pulsing again as soon as the buffered music is finished playing. On occasion when I stream music from my iPhone via Airplay to one of the Airport Expresses, I get clean playback most of the time, but on occasion the music cuts out. (It's my understanding the Airplay requires ~800 Kbps, which seems consistent with my LAN speed usually being between 1 and 2 Mbps but sometimes dropping).
    I have iStubler and I've used the Apple network diagnostics -- these are the tools that led me to choose channels 2 and 161 for 2.4 and 5GHz respectively. I'm sure I could be using these tools to learn more about my network's performance, but I'm sure what to look for.
    Thanks for your suggestions.

    Ok, cool. I'm really glad that the issue has been isolated. Thanks a ton for your insight!
    Hopefully I can find a spot where the signal strength of the hub is noticably better but that isn't too inconvenient for an ethernet run. My Sony BDP, which is the device connected to the problem basestation, has wifi capability, so I could always ditch the ethernet cable if the best spot for the basestation doesn't permit a cable run. But I'm aware that ethernet usually offers faster transfer speeds than wifi. Moreover, I'm not sure that the Sony BDP supports 5GHz. It might be a 2.4GHz-only device, in which case I'll have new interference issues to contend with, since like I said in my original post, there are several other 2.4GHz networks in my building.
    Anyhow, now that I understand the problem, I can figure out a solution. Thanks again.

  • Looking for devices that can perform straight forward I/Q demodulation process

    Hi guys, 
    I am looking for a high speed NI board that can perform the quadrature demodulation (for a 20 MHz signal), I have looked through the web but so far I can only find 5620, 5660 and 5142.
    cos(wt) ----> Device under Test (DUT) -----> Acos(wt + theta)
    cos(wt) is the original tranmitting signal (20 MHz). After it is passed through the DUT, amplitude change (A) and phase shift (theta) is then introduced into the output signal (the frequency still remains the same.) The purpose of this setup is to measure the amplitude change and phase shift, relative to the original signal.
    Thus I need a simple I/Q demodulation board that can perform this job. Is there any NI board that one can recommend? Or is there a board that can generate the driving signal and do the IQ domodulation at the same time? I think 5620, 5660 and 5142 can only perform I/Q demodulation process...
    Thanks for the help!

    Duplicate post.  See response here. 

  • Looking For Help for porting PC utility to Mac

    Hi,
    I am looking for local Mac developer(s)who could help me to port my MXF utility (HDV M2T=>QT conversion) to Mac OS X. I need someone who is around SF Bay Area. It's a simple program however requires knowlegde of threads. (I use worker thread. simple one) Please contact me at [email protected] if you are interested.
    <Edited by Moderator>

    Why was this merely "edited by moderator"? It should be removed or moved to the appropriate forum. Wait, there is no "solicitation" forum.
    bogiesan

  • Looking for help on what Hardware to use for FCS

    I am looking to set up a shared storage for use in a small editing network and I am having a hard time getting my head around what exactly I need.
    I have 4 edit stations that currently run externals. I am looking at a solution like FCS to centralize all the captures and media to edit from. We usually edit Apple Pro res and DV footage.
    My understanding is that we need to connect to the storage using Fibre to get the bandwidth needed. My issue is wondering exactly how much hardware I need to get this done and what the layout of this hardware should be.
    I currently have a Mac Pro that could be dedicated as the server running FCS. I plan on buying a Fibre connected storage RAID and outfitting the 4 Mac Pros in the office with Fibre cards. I am guessing I need to connect all of this with a Fibre switch. Is this all I would need? Would I be able to capture and edit off of the RAID using this configuration? What else would I need?
    I have been looking for diagrams or some type of examples of configurations people have use and not been able to find much. Any advice would be great
    Thanks

    Steve Price wrote:
    XServe, Promise RAID, QLogic Sanbox 20 port fiber switch, XSAN software, 5 Mac Pro Fiber cards.
    That's pretty good, assuming you have the numbers right. You need Xsan software and a Fibre Channel card for every computer connecting via FC (the Xserves and Mac Pros). Note that the 20 port switch has 16 usable ports, and each storage or computing device should connect to two ports, so you've basically filled it up with what you've listed.
    I also have an XServe that is on the (10 GB ethernet) network (in another building on campus) that is currently being used as a login/account manager (could it be used for metadata as well?).
    It would be good to use this as the failover MDC to support the one you are purchasing. Can you relocate it so it is physically closer? It should be Intel. It is not recommended to have the primary MDC perform directory or other services, but some people do this (at a slight risk) on a secondary server.
    Will I need to reduce one of the Mac Pro editors to merely a metadata controller (leaving me with 4 editors)?
    Not recommended, except maybe as a backup.
    Can I use the existing network for the LAN and METADATA Switches?
    You'll need a separate network for metadata traffic. This can be physical or virtual (on higher-end switches).
    @trezero-your list is the first I've seen with 3 XServes. Is this just because of FCServer? Can you not use the MDC or one of the networked editors?
    FCServer warrants its own machine since it is fairly CPU intensive, especially if you are doing transcoding on it. In high performance environments people will add a second machine just to do rendering.
    Don't put any other server process on the MDC. You could use the backup MDC for FCSvr, but this isn't recommended since if it gets failed over to, then it is no longer the backup, and you're again risking your Xsan integrity on a shared system. In an educational lab setup where the risk of downtime is not an inconvenience, you could probably get away with it.
    You would probably benefit from either taking the Xsan class or working with a professional systems integrator. I'm based in the Southeast and can refer you to a few people if you contact me offline.

  • Looking for help - Company is going to Mobile Asset Management service that does not support BB - especially BB 10.

    Hello,
    I am looking for ideas/help. I currently have a BB Z10 (10.1.0.2039) with Verizon Wireless.  The company has a BB Enterprise Server for older devices (I previously was on that).  I bought a Z10 several months ago and have been connecting to the corporate network through Lotus Traveler. They do not have and will not implement a BB 10 Enterprise Server. Some in IT informed that if the company used the BB software they could manage all devices..... not accepted.
    All my contacts, calendar, and company email is funneled to the BB Hub.....
    So my company is implementing a Mobile Asset Management Service that I have to sign up for (Airwatch?).  They only support Android and IPhone.
    Will future versions of the BB OS support Android Apps.... Soon (I have less than 2 weeks)
    I have read where it is possible to put the device in development mode to run Android Apps.  I don't know if that will work with this and have no idea how stable the phone is in that mode. I travel internationally so I don't know how a development mode would work overseas. Any thoughts?
    I like my Z10 but will need to switch to keep functionality if I can't find a work around 
    Any assistance ????
    Thanks for any help.

    Hi and Welcome to the Community!
    BB10 devices have the ability to run .apk apps via special methods. Development Mode is used only for installing the app...not for normal operation. So you install (side-load) the app in Development Mode, then go back to normal mode for normal operations.
    If a .bar file for the .apk app already exists somewhere, you can side load it to the BB10 device and see if it works or not. If there is not yet any .bar file, there is an app called SideSwype that can convert many .apk apps to .bar and install it to your device.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Looking for help getting EZdrummer to work in Logic Pro 9

    First off let me say I have looked everywhere and even talked to toontack about the following problem. Toontrack as said that the plug-in is working properly and the problem is with Logic.
    Ok so I purchased toontrack ezdrummer and drumkit from ****. After installing them and updating to ezrumming 1.2 I am unable to load ezdrummer in logic pro 9. The really strange thing is that it will launch when using garageband and fully function.
    In logic it is not in AU manager and not there for selection in the channel strip, so I thought at first that it was only installing as a VST. However, when looking in Library>Audio>Plug-Ins>Components, EZdrummer.component is there. I thought this was where Logic looked for AU plug-ins but I'm now thinking thats wrong but I've not been able to find anything saying different.
    Please guys any help you can offer would be outstanding. I'm so fed up I'm about to get a refund but I would rather use this software.
    Thanks.

    EZDrummer works fine here.
    You could try trashing this file:
    Macintosh HD/Users/YourUserName/Library/Caches/com.apple.audiounits.cache
    On the next launch, Logic will rescan all your plugins.
    You could also try a new OS X user account.
    And what exact version of Logic are you using?

  • Looking for help to upgrade Z61m HD and OS

    All,
    Being a layman I am looking for some help on how to do the following:
    -  Upgrade my current HD from the small 105gig to a new 320 gig HD - have the new SATA drive.
    -  Also wanting to get off of Vista to Windows7 - I have the new Windows 7 ulimate software.
    Looking for procedures on how to upgrade(back up data, make boot disks, when to upgrade the OS.....) and not lose my data.  I own a 500 gig external HD with plenty of room.  Any pitfalls and gotchas are apreciated too.

    I did a quick google and found some Windows-based programs you could buy to do that, but nothing for the Mac.
    However, you ought to be able to do it in word (I do when I have to print chords w/ lyrics to play with a group). You just have to fiddle with the space bar and tab to line up the chord changes with the lyrics.
    It might be easier if you use a fixed-width font like Courier.

  • New to inDesign - looking for help with creating booklets

    Looking for a tutorial/answer on how to set up my book so that the pages can be printed, folded in half (like a brochure/magazine) so that I can bind the pages myself in a book.   Not sure if my page size would be what I want the finished book size to be or if I need to double the page width setup size, because I will be folding them in half to put the book together.  I know there must be a magic button as well that will sort the pages and keep them in the right order, once I fold them.   Does this make sense to anyone?

    Hi 4boyz,
    You can refer to the below mentioned links:
    https://www.youtube.com/watch?v=GY16m7QcFj4
    https://multimedia.nscad.ns.ca/pdfs/indesign-2%20sided%20saddle%20stich.pdf
    https://www.youtube.com/watch?v=BCoTJZXkgSQ
    https://helpx.adobe.com/indesign/how-to/make-brochure.html
    http://www.creativebloq.com/indesign/brochure-design-4112750
    InDesign Help | Creating book files
    http://smallbusiness.chron.com/layout-book-indesign-27014.html
    Some other links to learn Indesign:
    InDesign CC tutorials | Learn how to use InDesign CC
    http://tv.adobe.com/show/learn-indesign-cc/
    InDesign Help | InDesign Help
    http://helpx.adobe.com/pdf/indesign_reference.pdf
    http://vc.uscannenberg.org/sites/vc.uscannenberg.org/files/documentation/31/Adobe%20InDesi gn%20Beginner%20Tutorial.pdf
    http://ptgmedia.pearsoncmg.com/images/9780321926975/samplepages/0321926978.pdf
    http://ptgmedia.pearsoncmg.com/imprint_downloads/peachpit/peachpit/academic/IDCCCIB_Instru ctor_Notes.pdf
    Thanks,
    Nikhil Gupta

  • New to java looking for help.

    I m using mysql n linux RH 8.my data is like this as shown below
    Ticketing(my table name)
    =======================
    remarks(Field name)
    Now what I m looking for is I retrieve the value from remarks and that
    value I want to scroll below the web page.I manage to retrieve the value but don't know how to scroll below the web page plz help .
    Thanx in advance

    You could use a classic javascript for this. There are lots of javascript forums on the net, they could help you out. The main problem is that you have to put your DB password in the script. This is not a very safe solution.
    If your web server supports JSP, use it. It's nice, easy and server side :)
    http://java.sun.com/products/jsp/
    Maybe writing an applet is the easiest solution. This way you have the best control on what is painted on screen and, more importantly, you don't have to show your passwords.
    http://java.sun.com/docs/books/tutorial/applet/index.html

Maybe you are looking for

  • Are there any connection settings for using rtsp:...

    In my effort to get access in 'YouTube" steaming videos, I tried to find the scope available  in Nokia 3110C handset. After going through the Menu icons, I identified one Menu Item in the path : MAIN MANU>MEDIA>MEDIA PLAYER>GO TO ADDRESS. It is...rts

  • Fire wire question

    I just purchased a new mac book pro and I want to sync it up with my old mac book pro, but I don't know what kind of fire wire cable to buy. The old mac book pro was purchased in 2006-I have no clue waht the correct size cable is for that specific po

  • How do copy a file to desktop in java

    I am creating some overlays for a program to import. It creates some simple text files. We would like the default location for these files to be the user desktop (something like %DESKTOP%)...Does anyone know how to direct a file to desktop using syst

  • NAC-L2-802.1x (EAP-FAST) and Cisco Secure Services Client 5.0 in wired net

    Hi! (Sorry, if this is a wrong forum.) Does anybody have any success with Cisco SSC and EAP-FAST in the wired network? I'm going to use NAC, so I'm trying to set up EAP-FAST. I see the pop-up window on the client to enter user credentials and I see a

  • Error 16 code when starting up CS5, all I can do is uninstall and reinstall, How to fix this?

    Error 16 code when starting up CS5, all I can do is uninstall and reinstall. How to fix this?