Check out Steve’s Script Loop Timer PowerPack in PowerGUI’s extensions library. The pack basically takes your PowerShell script and runs it multiple times in a row, which can be handy when testing scripts or cmdlets to see if they tend to become slower over time.
However, the most interesting part is how he is producing the output as a nice graphical chart:
Turned out (just right-click his node, select Properties, and see the code) that Steve is using free Google charts simply opening an IE window, navigating to a URL, and passing the data points to be displayed.
Sounds like an alternative for those who do not have PowerGadgets installed. Now, if someone could take Steve’s code and create a bunch of general purpose out-* functions for everyone to use…
Tags: PowerGUI, PowerShell

Subscribe by email




0 Responses to “Google Gadgets”