|  |  | 
|  |  | Archives of the TeradataForumMessage Posted: Thu, 22 Nov 2012 @ 12:42:07 GMT
 
 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 
 | ||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||||||||||||||||||||||
|   | ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||