mirror of https://gitlab.com/bashrc2/epicyon
Script to show thread events
parent
d611889d76
commit
97b4609a75
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
journalctl -u epicyon | grep 'THREAD:' > .threads.txt
|
||||||
|
if [ ! -f .threads.txt ]; then
|
||||||
|
echo 'No thread events'
|
||||||
|
else
|
||||||
|
cat .threads.txt
|
||||||
|
fi
|
Loading…
Reference in New Issue