Clayton Dukes
Clayton Dukes
Be aware that ctrl-c would only make a difference if it's running in the terminal - for users using systemd, a service restart would still take effect. So might be...
@cryptoeax - it's worth noting that not everyone will want to run docker, so there is still a good reason to keep this script :)
> This appears to duplicate the oldest open issue. #293 It doesn't seem to be the same. I am looking for 95th percentile Mbps (used in datacenter bandwidth usage billing)...
Hmm, I *think* this is it, but not sure. Do you have a way to verify? ``` SELECT non_negative_derivative(percentile("rx_bytes", 95), 1s)*8 + non_negative_derivative(percentile("tx_bytes", 95), 1s) *8 FROM "usg_wan_ports" WHERE ("device_name"...
I figured it out and put the solution in #293 Here's the full dashboard with both 95th percentile as well as additional panels converted to Mbps: ``` { "annotations": {...
I've tried to create a panel for 95th percentile (used in bandwidth billing from providers) and have come up with this: ``` SELECT non_negative_derivative(percentile("rx_bytes", 95), 1s)*8 + non_negative_derivative(percentile("tx_bytes", 95), 1s)...
  I figured it out, here's a panel for 95th percentile over the last 30 days: Single Stat: ``` { "id": 65, "gridPos": { "h": 7, "w": 7, "x":...
I am getting this same error: ``` (kdiskmark:29210): GLib-GObject-CRITICAL **: 21:35:40.748: g_object_unref: assertion 'G_IS_OBJECT (object)' failed kf.auth: Tried to start an invalid action: "org.jonmagon.kdiskmark.dropcache ``` In my case, I am...
> Just create the File by yourself and only put curly brackets into it. The File should look like this: > > {} Yes, I know. Which is why I...
> Have you tried to print the file while auto-gpt is running? well sheesh. It didn't occur to me to do that! I would have thought it wouldn't wide the...