about summary refs log tree commit homepage
path: root/examples
DateCommit message (Collapse)
2020-01-06replace bogomips.org with yhbt.net
The expiration for bogomips.org is coming up and I'm not keen on paying or supporting extortionists. Not wanting to be beholden to ICANN or any powerful organizations, .onion sites are available to Tor users: http://raindrops.ou63pmih66umazou.onion/ http://ou63pmih66umazou.onion/raindrops.git/ http://ou63pmih66umazou.onion/raindrops-public/ (the demo is not yet available via .onion, yet, could be a bit)
2020-01-06fixes for newer rubies
Newer rubies have more warnings
2016-07-31examples: add yahns config, zbatery is abandoned
Since zbatery is abandoned, point users towards yahns instead since that is what I currently use.
2016-07-29use HTTPS and move homepage to https://bogomips.org/raindrops/
While raindrops.bogomips.org exists, having extra subjectAltName entries is bloating the certificate. This will make it easier to mirror the homepage on Tor hidden services.
2011-11-17examples/: updated to match current state of affairs
Consolidating multiple Rack apps into fewer Rack apps on bogomips.org, might as well be transparent about it.
2011-06-27fix Ruby warnings
Found in the check-warnings target in pkg.mk
2011-03-18zbatery.conf: disable user switching, add pid file
Zbatery sucks at user switching + USR2+QUIT reloads
2011-03-17watcher_demo: add more listeners to the mix
git is on 9418 and my cgit UNIX domain socket
2011-03-17linux-listener-stats: all means all (UNIX and TCP listeners)
No more splitting all TCP or all UNIX listeners
2011-03-17update examples for http://raindrops-demo.bogomips.org/
Whee!
2011-03-16update examples for Rack/Zbatery
2011-03-16add Watcher Rack application
It does streaming!
2011-03-15linux-listener-stats: use timerfd if available
It is more accurate than sleep and doesn't require calculating times
2011-03-14linux-listener-stats: allow -a for all TCP sockets
Sometimes we want more of them
2011-03-12allow reusing netlink socket for inet_diag
No need to waste resources on creating/destroying a socket.
2011-03-08linux-listener-stats: do not load aggregate for single snapshot
This is only useful when looped inside screen or something similar...
2011-03-08linux-listener-stats: add optional Aggregate gem support
USR1 dumps histograms, and USR2 resets the counters
2011-03-08linux-listener-stats: favor narrower display if possible
No need to make eyes drift :)
2011-03-01linux-listener-stats: add timestamps and thresholds
Matches my common usage patterns
2011-03-01linux-tcp-listener-stats: fix fractional second delays
Sometimes sleeping for one second between reads is too much...
2011-03-01linux-listener-stats: not just for TCP...
This can now be used to monitor UNIX domain socket queues, too.
2011-03-01linux-tcp-listener-stats: synchronize stdout/stderr
We want any pipe readers to see this immediately
2010-07-01examples/linux-tcp-listener-stats: warn on possibly invalid addresses
It is a likely mistake to specify a local address such as "127.0.0.1:#{port}" as an argument to linux-tcp-listener-stats when our listener is listening on all addresses ("0.0.0.0:#{port}"). So make an effort to detect this mistake as all of our known users on our mailing list seem to make it: http://mid.gmane.org/AANLkTinP5fBfcRa6Y3-MrMzDqjRRrgEOIunvn_h7q2WS@mail.gmail.com
2010-06-29examples/linux-tcp-listener-stats: fix usage string
2010-05-04examples: add sample standalone Rack application
2010-04-07initial