|
@@ -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:
|