diff --git a/pages/linux/lstopo-no-graphics.md b/pages/linux/lstopo-no-graphics.md new file mode 100644 index 00000000000000..5a0927086fa04e --- /dev/null +++ b/pages/linux/lstopo-no-graphics.md @@ -0,0 +1,20 @@ +# lstopo-no-graphics + +> Manage and query hardware topology information. +> More information: . + +- Display the machine topology in a tree format: + +`lstopo-no-graphics` + +- Display only physical cores (ignore logical processors): + +`lstopo-no-graphics --only pu` + +- Display the topology with physical indexes: + +`lstopo-no-graphics {{[-p|--physical]}}` + +- Display help: + +`lstopo-no-graphics {{[-h|--help]}}`