Skip to content

Tag: devops

Bash select multiple values in CSV column

I have the following CSV format: “/opt=920MB;4512;4917;0;4855″,”/=4244MB;5723;6041;0;6359″,”/tmp=408MB;998;1053;0;1109″,”/var=789MB;1673;1766;0;1859″,”/boot=53MB;656;692;0;729” I would like to extract 2 values from each column, the first and the last…

Track down high CPU load average

Trying to understand what’s going on with my server. It’s a 2 cpu server, so: While on load avergae, queue is showing ~8 : So You can assume, load is really high and things are pailing up, there is some load on the system and it’s not just a spike. However, Looking at top cpu consumers: Resu…