Hi,

I am trying to get DiskIO -

Using Psutil pkg 

https://godoc.org/github.com/shirou/gopsutil/disk#IOCounters

IOCounters()


IN Linux able to get But Not IN MAC OS X



In Python Using Sigar Pkg 

            sobj = sigar.open()
            tcp_stats = sobj.tcp()

             tcp_stats.active_opens()
           tcp_stats.passive_opens()
             tcp_stats.attempt_fails()
            tcp_stats.estab_resets()
           tcp_stats.curr_estab()

How can i get above value using Golang 


Thanks & Regrads

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to