Telegraf procstat (or other plugin) osx io metrics?

I’m looking to gather io metrics per processes similar to how procstat works on Linux.
I did give telegraf root rights, but I think because there is no /proc on OSX, we can’t see io stats.

Can someone confirm and suggestions on how to pull that information out?

Thanks!

Rich

There is support for some procstat metrics on OSX, though the support is not as good as Linux. We are using gopsutil for this functionality and it does depend on access to the ps and pgrep commands for some stats and the IO counters are not currently implemented.

Thanks for the quick response. Are you aware of another way to grab io data per process for OSX?