sysfs-devices-node 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. What: /sys/devices/system/node/possible
  2. Date: October 2002
  3. Contact: Linux Memory Management list <linux-mm@kvack.org>
  4. Description:
  5. Nodes that could be possibly become online at some point.
  6. What: /sys/devices/system/node/online
  7. Date: October 2002
  8. Contact: Linux Memory Management list <linux-mm@kvack.org>
  9. Description:
  10. Nodes that are online.
  11. What: /sys/devices/system/node/has_normal_memory
  12. Date: October 2002
  13. Contact: Linux Memory Management list <linux-mm@kvack.org>
  14. Description:
  15. Nodes that have regular memory.
  16. What: /sys/devices/system/node/has_cpu
  17. Date: October 2002
  18. Contact: Linux Memory Management list <linux-mm@kvack.org>
  19. Description:
  20. Nodes that have one or more CPUs.
  21. What: /sys/devices/system/node/has_high_memory
  22. Date: October 2002
  23. Contact: Linux Memory Management list <linux-mm@kvack.org>
  24. Description:
  25. Nodes that have regular or high memory.
  26. Depends on CONFIG_HIGHMEM.
  27. What: /sys/devices/system/node/nodeX
  28. Date: October 2002
  29. Contact: Linux Memory Management list <linux-mm@kvack.org>
  30. Description:
  31. When CONFIG_NUMA is enabled, this is a directory containing
  32. information on node X such as what CPUs are local to the
  33. node. Each file is detailed next.
  34. What: /sys/devices/system/node/nodeX/cpumap
  35. Date: October 2002
  36. Contact: Linux Memory Management list <linux-mm@kvack.org>
  37. Description:
  38. The node's cpumap.
  39. What: /sys/devices/system/node/nodeX/cpulist
  40. Date: October 2002
  41. Contact: Linux Memory Management list <linux-mm@kvack.org>
  42. Description:
  43. The CPUs associated to the node.
  44. What: /sys/devices/system/node/nodeX/meminfo
  45. Date: October 2002
  46. Contact: Linux Memory Management list <linux-mm@kvack.org>
  47. Description:
  48. Provides information about the node's distribution and memory
  49. utilization. Similar to /proc/meminfo, see Documentation/filesystems/proc.txt
  50. What: /sys/devices/system/node/nodeX/numastat
  51. Date: October 2002
  52. Contact: Linux Memory Management list <linux-mm@kvack.org>
  53. Description:
  54. The node's hit/miss statistics, in units of pages.
  55. See Documentation/numastat.txt
  56. What: /sys/devices/system/node/nodeX/distance
  57. Date: October 2002
  58. Contact: Linux Memory Management list <linux-mm@kvack.org>
  59. Description:
  60. Distance between the node and all the other nodes
  61. in the system.
  62. What: /sys/devices/system/node/nodeX/vmstat
  63. Date: October 2002
  64. Contact: Linux Memory Management list <linux-mm@kvack.org>
  65. Description:
  66. The node's zoned virtual memory statistics.
  67. This is a superset of numastat.
  68. What: /sys/devices/system/node/nodeX/compact
  69. Date: February 2010
  70. Contact: Mel Gorman <mel@csn.ul.ie>
  71. Description:
  72. When this file is written to, all memory within that node
  73. will be compacted. When it completes, memory will be freed
  74. into blocks which have as many contiguous pages as possible
  75. What: /sys/devices/system/node/nodeX/hugepages/hugepages-<size>/
  76. Date: December 2009
  77. Contact: Lee Schermerhorn <lee.schermerhorn@hp.com>
  78. Description:
  79. The node's huge page size control/query attributes.
  80. See Documentation/vm/hugetlbpage.txt