
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,104 Views
Welcome to the Red Hat Performance Tuning: Linux in Physical, Virtual, and Cloud group!
We are excited to launch a space dedicated to the Red Hat Training course Red Hat Performance Tuning: Linux in Physical, Virtual, and Cloud!
To gain the most value from this group - click the "Join Group" button in the upper right hand corner of the group home page.
We encourage group members to collaborate in this group to discuss topics, ask questions, share best practices and tips, provide course feedback, and share their accomplishments as it relates to RH442.
Read more about Red Hat Performance Tuning: Linux in Physical, Virtual, and Cloud here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,195 Views
RH442 is rightly called the elephant in the room by most of the learners.
It teaches senior Linux system administrators the methodology of performance tuning. This course discusses system architecture with an emphasis on understanding its implications on system performance, performance adjustments, open source benchmarking utilities, networking performance, and tuning configurations for specific server use cases and workloads.
To join the group, click on the below link and then click on "Join Group" button :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 194 Views
Trying the community chat feature here.
I just failed task #3 in Lab Selecting Performance Monitoring Tools, as I did not `cp /usr/lib/systemd/system/sysstat-collect.timer \
/etc/systemd/system/sysstat-collect.timer`. I chose to create an overwrite file in `/etc/systemd/system/sysstat-collect.timer.d/timer.conf` with the following content instead:
~~~
[Timer]
OnCalendar=*:00/01
~~~
Did I fail only because of the grading script not recognizing overwrite files? How would this be in the EXAM?