Re: Apache ignite performance

2017-05-01 Thread Denis Magda
Hello,

Ignite can be freely and safely deployed in virtual and containerized 
environments and, frankly, I bet that a bunch of Ignite production deployments 
reside in cloud environments.
https://apacheignite.readme.io/docs/deployment 

I guess what Sasha tried to say is that performance benchmarks might float on 
virtual hosts from run to run. This is just about performance numbers and not 
related to production deployments.

Answering on your questions:

*1. Performance or drawbacks of ignite on virtual machines versus ignite 
deployed on physical servers? Has anyone seen any overcommitting memory in VMs 
?*

Haven’t spotted any issues related to VM based deployment. It’s all about how 
powerful your hardware or VM is.

*2. Is there anyway to monitor realtime events in production?*

https://ignite.apache.org/addons.html#web-console
 
—
Denis

> On May 1, 2017, at 4:59 PM, Swetad90  wrote:
> 
> Hi Sasha,
> 
> We are in the cloud platform. While In understand the points you have given
> below are valid incase of VMs, is it a strict No-No for ignite to run on
> VMs? 
> VMs gives us an auto scalability and on-demand services which we wanted to
> leverage with ignite.
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/Apache-ignite-performance-tp12274p12328.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.



Re: Apache ignite performance

2017-05-01 Thread Swetad90
Hi Sasha,

We are in the cloud platform. While In understand the points you have given
below are valid incase of VMs, is it a strict No-No for ignite to run on
VMs? 
VMs gives us an auto scalability and on-demand services which we wanted to
leverage with ignite.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Apache-ignite-performance-tp12274p12328.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Apache ignite performance

2017-04-28 Thread Sasha Belyak
Hello Sweta Das!
1. It's not recommended to perform any performance tests on virtual
environment, because this environments have too many points where something
can work not as expected: memory swapping, virtual file systems, driver
problems and the effects from other virtual machines on the same host.
Probably, it will be better if you perform tests on the real hardware and
then compare results with you virtual environment.
2. You are interested in monitoring external events or events occurring
inside a Ignite cluster?

2017-04-26 23:33 GMT+07:00 sweta Das :

> Hi
> We are evaluating apache ignite for compute and data grid on virtual
> machines.
> Can anyone give me idea or inputs on below points-
> 1. Performance or drawbacks of ignite on virtual machines versus ignite
> deployed on physical servers? Has anyone seen any overcommitting memory in
> VMs ?
> 2. Is there anyway to monitor realtime events in production?
>
>


Apache ignite performance

2017-04-26 Thread sweta Das
Hi 
We are evaluating apache ignite for compute and data grid on virtual machines.
Can anyone give me idea or inputs on below points-
1. Performance or drawbacks of ignite on virtual machines versus ignite 
deployed on physical servers? Has anyone seen any overcommitting memory in VMs ?
2. Is there anyway to monitor realtime events in production?