![]() |
STAR Computing GRID Monitoring MonaLisa The Cluster Summaries MonALISA Module |
/?filter=summaryYou get an XML file with averages about all clusters. In addition you may just request averages about a single cluster by simply passing the name of the Cluster:
/STAR CAS Linux ClusterIf you pass the name of a host after the Cluster you get the metrics for that host:
/STAR CAS Linux Cluster/rcas6156
We developed a MonALISA monitoring Module that pubishes the average metrics per cluster. The module opens a Socket to port 8652 to the host that runs the gmetad deamon and writes the string /?filter=summary to the Socket. Currently it only publishes the total number of CPUs (NCPUS) per cluster, the sum of load1 for all compute nodes in each cluster (Load1), the sum of load5 for all compute nodes in each cluster (Load5), the average load1 (Average1) which is calculated as Load1/NCPUS and the average load5 (Average5) which is calculated as load5/NCPUS. The module can of course be extended to publish averages of other metrics that are available in Ganglia.
telnet hostname 8652You should get the expected XML file.
cd $MonaLisa_HOME/Service/usr_code tar -xvf myGanglia.tar
lia.Monitor.CLASSURLs=file:${MonaLisa_HOME}/Service/usr_code/LSF/,file:${MonaLisa_HOME}/Service/usr_code/myGanglia/
*CLUSTERS{aGanglia2, localhost, ganglia01.rcf.bnl.gov,8652}%30(change the hostname and the port number above).
cd $MonaLisa_HOME/Service/CMD ./ML_SER restart
Stratos Efstathiadis - page was last modified