Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
...The generated TK front ends will then fire potentially any command line program.
The buttons and click boxes don't fire the commandline programs directly they generate command line commands which appear in the CommanC box at the top.
The red area at the top of the form runs the generated command line script
The grey area in the middle generates the command line scripts its self
And the box at the bottom of the form returns any readout from the command line while the script is executi
...The bar at the top of the form allows you to convert files from Dos to Unix if need be and check which format they are in.
The difference between Unix and Dos ascii format is the line endings. DOS uses carriage return and line feed ("\r\n") as a line ending, which Unix uses just line feed ("\n"). In VBA these are Chr(13) <- return and Chr(10) < line feed