PRDEEP KUMAR wrote:
> Hi All,
> 
>    I wants to know how the memory is divided across the cpus in case of 
> NUMA systems in Solaris.
>    i.e If we take a NUMA system it will have local as well as the remote 
> memory.How can I get the
>    start and end address which are allocated to a cpu locally and remotely.
>    In x64 systems we can do it using the fmtopo but the same is not 
> there on Intel (x86 ) and Sprac systems.
>  
>   Please let me know how can I get these informations.
> 
>    
> Thanks,
> Pradeep


Hi Pradeep

You can find out the start and end of each node's memory through

echo lgrp_plat_node_memory::print | mdb -k


Rafael
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to