Search Results

Search: Posts Made By: erick_tuk
9,335
Posted By agama
You're not finding any smoking guns because there...
You're not finding any smoking guns because there are none. A load average of 7.x on a machine with 8 or less cores would be high, and you'd probably see a different picture painted by top in terms...
9,335
Posted By agama
I'm guessing that the alarm threshold coded in...
I'm guessing that the alarm threshold coded in Nagios is set to alarm on a value without regard to number of cores. I'd have a look at the scripts and make adjustments such that the number of cores...
1,234
Posted By rdcwayx
awk 'BEGIN{FS="\n";RS=""} $(NF-1)~/^[0-9]+$/ &&...
awk 'BEGIN{FS="\n";RS=""} $(NF-1)~/^[0-9]+$/ && $(NF-1) >1000 {print > ++i ".new.text" }' File1

md5sum *.new.txt

if the number "4665" is unique, you can generate the file name with the unique...
3,439
Posted By sk1418
i think shell should be false, if the command...
i think shell should be false, if the command ("binary") is in the 1st element of the list. I have ever used a self-written C program as command, it worked. But if you want to run the command in a...
5,236
Posted By Scrutinizer
This perhaps? ls -larht | awk '{print $4}' |...
This perhaps?
ls -larht | awk '{print $4}' | uniq | sed 's/ */|/g' | xargs -I{} grep -E {} *
46,887
Posted By Neo
Hi Eric, Actually, it really does not matter...
Hi Eric,

Actually, it really does not matter much, frankly speaking. I've experimented with dropping caches in Linux so many times on our production web server (LAMP).

Linux does such a...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 07:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy