From the course: Linux Performance Tuning
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Solution: Finding memory bottlenecks - Linux Tutorial
From the course: Linux Performance Tuning
Solution: Finding memory bottlenecks
- [Instructor] Okay, solutions to the challenges. First of all, on the slide, I'll give you some hints after we go through the slide here. You can pause it and try some more if you didn't finish, or you can keep listening and I'll show you how I actually solve the challenges. So for the first question, what we want to do is use the size of your L2 cache. So the tricky thing there might be to find the size of your L2 cache. Well the key is the command lscpu. Maybe you had to install it on your system, you didn't have it, and then just look for the line that says L2 cache, and then use that when you run our cpucache program. For the second question, it's how to use this perf command. So you'd run it twice "perf stat -d -d" and our cpucache giving it the size there, maybe that's your L2 size, or the 4 meg is what we're talking about, and you run it once with the zero, once with the one, (mumbles) skip it around or not, and…
Contents
-
-
-
-
-
(Locked)
What is a memory leak?6m 53s
-
(Locked)
/proc/meminfo, free, and swap space4m 34s
-
(Locked)
top and htop for memory usage2m 45s
-
(Locked)
CPU caches and page caches6m 27s
-
(Locked)
Examples of filesystem caching6m 15s
-
(Locked)
Page sizes and page faults11m 17s
-
(Locked)
BPF and Memory bottlenecks and leaks4m 42s
-
(Locked)
Challenge: Finding memory bottlenecks2m 16s
-
(Locked)
Solution: Finding memory bottlenecks6m 52s
-
(Locked)
-
-