vthriller

Results 13 comments of vthriller

> And get more slow work with options as a result... It's not like there's millions of option reads per minute, so I don't expect that to have much of...

> We almost never rearrange options Nope. ``` $ egrep '^

(I'm going to change formatting string anyway, so feel free to take your time or dismiss this bug altogether.)

What version of FreeBSD are you using? Is it by any chance in a jail with userspace that doesn't match kernel version?

Well, I can't reproduce this problem in a jail. Again, what version of FreeBSD are you using?

Interesting. (The one I tried was `12.2-RELEASE r366954`.) Does `fstat` work for you? Or maybe `procstat -f $any_number_from_the_messages_you_encounter`?

Well, I'm out of ideas why `libprocstat` emits these messages when used from `progress`.

> I would prefer to dump all the other GUIs and just use GTK on all platforms [...] GTK is also not great outside of Linux AFAICT. What do you...

- [`@` modifier, `start()`, `end()`](https://prometheus.io/blog/2021/02/18/introducing-the-@-modifier/) (currently behind feature gate) - [negative `offset`](https://github.com/prometheus/prometheus/pull/8487) (currently behind feature gate) - [friendlier durations (`1h23m`), `ms` durations, `0` as valid duration](https://github.com/prometheus/prometheus/pull/7713) - [float literal syntax...

> Is this project production ready? Is it fully compatible with `prometheus' promql`? Not really. At the very least it needs more tests (especially re: whitespace handling) and lacks support...