query

  1. I

    failed to query local AF_VSOCK CID

    Hi i have since last proxmox update in one vm following error: what is it, it dont comes before. i have solve as workarround it with nano /etc/default/grub systemd.ssh_auto=no update-grub reboot any ideas?
  2. P

    Inquiry on querying network traffic

    Hi! I've been collecting proxmox data to create visualizations and just wondering what the difference is between non_negative_derivative(mean("netout"), 10s) and mean("netout") is when querying the data such as this: SELECT non_negative_derivative(mean("netout"), 10s) FROM "system" and is...
  3. S

    Created a BASH script to convert json to csv

    I have created a bash script that will strip the special characters from the .json file and organize via comma delimited CSV file. Original JSON file provided by the pvesh get <resource> --output-format json You will have duplicate headers but it's still useful for SQL import commands. Read...