1. Generate the text file from SAR
For single day file:
-> sar -A -f /var/log/sa/sa19 > /tmp/sa19_$(uname -n).txt
For multiple days file:
-> ls /var/log/sa/sa?? | xargs -i sar -A -f {} > /tmp/sar_$(uname -n).txt
2. Upload the output file to this portal
-> sa19_$(uname -n).txt
Note: Currently this works only for Linux/AIX OS