Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
vmstat 30|awk '{"date +%Y%m%d\\ %T" | getline now; print now $0}'
vmstat 30 | perl -pe '@t=localtime;printf"%d%02d%02d %02d:%02d:%02d",$t[5]+1900,$t[4]+1,$t[3],$t[2],$t[1],$t[0]'