Skip to content

Commit

Permalink
Print more info about CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jan 23, 2025
1 parent b76d5a3 commit bfa6066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bash_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ bb_print_env() {
fi
echo -e "\nKernel:"
uname -a
echo -e "\nCPU info:"
lscpu
echo -e "\nUlimits:"
ulimit -a
echo -e "\nDisk usage:"
Expand Down

0 comments on commit bfa6066

Please sign in to comment.