Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Thu, 22 Nov 2012 @ 12:42:07 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: No. of AMPs in a NODE
 
From:   Mankala, Mahesh

Hi,

If RSS enabled

Use below sql :

     SELECT
         NodeID
        ,Trim(NodeType) (Named "Node")
        ,VProc1 (Named "AMPs")

     FROM DBC.ResUsageSpma
     group by 1,2,3

OR:

     select
         (t1.ProcId) Nodes
       , (t1.AmpCount) Amps
       , (t1.PECount) PEs
     from table (MonitorPhysicalResource()) as t1

Thanks,

Mahesh



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023