Module: ZTK

Defined in:
lib/ztk.rb,
lib/ztk/ui.rb,
lib/ztk/ssh.rb,
lib/ztk/pty.rb,
lib/ztk/dsl.rb,
lib/ztk/ansi.rb,
lib/ztk/base.rb,
lib/ztk/report.rb,
lib/ztk/config.rb,
lib/ztk/logger.rb,
lib/ztk/spinner.rb,
lib/ztk/version.rb,
lib/ztk/locator.rb,
lib/ztk/command.rb,
lib/ztk/ssh/file.rb,
lib/ztk/parallel.rb,
lib/ztk/profiler.rb,
lib/ztk/ssh/core.rb,
lib/ztk/ssh/exec.rb,
lib/ztk/template.rb,
lib/ztk/benchmark.rb,
lib/ztk/background.rb,
lib/ztk/ssh/upload.rb,
lib/ztk/ssh/console.rb,
lib/ztk/ssh/private.rb,
lib/ztk/report/list.rb,
lib/ztk/ssh/command.rb,
lib/ztk/ssh/download.rb,
lib/ztk/command/exec.rb,
lib/ztk/rescue_retry.rb,
lib/ztk/google_chart.rb,
lib/ztk/profiler/core.rb,
lib/ztk/ssh/bootstrap.rb,
lib/ztk/report/private.rb,
lib/ztk/profiler/timer.rb,
lib/ztk/command/upload.rb,
lib/ztk/command/private.rb,
lib/ztk/tcp_socket_check.rb,
lib/ztk/google_chart/bar.rb,
lib/ztk/google_chart/pie.rb,
lib/ztk/profiler/private.rb,
lib/ztk/command/download.rb,
lib/ztk/google_chart/base.rb,
lib/ztk/google_chart/line.rb,
lib/ztk/google_chart/combo.rb,
lib/ztk/report/spreadsheet.rb,
lib/ztk/google_chart/column.rb,
lib/ztk/google_chart/sankey.rb,
lib/ztk/google_chart/base/ticks.rb,
lib/ztk/google_chart/base/dates.rb,
lib/ztk/google_chart/annotation.rb,
lib/ztk/google_chart/candlestick.rb,
lib/ztk/google_chart/base/options.rb,
lib/ztk/google_chart/base/data_table.rb,
lib/ztk/profiler/timer/class_methods.rb,
lib/ztk/google_chart/base/array_to_data_table.rb

Overview

Main ZTK module

ZTK is a general purpose utility library. It definately has devops activities in mind. It provides several classes that ease SSH and SFTP, templating, and a myraid of other activities.

Author:

Defined Under Namespace

Modules: ANSI, Config, DSL, GoogleChart Classes: ANSIError, Background, BackgroundError, Base, BaseError, Benchmark, BenchmarkError, Command, CommandError, ConfigError, Error, Locator, LocatorError, Logger, PTY, PTYError, Parallel, ParallelError, Profiler, ProfilerError, Report, ReportError, RescueRetry, RescueRetryError, SSH, SSHError, Spinner, SpinnerError, TCPSocketCheck, TCPSocketCheckError, Template, TemplateError, UI, UIError

Constant Summary

VERSION =

ZTK Version String

"3.2.0"