We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefer reading /sys, notably /sys/class, instead of ls* tools:
/sys
/sys/class
ls*
"Machine"
lsmem -json
lsusb
lspci
lshw -json -businfo/-short -numeric
lspower (from /sys/class/power_supply/*)
lspower
/sys/class/power_supply/*
Kernel
lsmod (from /proc/modules)
lsmod
/proc/modules
ls FS feat (modl): Outline file & directory model (TBD) #309
ls
Users, with lslogins
lslogins
Process
lsblk (from /sys/block)
lsblk
/sys/block
lsfd (more modern than lsof)
lsfd
lsof
lsns and "Containers"
lsns
lsattr -alpv
lscpu
lslocks
lsirq
lsmdev (mdevctl alias)
lsmdev
mdevctl
https://en.wikipedia.org/wiki/System_resource ?
The text was updated successfully, but these errors were encountered:
https://en.m.wikipedia.org/wiki/Procfs https://en.m.wikipedia.org/wiki/Sysfs
Sorry, something went wrong.
Using https://github.com/kellyjonbrazil/jc, just like for #880.
vorburger
No branches or pull requests
Prefer reading
/sys
, notably/sys/class
, instead ofls*
tools:"Machine"
lsmem -json
lsusb
lspci
lshw -json -businfo/-short -numeric
lspower
(from/sys/class/power_supply/*
)Kernel
lsmod
(from/proc/modules
)ls
FS feat (modl): Outline file & directory model (TBD) #309Users, with
lslogins
Process
lsblk
(from/sys/block
)lsfd
(more modern thanlsof
)lsns
and "Containers"lsattr -alpv
lscpu
lslocks
lsirq
lsmdev
(mdevctl
alias)https://en.wikipedia.org/wiki/System_resource ?
The text was updated successfully, but these errors were encountered: