This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Significant performance drop on HVM Windows machines

Hi,

We are having a problem with AntiVirus solution. We are running XenServer environment with HVM Windows machines
The storage is a set of RAID10 SSDs. When we installed AntiVirus on those Windows machines we could see a significant drop of the performance.
We have performance tool which measures certain values on those Windows machines. It seems we can't find the reason why this is happening.


1. Significant impact on writing throughput
Without AV: 190%
With AV: 150%
Current physical: 160%


2. Significant impact to CPU (generating data to write)
Without AV: 160%
With AV: 107%
Current physical: 108%


3. Significant impact to SQL insert statement <- primary problem
Without AV: 4.5s
With AV: 19s
Current physical: 1.4s (dedicated SSD helps this)


Our INSERT test directly inserts 10000 rows via JDBC into a test table.
a. these rows all have the same content: a single long value and 9 text columns, around 200 Bytes per row
2. The select test runs a single SELECT statement via JDBC on the test table:
a. SELECT * FROM test_table WHERE ID > 0
-> That should return approx. 2MB in total (10000 records of around 200 Bytes each)

Can you please explain why or what can cause this issue ?. This is the first time we have seen something like that.
Many thanks for your help.

Regards,
Luke J.



This thread was automatically locked due to age.
Parents Reply Children
No Data