Update 10_get_disk_size.sql
This commit is contained in:
@@ -1,21 +1,25 @@
|
|||||||
prompt <h2>Disk and Memory Size </h2>
|
prompt <h2>Disk Size df -h</h2>
|
||||||
set echo off head off
|
set echo off head off
|
||||||
prompt <pre>
|
prompt <pre>
|
||||||
host df -h
|
host df -h
|
||||||
prompt </pre>
|
prompt </pre>
|
||||||
|
|
||||||
|
prompt <h2>lsblk -f </h2>
|
||||||
prompt <pre>
|
prompt <pre>
|
||||||
host lsblk -f
|
host lsblk -f
|
||||||
prompt </pre>
|
prompt </pre>
|
||||||
|
|
||||||
|
prompt <h2>cat /etc/fstab </h2>
|
||||||
prompt <pre>
|
prompt <pre>
|
||||||
host cat /etc/fstab
|
host cat /etc/fstab
|
||||||
prompt </pre>
|
prompt </pre>
|
||||||
|
|
||||||
|
prompt <h2>Memory Size free -h </h2>
|
||||||
prompt <pre>
|
prompt <pre>
|
||||||
host free -h
|
host free -h
|
||||||
prompt </pre>
|
prompt </pre>
|
||||||
|
|
||||||
|
prompt <h2>lscpu </h2>
|
||||||
prompt <pre>
|
prompt <pre>
|
||||||
host lscpu
|
host lscpu
|
||||||
prompt </pre>
|
prompt </pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user