Sergei Mamonov

Results 2 issues of Sergei Mamonov

Now we can set custom process accounting directory via env variable ATOPACCTDIR instead of ACCTDIR constant. atop.acct file can be really huge if we have many processes per server. As...

Hello! As example without writer ``` package main import ( "github.com/gosuri/uilive" ) func main() { writer := uilive.New() // start listening for updates and render //writer.Start() writer.Stop() // flush and...