Search
 
SCRIPT & CODE EXAMPLE
 

CSS

check if swap is working

in linux, you can use

cat /proc/meminfo to see total swap, and free swap (all linux)
cat /proc/swaps to see which swap devices are being used (all linux)
swapon -s to see swap devices and sizes (where swapon is installed)
vmstat for current virtual memory statistics
in Mac OS X, you can use

vm_stat to see information about virtual memory (swap)
ls -lh /private/var/vm/swapfile* to see how many swap files are being used.
in Solaris, you can use

swap -l to see swap devices/files, and their sizes
swap -s to see total swap size, used & free
vmstat to see virtual memory statistics
Comment

PREVIOUS NEXT
Code Example
Css :: how to enlarge image when hover on in css 
Css :: size carousel bootstrap 4 
Css :: html three dots ellipsis 
Css :: how to remove link color from <a 
Css :: css add required asterisk after 
Css :: how to remove border on button click 
Css :: media screen 
Css :: css smooooooth scroll 
Css :: css remove scrollbars 
Css :: how to make a square div in css 
Css :: not allow select text css 
Css :: ngx-charts css 
Css :: html dim entire screen 
Css :: ovale css 
Css :: move element to the left css 
Css :: css placeholder text truncate 
Css :: second child css 
Css :: antd css 
Css :: ul text decoration css 
Css :: how to remove default styling of a tag 
Css :: style scroll bar css 
Css :: sans serif font family css 
Css :: textarea resize only horizontal 
Css :: easiest way to invert css to dark mode 
Css :: padding bottom 
Css :: not hover css 
Css :: margin for text in html 
Css :: circular div css 
Css :: css counters 
Css :: css strikethrough html text 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =