Skip to content
Snippets Groups Projects
Commit 245b7b0f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Report available entropy"

parents a4919e18 e23e47dd
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,9 @@ copy_logs() {
# final memory usage and process list
ps -eo user,pid,ppid,lwp,%cpu,%mem,size,rss,cmd > ${LOG_DIR}/system_logs/ps.txt
# available entropy
cat /proc/sys/kernel/random/entropy_avail > ${LOG_DIR}/system_logs/entropy_avail.txt
# docker related information
(docker info && docker images && docker ps -a) > ${LOG_DIR}/system_logs/docker-info.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment