1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

spectre-meltdown-checker: add page (#5670)

This commit is contained in:
marchersimon 2021-04-02 21:56:51 +02:00 committed by GitHub
parent 85cb920328
commit 9e99f04b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
# spectre-meltdown-checker
> Spectre and Meltdown mitigation detection tool.
> More information: <https://manned.org/spectre-meltdown-checker.1>.
- Check the currently running kernel for Spectre or Meltdown:
`sudo spectre-meltdown-checker`
- Check the currently running kernel and show an explanation of the actions to take in order to mitigate a vulnerability:
`sudo spectre-meltdown-checker --explain`
- Check for specific variants (defaults to all):
`sudo spectre-meltdown-checker --variant {{1|2|3|3a|4|l1tf|msbds|mfbds|mlpds|mdsum|taa|mcespc|srbds}}`
- Display output using a specific output format:
`sudo spectre-meltdown-checker --batch {{text|json|nrpe|prometheus|short}}`
- Don't use the `/sys` interface even if present:
`sudo spectre-meltdown-checker --no-sysfs`
- Check a non-running kernel:
`sudo spectre-meltdown-checker --kernel {{path/to/kernel_file}}`