iwconfig
This command let you see Signal level, Bit rate, tx-power, Link quality and many more information regarding your connected wifi network, which you can not view from settings > wifi.
watch sudo iwconfig
Only iwconfig will not give you all the information you might want that why sudo comes into play. And we do not want to run the command every 2 second, so watch does that for us.