What's on your clipboard right now?
mySQL query error: INSERT INTO ibf_search_results (id,search_date,topic_id,topic_max,sort_key,sort_o rder,member_id,ip_address,post_id,post_max) VALUES ('8ba951e1bb0b7889993471d94161101e','1116863386',' 216704,154705,273398,277173,279778','5','last_post ','desc','10781','24.17.203.85','5200295,5210810,3 975414,3975451,3976368,3976747,3976754,3977340,397 7664,3977680,3979184,3980176,3980334,3980412,39808 82,3980978,3981102,3982566,3983876,3984939,3984952 ,3985570,3986570,3987937,3988372,3988807,3992238,3 992444,3992553,3993617,3993762,3994127,3994268,399 4355,3995108,3995577,3995588,3997398,3997439,39989 67,4000380,4001046,4001070,4001129,4001303,4001467 ,4002141,4002279,4002402,4005558,4006312,4008171,4 009945,4010440,4010460,4010963,4011664,4013252,401 3587,4014768,4015400,4015506,4015514,4015521,40155 25,4015530,4015538,4015754,4016142,4016182,4016861 ,4016892,4016929,4021545,4021774,4021780,4023239,4 024504,4028686,4028808,4029267,4029316,4030300,403 0490,4030507,4033839,4034074,4036184,4037218,40386 33,4038697,4039713,4039823,4041670,4042372,4042759 ,4042850,4043038,4043226,4043654','100')
mySQL error: Lost connection to MySQL server during query
mySQL error code: 2013
Date: Monday 23rd of May 2005 08:49:46 AM
^^^^^^^^^^^^ results of my search^^^
thought J would like seein all dem #'s
underneath it read> sorry for any inconvenience
mySQL error: Lost connection to MySQL server during query
mySQL error code: 2013
Date: Monday 23rd of May 2005 08:49:46 AM
^^^^^^^^^^^^ results of my search^^^
thought J would like seein all dem #'s
underneath it read> sorry for any inconvenience
#!/bin/bash
cd /var/adm/sa
for day in $(ls); do
date=`sar -f $day | head -2 | tail -1 | awk '{print $6}'`
sar -f $day | grep "^[0-9][0-9]:[0-9][0-9]:[0-9][0-9] " | awk "{print \"$date \"\$0}" >> ~/cpu_${HOSTNAME}.txt
done
cd /var/adm/sa
for day in $(ls); do
date=`sar -f $day | head -2 | tail -1 | awk '{print $6}'`
sar -f $day | grep "^[0-9][0-9]:[0-9][0-9]:[0-9][0-9] " | awk "{print \"$date \"\$0}" >> ~/cpu_${HOSTNAME}.txt
done









