Howto with your phone
Updated at by ospiCheck for free storage
[nemo@Jolla ~]$ df -h /home
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p28 14G 2.5G 11G 19% /home
Check for network latency
[nemo@Jolla ~]$ ping -q -c2 google.com
PING google.com (193.229.108.55) 56(84) bytes of data.
--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 27.804/28.704/29.604/0.900 ms
Sync photos from/to computer
[nemo@Jolla ~]$ rsync -a ~/Pictures/Jolla storage:~/pics/jolla
Check for top processes causing load
[nemo@Jolla ~]$ top -b -n1|grep -A6 USER
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
11220 nemo 20 0 343m 122m 63m S 46.3 15.1 0:11.66 sailfish-browse
967 nemo 20 0 268m 87m 42m S 18.5 10.7 9:41.31 lipstick
388 root 20 0 13400 2348 1860 S 5.6 0.3 2:41.82 mce
13813 nemo 20 0 2616 1096 768 R 5.6 0.1 0:00.06 top
13308 root 20 0 0 0 0 S 3.7 0.0 0:00.89 kworker/0:3
92 root -51 0 0 0 0 S 1.9 0.0 0:15.55 irq/299-synapti
Check for free memory in MB
[nemo@Jolla ~]$ free -bm
total used free shared buffers cached
Mem: 811 668 142 0 6 227
-/+ buffers/cache: 435 375
Swap: 613 128 484