Simple Oracle, MS SQL, Postgres, AWS and more
Oracle
SQL Server
PostgreSQL
MySQL
Linux
Windows
AWS
DevOps
Wednesday, April 11, 2012
The only way to get real size of swap on Solaris
swap -l
- and convert blocks to bytes
you can use:
swap -l|grep -v swap|awk '{print "swap size is "$4*512/1024/1024/1024"GB"}'
please note that commands below can provide wrong data
:
top
swap -s
df -h swap
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment