[bootlin/training-materials updates] master: debugging: slides: move common network tools before the labs (e9337d47)
Alexis Lothoré
alexis.lothore at bootlin.com
Wed Aug 14 13:18:24 CEST 2024
Repository : https://github.com/bootlin/training-materials
On branch : master
Link : https://github.com/bootlin/training-materials/commit/e9337d47d9e858e381c21a4faf267ffa7b51c774
>---------------------------------------------------------------
commit e9337d47d9e858e381c21a4faf267ffa7b51c774
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date: Wed Jul 17 11:38:22 2024 +0200
debugging: slides: move common network tools before the labs
It feels a bit weird to see all the common tools, perform the system
diagnostic labs, and then find this small, isolated network tools right
after, before completely changing topics.
Move the common network tools before the system status lab to make it more
integrated in this training part.
Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>
>---------------------------------------------------------------
e9337d47d9e858e381c21a4faf267ffa7b51c774
.../debugging-common-tools.tex | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/slides/debugging-common-tools/debugging-common-tools.tex b/slides/debugging-common-tools/debugging-common-tools.tex
index d4f546f1..c5f538a8 100644
--- a/slides/debugging-common-tools/debugging-common-tools.tex
+++ b/slides/debugging-common-tools/debugging-common-tools.tex
@@ -481,17 +481,6 @@ Current DISK READ: 20.61 K/s | Current DISK WRITE: 24.04 K/s
\end{block}
\end{frame}
-\setuplabframe
-{System Status}
-{
- Check what is running on a system and its load
- \begin{itemize}
- \item Observe processes and IOs
- \item Display memory mappings
- \item Monitor resources
- \end{itemize}
-}
-
\subsection{Networking observability tools}
\begin{frame}{ss}
@@ -626,3 +615,14 @@ tcp ESTAB 0 0 [2a02:...:dbdc]:38466 [2001:...:9]:i
\includegraphics[height=0.88\textheight]{slides/debugging-common-tools/wireshark.png}
\end{center}
\end{frame}
+
+\setuplabframe
+{System Status}
+{
+ Check what is running on a system and its load
+ \begin{itemize}
+ \item Observe processes and IOs
+ \item Display memory mappings
+ \item Monitor resources
+ \end{itemize}
+}
\ No newline at end of file
More information about the training-materials-updates
mailing list