[Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Hao Wang
Hi stackers,

Today there is a point in my mind that is described as below. Just want to
know if it's already implemented in F version.

While I'm using OpenStack, I would like this kind of function to know what
is going on at the background. For instance, if I click Launch button, I
am able to know what message is being sent out to message queue and which
component(s) the message is going, and the most important thing is where
the message stuck. This would give us a direct view to do troubleshooting
and do some specific steps later on. Thanks for your time.

Regards,
Howard
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Nah, Zhongyue
I use the log files beneath /var/log/project name to do what you've described 
manually.

If you want a web interface, you should implement a custom notifier class(for 
Nova) to gather the logs into a specific channel and implement your own web 
service to display the contents from the channel.

-zhongyue

Sent from my iPhone

On Nov 4, 2012, at 10:18 PM, Hao Wang hao.1.w...@gmail.com wrote:

 Hi stackers,
 
 Today there is a point in my mind that is described as below. Just want to 
 know if it's already implemented in F version.
 
 While I'm using OpenStack, I would like this kind of function to know what is 
 going on at the background. For instance, if I click Launch button, I am 
 able to know what message is being sent out to message queue and which 
 component(s) the message is going, and the most important thing is where the 
 message stuck. This would give us a direct view to do troubleshooting and do 
 some specific steps later on. Thanks for your time.
 
 Regards,
 Howard
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Nathanael Burton
On Nov 4, 2012 9:36 AM, Nah, Zhongyue zhongyue@intel.com wrote:

 I use the log files beneath /var/log/project name to do what you've
described manually.

 If you want a web interface, you should implement a custom notifier
class(for Nova) to gather the logs into a specific channel and implement
your own web service to display the contents from the channel.

 -zhongyue

 Sent from my iPhone

 On Nov 4, 2012, at 10:18 PM, Hao Wang hao.1.w...@gmail.com wrote:

  Hi stackers,
 
  Today there is a point in my mind that is described as below. Just want
to know if it's already implemented in F version.
 
  While I'm using OpenStack, I would like this kind of function to know
what is going on at the background. For instance, if I click Launch
button, I am able to know what message is being sent out to message queue
and which component(s) the message is going, and the most important thing
is where the message stuck. This would give us a direct view to do
troubleshooting and do some specific steps later on. Thanks for your time.
 
  Regards,
  Howard
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

I think the notification system is what you really want.

http://wiki.openstack.org/SystemUsageData

Sandy Walsh made some really useful tools to easily get at that data and
make sense of everything.
https://github.com/rackspace/stacktach
https://github.com/rackspace/stacky

Nate
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Hao Wang
Thanks, Nathanael. Let me get back after studying them.

Regards,
Howard

On Sun, Nov 4, 2012 at 10:47 PM, Nathanael Burton 
nathanael.i.bur...@gmail.com wrote:

 On Nov 4, 2012 9:36 AM, Nah, Zhongyue zhongyue@intel.com wrote:
 
  I use the log files beneath /var/log/project name to do what you've
 described manually.
 
  If you want a web interface, you should implement a custom notifier
 class(for Nova) to gather the logs into a specific channel and implement
 your own web service to display the contents from the channel.
 
  -zhongyue
 
  Sent from my iPhone
 
  On Nov 4, 2012, at 10:18 PM, Hao Wang hao.1.w...@gmail.com wrote:
 
   Hi stackers,
  
   Today there is a point in my mind that is described as below. Just
 want to know if it's already implemented in F version.
  
   While I'm using OpenStack, I would like this kind of function to know
 what is going on at the background. For instance, if I click Launch
 button, I am able to know what message is being sent out to message queue
 and which component(s) the message is going, and the most important thing
 is where the message stuck. This would give us a direct view to do
 troubleshooting and do some specific steps later on. Thanks for your time.
  
   Regards,
   Howard
   ___
   Mailing list: https://launchpad.net/~openstack
   Post to : openstack@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~openstack
   More help   : https://help.launchpad.net/ListHelp
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 I think the notification system is what you really want.

 http://wiki.openstack.org/SystemUsageData

 Sandy Walsh made some really useful tools to easily get at that data and
 make sense of everything.
 https://github.com/rackspace/stacktach
 https://github.com/rackspace/stacky

 Nate

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] A point in my mind which may be already implemented

2012-11-04 Thread Sandy Walsh
Thanks for the mention ... here is some background and installation info

http://www.sandywalsh.com/2012/10/debugging-openstack-with-stacktach-and.html

-S


From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net 
[openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of 
Nathanael Burton [nathanael.i.bur...@gmail.com]
Sent: Sunday, November 04, 2012 10:47 AM
To: Nah, Zhongyue
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] A point in my mind which may be already implemented


On Nov 4, 2012 9:36 AM, Nah, Zhongyue 
zhongyue@intel.commailto:zhongyue@intel.com wrote:

 I use the log files beneath /var/log/project name to do what you've 
 described manually.

 If you want a web interface, you should implement a custom notifier class(for 
 Nova) to gather the logs into a specific channel and implement your own web 
 service to display the contents from the channel.

 -zhongyue

 Sent from my iPhone

 On Nov 4, 2012, at 10:18 PM, Hao Wang 
 hao.1.w...@gmail.commailto:hao.1.w...@gmail.com wrote:

  Hi stackers,
 
  Today there is a point in my mind that is described as below. Just want to 
  know if it's already implemented in F version.
 
  While I'm using OpenStack, I would like this kind of function to know what 
  is going on at the background. For instance, if I click Launch button, I 
  am able to know what message is being sent out to message queue and which 
  component(s) the message is going, and the most important thing is where 
  the message stuck. This would give us a direct view to do troubleshooting 
  and do some specific steps later on. Thanks for your time.
 
  Regards,
  Howard
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : 
  openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : 
 openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

I think the notification system is what you really want.

http://wiki.openstack.org/SystemUsageData

Sandy Walsh made some really useful tools to easily get at that data and make 
sense of everything.
https://github.com/rackspace/stacktach
https://github.com/rackspace/stacky

Nate
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp