Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 993 Bytes

File metadata and controls

22 lines (14 loc) · 993 Bytes

Powershell Console Graph

Inputs datapoints and draws graph on the Powershell console

Features and Benefits

  • Color-coded output depending upon the Value of Datapoint
  • Custom X an Y-Axis labels
  • Graph in console is independent and fully customizable, not like Task Manager (Performance Tab)
  • Could be incorporated in Powershell scripts
  • Can consume datapoints generated during script run or Pre stored data like in a file or database.

For example, in following image function Show-Graph takes data points as input and plot them on a 2D graph

You can also customize the labels on X and Y-Axis

The function consumes data points, generated during script execution or Pre stored data like in a file or database.