Add swap counter for zram

This commit is contained in:
Alex 2020-05-02 16:18:13 +02:00
parent 717e370314
commit c29ad5e978
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ static const struct arg args[] = {
{ load_avg, " %s |", NULL },
{ ram_used, " %sB /", NULL },
{ ram_free, " %sB |", NULL },
{ swap_used, " %sB /", NULL },
{ swap_free, " %sB |", NULL },
{ netspeed_rx, " %7.7sB/s", "twg0" },
{ netspeed_tx, " %7.7sB/s |", "twg0" },
{ uptime, " %s |", NULL },