Move sar stats to publishers
[releng/builder.git] / jjb / include-raw-deploy-archives.sh
index 134db192844c45222ce16871a9bdc863b980b8d8..4f1e6eb15a75679cf761cc5892b8b21bb39429d4 100644 (file)
@@ -102,6 +102,7 @@ touch "$ARCHIVES_DIR/_sys-info.txt"
     echo -e "nproc:\n $(nproc) \n"
     echo -e "lscpu:\n $(lscpu) \n"
     echo -e "ip addr:\n  $(/sbin/ip addr) \n"
+    echo -e "sar -r:\n  $(sar -r) \n"
 } 2>&1 | tee -a "$ARCHIVES_DIR/_sys-info.txt"
 
 # Magic string used to trim console logs at the appropriate level during wget