atom feed10 messages in net.launchpad.lists.openstackRe: [Openstack] Performance metrics
FromSent OnAttachments
Neelakantam GaddamJun 20, 2012 5:56 am 
Dan WendlandtJun 20, 2012 6:24 am 
Sandy WalshJun 20, 2012 6:54 am 
Rick JonesJun 20, 2012 9:35 am 
Huang ZhitengJun 20, 2012 8:08 pm 
Rick JonesJun 21, 2012 9:16 am 
Narayan DesaiJun 21, 2012 12:40 pm 
Rick JonesJun 21, 2012 2:20 pm 
Narayan DesaiJun 21, 2012 7:05 pm 
Rick JonesJun 29, 2012 2:35 pm 
Subject:Re: [Openstack] Performance metrics
From:Sandy Walsh (sand@RACKSPACE.COM)
Date:Jun 20, 2012 6:54:16 am
List:net.launchpad.lists.openstack

Hi

That's been my focus for a while now. We're using Tach to instrument openstack,
quantum, glance and a bunch of other components.

https://github.com/ohthree/tach

Also, there's StackTach which will consume the notifications and give you a
real-time display of what's happening in the system (as well as giving you a db
of events you can query vs. parsing logfiles).

https://github.com/rackspace/stacktach

And, I recently submitted a patch to novaclient which adds a --timings option to
see how long each API request takes.

(and this review https://review.openstack.org/#/c/8672/ will add novaclient
token caching for a slight speedup)

Hope it helps! -Sandy

________________________________ From: openstack-bounces+sandy.walsh=rack@lists.launchpad.net
[openstack-bounces+sandy.walsh=rack@lists.launchpad.net] on behalf of
Neelakantam Gaddam [neel@gmail.com] Sent: Wednesday, June 20, 2012 9:56 AM To: open@lists.launchpad.net Subject: [Openstack] Performance metrics

Hi All,

I want to do performance analysis on top of [openstack,Qauntum,openvswitch]
setup. I am interested in the following metrics.

VM life cycle (creation, deletion, boot..,etc) VM Migration Quantum (network, port creation/deletion..,etc)

Are there any performance metric tools/scripts available in openstack ? If not, how can I do the performance analysis of the above metrics on openstack
quantum setup ? Please help me regarding performance metrics.

I want to know details of the biggest deployment with
[openstack,Qauntum,openvswitch] setup interms of number of tenant networks,
number of compute nodes, number of VMs per tenant.

Thanks in advance.