<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">Hi all,<br><br>I've installed OpenStack Kilo (with help of official document) on a physical HP server with following specs:<br><br>2 Intel(R) Xeon(R) CPU E5-2695 v2 @ 2.40GHz each 12 physical core (totally 48 threads)<br>and 128 GB of Ram<br><br>I'm going to benchmark keystone performance (with Apache JMeter) in order to deploy OpenStack in production, but unfortunately I'm facing extremely low performance.<br><br>1000 simultaneously token creation requests took around 45 seconds. (WOW!)<br>By using memcached in keystone.conf (following configuration) and threading Keystone processes to 48, response time decreased to 18 seconds, which is still too high.<br><br>[cache]<br>enabled = True<br>config_prefix = cache.keystone<br>expiration_time = 300<br>backend = dogpile.cache.memcached<br>backend_argument = url:localhost:11211<br>use_key_mangler = True<br>debug_cache_backend = False<br><br>I also increased Mariadb, "max_connections" and Apache allowed open files to 4096, but they didn't help much (2 seconds!)<br><br>Is it natural behavior? or we can optimize keystone performance more?<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">What are your suggestions?<br><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">Regards,<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">Reza<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"><br></div></div>