Remove 2003 Remove Monitoring Remove Testing Remove Virtualization
article thumbnail

Site reliability engineering: 5 things you need to know

Dynatrace

The term “site reliability engineering” was coined in 2003 by Google VP of Engineering Ben Sloss , who famously noted on his LinkedIn profile that “if Google ever stops working, it’s my fault.” This can be anything from adjusting monitoring and alerting to making code changes in production.

article thumbnail

HammerDB v4.7 New Features Pt 2: Example CLI Scripts

HammerDB

scripts/tcl/maria/tprocc/maria_tprocc_buildschema.tcl echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-" echo "RUN HAMMERDB TEST" echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-"./hammerdbcli If HammerDB is running on a separate system from the database under test then you should modify this value accordingly.

C++ 83
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Site reliability engineering: 5 things to you need to know

Dynatrace

The term “site reliability engineering” was coined in 2003 by Google VP of Engineering Ben Sloss , who famously noted on his LinkedIn profile that “if Google ever stops working, it’s my fault.” This can be anything from adjusting monitoring and alerting to making code changes in production.

article thumbnail

HammerDB v4.6 New Features Pt2: Jobs Interface

HammerDB

In particular, after a running a test it would be ideal to have a repository where we could verify the configuration of the workload that was run, the results and any timing or transaction count data generated to bring all the log output into a central location. . <commandline> This happens for both a schema build and running a test.

article thumbnail

HammerDB v4.6 New Features Pt1: Python CLI Interface

HammerDB

Copyright (C) 2003-2022 Steve Shaw. Copyright (C) 2003-2022 Steve Shaw. print(z," VU TEST") . print("TEST SEQUENCE COMPLETE"). Vuser 1:Timing test period of 1 in minutes Vuser 2:RUNNING Vuser 2:Initializing xtprof time profiler Vuser 2:Processing 10000000 transactions with output suppressed. >hammerdbcli py.

article thumbnail

HammerDB v4.1 New Features Pt3: Step Workloads

HammerDB

HammerDB Variable or Step Workloads are an advanced testing feature that enables you to automatically vary the load on the database over a period of time. When taking this approach you would not focus on the test result but instead monitor the databases ability to cope with the variation in demand and transaction response times.

article thumbnail

HammerDB v4.2 New Features Pt1: MariaDB Build and Test Example with the CLI

HammerDB

Also, the additional installation of the MySQL client libraries was needed when testing MariaDB. adds full support for MariaDB in both the GUI as shown: And in the CLI as a separate database from MySQL, this post describes a setup and test for MariaDB using the CLI on Linux as an example running the TPROC-C workload. HammerDB v4.2

Testing 57