Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 666threesixes666

Pages: [1]
1
Discuss Anything / slow server performance
« on: October 12, 2014, 02:20:50 AM »
you guys might want to get nginx / pound / stunnel (ssl/tls termination) + varnish (or squid reverse proxy) going, or straight up nginx + fpm + fpm caching going.  your page renderings are crawling.

ab -n 20 -c 20 https://satanninja.com/about/the-comic

Requests per second:    8.92 [#/sec] (mean)
Transfer rate:          103.58 [Kbytes/sec] received




this is nginx + fpm with out caching involved:

ab -n 20 -c 20 http://127.0.0.1/drupal/index.php

Document Path:          /drupal/index.php

Requests per second:    89.48 [#/sec] (mean)



apache dso is slow, you might want to ditch it, & become c10k compliant.  this is my experimental wiki with varnish + nginx + fpm.  (sorry i don't have varnish configured for drupal yet.  i'm still a drupal newb, and the drupal module only supports up to 3.x, ive got 4.x going on here.)  (other nginx note, it doesn't support .htaccess and drupal uses that all over the place.)

ab -n 20 -c 20 http://127.0.0.1:8080/wiki/index.php

Requests per second:    5275.65 [#/sec] (mean)

above polite test, below rude test (5000 concurrent hits at once)

ab -n 5000 -c 5000 http://127.0.0.1:8080/wiki/index.php

Requests per second:    8699.03 [#/sec] (mean)

2
Discuss Anything / satan raising hell in oklahoma
« on: September 10, 2014, 04:04:54 PM »
hmmm no embed?  http://custom.simplemachines.org/mods/index.php?mod=977


anyways heres the video, watch it now
http://youtu.be/8xfL6Ga3X88

3
Discuss Anything / spam email from satan ninja 198x
« on: May 10, 2014, 12:07:51 AM »
http://mxtoolbox.com/SuperTool.aspx?action=smtp%3asatanninja.com&run=toolpage

dns reverse record mismatch.  email servers are very painful to setup.  exim is good about not being too absurd to wrap your head around.  my technique to test email servers involves re-sending conformation emails to my self & looking @ /var/log/messages or /var/log/exim/faillog  id not touch the server configuration, and work on the dns records.

spf & dkim are good.

Received: from satanninja.com (satanninja.com. [129.121.189.45])
        by mx.google.com with ESMTPS id n6si1800970ige.22.2014.05.09.20.44.42
        for my@email.com
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Fri, 09 May 2014 20:44:43 -0700 (PDT)
Received-SPF: pass (google.com: domain of noreply@satanninja.com designates 129.121.189.45 as permitted sender) client-ip=129.121.189.45;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of noreply@satanninja.com designates 129.121.189.45 as permitted sender) smtp.mail=noreply@satanninja.com;
       dkim=pass header.i=@satanninja.com
Message-Id: <536da0ab.8614320a.7241.ffffb09fSMTPIN_ADDED_MISSING@mx.google.com>
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=satanninja.com; s=default;
   h=Content-Transfer-Encoding:Content-Type:Mime-Version:Date:From:To:Subject; bh=rJQ3i9eVMdtpT7kxegl+fRUnGowflV0f+pIZHsONv4A=;
   b=ynxSEdwvLeOZueF3B8XEJ4xSTmCgaky+OLGxwI7WS3LqLrZLAD5Y8FsyNBRmICQ7hteMQbGQByILj6HpScxYL9oNgu6/RX1nTFJl2V0m5NCOoUMcxA5TTh4anQl76mQsoJgmWa2a+7zOZ9lLuwz+fbDXyXb86BPPJVRVN+J23KI=;
Received: from satanninja.com ([129.121.189.45]:59368 helo=ssl://satanninja.com)
   by host.calebd.net with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
   (Exim 4.82)
   (envelope-from <noreply@satanninja.com>)
   id 1WiyDK-0000br-A9

4
Discuss Anything / Introductions
« on: April 20, 2014, 01:40:14 AM »
hi im paul, im a linux zombie.   8)

Pages: [1]