[SOLVED] Proxmox Node>Summary show graphics always blank

KsK

New Member
Mar 5, 2021
6
1
1
45
Hi, I have read several posts with the same problem (example) and I have reached a different point and I have not found how to continue to solve it.

systemctl status pvestatd.service is OK

and pvesh get /nodes/pve/rrddata -timeframe hour --output-format json-pretty drops
got wrong time resolution (604800 != 60)

how can I solve this?
thanks in advance ^_^
 
Code:
root@pve:~# systemctl status rrdcached.service
● rrdcached.service - LSB: start or stop rrdcached
   Loaded: loaded (/etc/init.d/rrdcached; generated)
   Active: active (running) since Wed 2021-03-03 20:13:56 CET; 1 day 14h ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1018 ExecStart=/etc/init.d/rrdcached start (code=exited, status=0/SUCCESS)
    Tasks: 12 (limit: 4915)
   Memory: 14.4M
   CGroup: /system.slice/rrdcached.service
           └─1061 /usr/bin/rrdcached -B -b /var/lib/rrdcached/db/ -j /var/lib/rrdcached/journal/ -p /var/run/rrdcached.pid -l unix:/var/run/rrdcached.sock


Mar 03 20:13:56 pve systemd[1]: Starting LSB: start or stop rrdcached...
Mar 03 20:13:56 pve rrdcached[1018]: rrdcached started.
Mar 03 20:13:56 pve systemd[1]: Started LSB: start or stop rrdcached.
 
Okay, this is also running.
Did you try to change the time scope on the upper right corner of the graphs?
 
seems the problem is in time resolution, something relative to years ..
got wrong time resolution (604800 != 60)
604800 is 60 * 10080 and don't remeber where I read that number near years ..
 
maybe .. but how can I solve that problem?
pvesh get /nodes/pve/rrddata -timeframe hour --output-format json-pretty should drop info like:
Code:
 {
      "cpu" : 0.0279074770258037,
      "iowait" : 0.00237949104409394,
      "loadavg" : 0.069,
      "maxcpu" : 8,
      "memtotal" : 16675135488,
      "memused" : 11891585297.0667,
      "netin" : 85417.2133333333,
      "netout" : 68881.49,
      "roottotal" : 100924641280,
      "rootused" : 1904461004.8,
      "swaptotal" : 7516188672,
      "swapused" : 198180864,
      "time" : 1554889380
   },
   {
      "cpu" : 0.0143754679354925,
      "iowait" : 0.00165239125937534,
      "loadavg" : 0.0866666666666667,
      "maxcpu" : 8,
      "memtotal" : 16675135488,
      "memused" : 11883881130.6667,
      "netin" : 61971.0166666667,
      "netout" : 36952.1433333333,
      "roottotal" : 100924641280,
      "rootused" : 1904473292.8,
      "swaptotal" : 7516188672,
      "swapused" : 198180864,
      "time" : 1554889440
   },
   {
      "cpu" : 0.0103655813721853,
      "iowait" : 0.0016307342568745,
      "loadavg" : 0.229,
      "maxcpu" : 8,
      "memtotal" : 16675135488,
      "memused" : 11861497856,
      "netin" : 15081.4733333333,
      "netout" : 27088.0833333333,
      "roottotal" : 100924641280,
      "rootused" : 1904485580.8,
      "swaptotal" : 7516188672,
      "swapused" : 198180864,
      "time" : 1554889500
   },
   {
      "cpu" : 0.0120992403017924,
      "iowait" : 0.00154787601624703,
      "loadavg" : 0.392333333333333,
      "maxcpu" : 8,
      "memtotal" : 16675135488,
      "memused" : 11835701111.4667,
      "netin" : 14131.9466666667,
      "netout" : 14781.5533333333,
      "roottotal" : 100924641280,
      "rootused" : 1904498278.4,
      "swaptotal" : 7516188672,
      "swapused" : 198180864,
      "time" : 1554889560
   },
   {
      "cpu" : 0.0300262545025088,
      "iowait" : 0.00195912124167748,
      "loadavg" : 0.174333333333333,
      "maxcpu" : 8,
      "memtotal" : 16675135488,
      "memused" : 11806341529.6,
      "netin" : 148426.32,
      "netout" : 34353.7233333333,
      "roottotal" : 100924641280,
      "rootused" : 1904514252.8,
      "swaptotal" : 7516188672,
      "swapused" : 198180864,
      "time" : 1554889620
   }
but show got wrong time resolution (604800 != 60) :_(
 
ok .. today I've seen that date begins in 1970, searching that in forums found this and there explain that
remove proxmox rdd file in /var/lib/rrdcached/db/pve2-node make it works.

SOLVED.
 
  • Like
Reactions: soupdiver

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!