V-update-sys-queue traffic reports zero bandwidth usage on all servers

Hi everyone,
Even when I run the command manually:

10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue traffic

the bandwidth usage for all websites and users still shows as zero.

The server is Debian 12, and I have the same issue on five other servers as well.

What could be causing this problem?

Hi @ufuk

Web traffic resets to 0 on the first day of every month.

If you want to update it now, run this command manually to update the traffic for all your domains.

sudo -i
for i in $(v-list-users list); do echo "Updating traffic for $i"; v-update-web-domains-traff $i; done
2 Likes

Sorry to take your time. Thank you for the information.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.