go to post Carlos Sepulveda · Oct 25, 2017 Hi,Either ZSTUhttp://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...or ZMIRROR if you're in a mirror configurationhttp://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... Cheers
go to post Carlos Sepulveda · Aug 4, 2017 Hi,Remember that journaling can not be disabled in mirrored environments. If you are working on a mirrored environment you need to look at purge strategies. Kind regards
go to post Carlos Sepulveda · Apr 12, 2017 Hi, Great tool, just for nostalgic ones, just by replacing os.makedirs('./' + FILEPREFIX + 'charts', exist_ok=True) to if (not os.path.exists('./' + FILEPREFIX + 'charts/vmstat')): os.makedirs('./' + FILEPREFIX + 'charts/vmstat') And the code will work with Python 2 (Tested in my Fedora 25 box with Python 2.7). Cheers