Results 114 comments of Patrick Hemmer

The only reason given in that link is "This complicates many otherwise useful time calculations", implying that the only issue is that it makes things harder on the user. There...

I created a similar issue a few weeks ago (didn't notice this issue at the time): #4310. Ignore the title, that's what it was changed to. The issue was about...

This is done, no? ![image](https://cloud.githubusercontent.com/assets/1826947/15340818/7dfaf76e-1c59-11e6-96b9-6d337e49355a.png)

> @phemmer please tick the"no AI" box if you didn't use AI! ;-) I can't say that I didn't. I don't know that I did for sure, but it's very...

Ok, I think I see what's going on. It's an issue with TLS connections. https://github.com/influxdata/telegraf/blob/df78bc23f003d9f2aebc76c3275d90db334cb625/plugins/common/socket/stream.go#L125-L127 This code is translating `conn` to its underlying TCP connection. Which is then stored: https://github.com/influxdata/telegraf/blob/df78bc23f003d9f2aebc76c3275d90db334cb625/plugins/common/socket/stream.go#L137...

I haven't had much time the last few days. But end of this week, or maybe next I very likely will.

Have a few issues from a quick test I just did. My test involved specifying a single PID of an openvpn client. A subset of the output is below which...

> I'm reading `/proc//net/unix` for the connections and then compared to `netstat -alpen --unix | grep ` and it looks like both match. How did you get your output? Do...

Seems to work fine. I've only done some light testing, but it appears to work and the functionality seems reasonable. Sockets without a name show up as `name=""`, but omitting...

A few additional thoughts on this subject. These are largely potential features for haproxy, however implementing them would be blocked by support in the peers protocol. ### Different periods for...