Skip to content

Commit

Permalink
added sysctl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Sep 26, 2014
1 parent 5254feb commit 24ffe65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/resources/diagnostics/collect-linux-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ set +e
/bin/cat /etc/redhat-release > redhat-release.txt 2>&1
/bin/cat /etc/lsb-release > lsb-release.txt 2>&1

# System kernel settings
/bin/cat /etc/sysctl.conf > sysctl.conf 2>&1

# Proc filesystem.
/bin/cat /proc/stat > proc_stat.txt 2>&1
/bin/cat /proc/cpuinfo > proc_cpuinfo.txt 2>&1
Expand Down

0 comments on commit 24ffe65

Please sign in to comment.