This commit is contained in:
Yacine31
2023-11-09 20:10:42 +01:00
parent 2a698c32d8
commit 90a42399fe

31
sql/10_os_info.sql Normal file
View File

@@ -0,0 +1,31 @@
prompt <h2>Running Databases</h2>
prompt <pre>
host ps -ef | grep pmon | grep -v grep
prompt </pre>
prompt <h2>Disk Size df -h</h2>
set echo off head off
prompt <pre>
host df -h
prompt </pre>
prompt <h2>lsblk -f </h2>
prompt <pre>
host lsblk -f
prompt </pre>
prompt <h2>cat /etc/fstab </h2>
prompt <pre>
host cat /etc/fstab
prompt </pre>
prompt <h2>Memory Size free -h </h2>
prompt <pre>
host free -h
prompt </pre>
prompt <h2>lscpu </h2>
prompt <pre>
host lscpu
prompt </pre>
exit