pgbench
The following are scripts I use for pgbench. The scripts assume:
The following are scripts I use for pgbench. The scripts assume:
0) What you’ll end up with AWS confirms: 1) Create & attach a custom DB parameter group (required for pg_cron) In the AWS Console Parameters to set A) shared_preload_libraries AWS…
# Mount a disk in OCI The following command mounts a disk in Oracle Cloud Infrastructure (OCI): https://docs.oracle.com/en-us/iaas/Content/Block/Tasks/connectingtoavolume_topic-Connecting_to_iSCSIAttached_Volumes.htm ## Mounting commands via iscsiadm The following commands are found in the…
The following script is used to run sysbench on MySQL
Installing EPEL and the Code Ready Builder on Oracle Linux 8 / Oracle Linux 9 After working with Oracle Linux for a while, I had to install EPEL and the…
Find and read the file using Python The following python script reads mongod.conf file and returns some settings.
Verifying Linux Setting in Python The following Python script checks several Linux settings. Results of the check are written to the console. If the results are within the desired ranges…