MC internals

Moderator: NorbertKrupa

Post Reply
User avatar
nnani
Master
Master
Posts: 302
Joined: Fri Apr 13, 2012 6:28 am
Contact:

MC internals

Post by nnani » Tue May 06, 2014 6:25 am

Hello All,

Where does vertica take all this info from ?
1. IP :
2. em1 :
3. p2p1 :
4. Name :
5. Total Mem :
6. Disk utiliztion :
7. CPU Count:
8. Hostname :

Also what does em1 / p2p1 stand for..
I tried to track the simplyfast.py but could not find it in /opt/vertica/oss/python/bin/python

Is this the only script which completely controls the MC.

Actually I am seeking answers to this because the all the above detail in my cluster are slightly different on all nodes....i.e. one has a some details but other has all details.
nnani........
Long way to go

You can check out my blogs at vertica-howto

cbennett
Newbie
Newbie
Posts: 11
Joined: Thu Sep 05, 2013 9:57 pm
Contact:

Re: MC internals

Post by cbennett » Thu May 08, 2014 5:29 pm

MC gets data from the data_collector process.

data_collector is also a table.

Select * from data_collector;

In that list, you'll see all the tables that store data (the dc_* tables) that MC uses to pull information for its various reports. For example, dc_info_by_minute has IO information aggregated by minute. There are about 100 of these tables.

Post Reply

Return to “Vertica Management Console”