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

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.

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

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
article thumbnail

How to deploy HammerDB CLI fast with Docker

HammerDB

The TPC publishes an official Docker image on Docker Hub to enable the rapid deployment and testing of databases with HammerDB. This image includes example scripts to build schemas and test your databases with a single command. Our Linux test system is running a MariaDB 10.10 Our Linux test system is running a MariaDB 10.10

C++ 62
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.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.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