Class Lssrad


  • @ThreadSafe
    public final class Lssrad
    extends java.lang.Object
    Utility to query lssrad
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Lssrad()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.Integer,​Pair<java.lang.Integer,​java.lang.Integer>> queryNodesPackages()
      Query lssrad to get numa node and physical package info
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lssrad

        private Lssrad()
    • Method Detail

      • queryNodesPackages

        public static java.util.Map<java.lang.Integer,​Pair<java.lang.Integer,​java.lang.Integer>> queryNodesPackages()
        Query lssrad to get numa node and physical package info
        Returns:
        A map of processor number to a pair containing the ref (NUMA equivalent) and srad (package)