First of all, I just need to view the outcome of vnstat -t continually. This command terminal output looks like this:
I tried using a tool called "Argos". I created an Argos script to display the terminal output value as following:
#!/bin/bash
echo "$(vnstat -t)"
But it looks like this:
However, I need to track daily internet usage (download & upload). Is there any way to do this?


