Browse Source

Update linux-examples.md

Nordstrand 3 năm trước cách đây
mục cha
commit
bce5d42f89
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      config/general/linux-examples.md

+ 6 - 1
config/general/linux-examples.md

@@ -81,7 +81,7 @@ breadcrumbs:
 - Show sockets:
     - `netstat -tulpn`
         - `tu` for TCP and UDP, `l` for listening, `p` for protocol, `n` for numerical post numbers.
-    - `ss <options>`
+    - `ss -tulpn` (replaces netstat version)
 - Show interface stats:
     - `ip -s link`
     - `netstat -i`
@@ -99,6 +99,11 @@ breadcrumbs:
     - `nstat`
     - `netstat -s` (statistics)
 
+### Memory
+
+- NUMA stats:
+    - `numastat` (from package `numactl`)
+
 ### Performance and Power Efficiency
 
 - Set the CPU frequency scaling governor mode: