Graphite-PowerShell-Functions icon indicating copy to clipboard operation
Graphite-PowerShell-Functions copied to clipboard

Single threaded?

Open Drefsab opened this issue 9 years ago • 3 comments

Hi there im wanting to monitor metrics from a fairly busy web app hosted on an IIS box. I came across this which is great but the script takes about 120 seconds on a big box (16 cpu 64gb ram etc) to push all the metrics I want to graphite. Im assuming this is because its processing them in single threaded fashion. Is there a way to make this multi-threaded at all?

Drefsab avatar Apr 15 '15 15:04 Drefsab

Yeah, currently its single threaded - I agree it would be better if it sent all the metrics at once rather than one at a time.

MattHodge avatar Apr 15 '15 21:04 MattHodge

I may have a solution to this... PowerShell Jobs may help out..

MattHodge avatar May 31 '15 01:05 MattHodge

Do you have any update on this as I am also hitting a wall when processing a lot of metrics

wabit avatar Oct 07 '15 10:10 wabit