Month: September 2005

GrabPERF: Search Index Weekly Results (Aug 29-Sep 4, 2005)

The weekly GrabPERF Search Index Results are in. Sorry for the delay.
Week of August 29, 2005 – September 4, 2005

TEST                     RESULT  SUCCESS  ATTEMPTS
--------------------  ---------  -------  --------
PubSub - Search       0.4132426    99.95      5561
Google - Search       0.5546451   100.00      5570
MSN - Search          0.7807107    99.87      5572
Yahoo - Search        0.7996602    99.98      5571
eBay - Search         0.9371296   100.00      5571
Feedster - Search     1.1738754    99.96      5569
Newsgator - Search    1.2168921    99.96      5569
BlogLines - Search    1.2857559    99.71      5571
BestBuy.com - Search  1.4136253    99.98      5572
Blogdigger - Search   1.8896126    99.74      5462
BENCHMARK RESULTS     1.9096960    99.79     75419
Amazon - Search       1.9795655    99.84      3123
Technorati - Search   2.7727073    99.60      5566
IceRocket - Search    5.0256308    99.43      5571
Blogpulse - Search    6.5206247    98.98      5571

These results are based on data gathered from three remote measurement locations in North America. Each location takes a measurement approximately once every five minutes.

The measurements are for the base HTML document only. No images or referenced files are included.

GrabPERF: Graphing Performance

One of the issues with not being a coder is that development tends to be kludegy. Add in SQL queries and the mess gets worse.
I have made some mods to the Index graphs (daily and hourly) that should only penalize the first person in one of my persistent database connections. After that, the queries are cached.
And while sitting here, I just realized I could improve the speed of this process even more.
I. Am. An. Idiot.
I will fix it….later.

GrabPERF Server updated to PHP 5.1 RC1

I was having issues upgrading the site to PHP 5.1, mainly because it broke a number of the GrabPERF graphs.
Then I read the PHP docs. Turns out that there have been some internal changes to the strtotime() function. I had been using strtotime(date(Ymd H), time()) in the broken graphs; this now returns FALSE, not a numeric value.
A simple switch to strtotime(date(YmdH0000), time()) resolved the problem entirely.
If you see any weirdness, let me know!

Rove and Bush: Staging Photo-Ops, Disposing With Lives

This is enough. Do something.
Read this. Then come back to this forum and tell me how you can support this man.
He and his cronies claim to support the little people. So far, the poor and desperate have suffered the indignity of having their humanity stripped from them by their own government.
Yesterday, we saw a car from Louisiana pass us on the 495. Samantha and I both thought poor buggers. Yet now, I realize that they were driving a very expensive minivan. They weren’t suffering. And they were likely staying in hotels.
The United States should be ashamed of their President, their government, and what they have down to their own people.
What will you do to bring humanity back to the United States.

Dear Karl Rove: Shut Up, and Go To Kansas

<RANT>
George Bush is lame, and a lame duck.
He is a stooge, only in place to ensure that the right-wing packs the Supreme Court for a generation (Think Pelican Brief).
Now, after playing politics with 9/11, Karl Rove is playing politics with Katrina.
WHY?
What does playing politics mean? How many lives does it save?
FEMA failed. DHS failed. Santorum wants to gut NOAA so it can fail during the next crisis.
Karl Rove committed treason. George Bush committed stupidity. Brown and Chertoff were shown to be useless in the face of a disaster.

SHUT UP
.
Unless you are going to New Orleans to DO something, stay home. Stay off the TV. Stay out of the media.
The White House has NOTHING to add to the conversation. It has added nothing to the effort to save these people.
The president of the oil companies and conservative religious fanatics failed the United States. And Karl Rove is trying to make the chimp look good.
Karl, you have failed. You are the most reviled man in America. I think that Karl Rove should be made to clean the Superdome. By hand. Alone.
</RANT>

Tags: Bye-Bye, and write when you find work

I am basically a lazy sod.
However, I have been dutifully tagging my posts, but being less and less enamoured of the process. For me, it is a manual process, involving visits to Technorati and copy and paste.
People would say, well, just write a widget to do it for you.
No.
It’s over. And Darren Barefoot finally pushed me over the edge. [here]
The search tools have to get smarter. It’s not 2004 anymore. The obsolesence cycle is getting shorter. The search tools should be able to classify the data without a nudge in the right direction.
Just goes to show that two malcontents from Canada who survived Tourism Victoria can start something.
My final tags.


Technorati: purple, monkey, dishwasher
IceRocket: purple, monkey, dishwasher
Google: purple monkey dishwasher

Web Performance: Dear American Red Cross, You have a problem

American Red Cross:

I know you have other things on your plate right now, but you seem to have a DNS problem.

redcross.org.           86400   IN      NS      arcdns3.redcross.org.
redcross.org.           86400   IN      NS      arcdns2.redcross.org.
redcross.org.           86400   IN      NS      arcdns1.redcross.org.
;; Received 172 bytes from 204.74.112.1#53(TLD1.ULTRADNS.NET) in 46 ms


redcross.org.           3600    IN      A       162.6.217.197
redcross.org.           3600    IN      NS      arcdns2.redcross.org.
redcross.org.           3600    IN      NS      arcdns1.redcross.org.
;; Received 122 bytes from 162.6.217.142#53(arcdns2.redcross.org) in 33 ms

The name server arcdns3.redcross.org (162.6.90.141) either doesn’t exist, or is broken. Unfortunately, the Top-Level DNS servers still have it on file.

The site is working great [here]. Except for the DNS issues.
Keep up the good work.

Weblogs.com Not Using HTTP Compression

Ummm, this one floored me. If Weblogs.com wants to reduce their traffic, turn on mod_deflate in Apache 2.0.

HTTP/1.1 200 OK
Date: Fri, 02 Sep 2005 14:13:10 GMT
Server: Apache/2.0.46 (Red Hat)
Last-Modified: Fri, 02 Sep 2005 14:09:54 GMT
ETag: "ac0b3-3559d-840c3080"
Accept-Ranges: bytes
Content-Length: 218525
Connection: close
Content-Type: text/html; charset=UTF-8

I know it won’t solve everything, but it’s a start.

Copyright © 2024 Performance Zen

Theme by Anders NorenUp ↑