mirror of
https://github.com/smxi/inxi.git
synced 2025-02-23 13:32:18 +00:00
added some debuggers, ps -e / cat /proc/1/comm for future init data collection
This commit is contained in:
parent
2a277e09bf
commit
ad21cc81c4
2
inxi
2
inxi
|
@ -1718,6 +1718,8 @@ debug_data_collector()
|
||||||
lsusb &> $debug_data_dir/lsusb.txt
|
lsusb &> $debug_data_dir/lsusb.txt
|
||||||
ls /sys &> $debug_data_dir/ls-sys.txt
|
ls /sys &> $debug_data_dir/ls-sys.txt
|
||||||
ps aux &> $debug_data_dir/ps-aux.txt
|
ps aux &> $debug_data_dir/ps-aux.txt
|
||||||
|
ps -e &> $debug_data_dir/ps-e.txt
|
||||||
|
cat /proc/1/comm &> $debug_data_dir/proc-1-comm.txt
|
||||||
runlevel &> $debug_data_dir/runlevel.txt
|
runlevel &> $debug_data_dir/runlevel.txt
|
||||||
systemctl list-units &> $debug_data_dir/systemctl-list-units.txt
|
systemctl list-units &> $debug_data_dir/systemctl-list-units.txt
|
||||||
systemctl list-units --type=target &> $debug_data_dir/systemctl-list-units-target.txt
|
systemctl list-units --type=target &> $debug_data_dir/systemctl-list-units-target.txt
|
||||||
|
|
Loading…
Reference in a new issue