General Server/WorkStation Health Check Via Powershell

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PAL

    Performance Analysis of Logs (PAL) tool

  • In Windows pretty much you can get this data straight from the performance monitor (gui tool) or typeperf(command line) that will cover processes, memory, cpu, and performance in general. This will give you most if not all the stats that you get from various *top style tools amd others in *nix in general. I believe in powershell you can get these counters via get-counter and this article is a start for that. I would also I would suggest coming up with a "common ground" terminology to get the data between different operating systems so that from a data perspective you can compare apples to apples. You cam also look at the PAL project as this looks thrpugh a swt of performance logs for various workflows to see what counters matter.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts