Displaying 3 results from an estimated 3 matches for "igmus".
Did you mean:
ibmus
2002 Oct 23
4
XP clients & inexplicable pauses
...Something is hanging, locking, sleeping.
Appreciate any advice. Hope it's a simple fix. If not, I'd appreciate
advice on where in the code I might start instrumenting/debugging.
thanks,
-jeremy
_____________________________________________________________________
jeremy wohl ..: http://igmus.org
2006 May 05
0
summarize: A log analysis script
...03932 25 r/s | 200 https://a.b.com/some/uri
123.23.23.123 2006-05-05 11:00:05 | r 0.00734 72% | db 0.00109 10% | 0.01011 98 r/s | 200 https://a.b.com/some/uri
(see attached summarize script)
-jeremy
_____________________________________________________________________
jeremy wohl ..: http://igmus.org
-------------- next part --------------
#!/usr/bin/ruby
#
# summarize -- generate performance one-liners from Rails log input (:info or :debug)
#
#
# urls keep proto://host bit?
FULL_URL = false
STDIN.read.split(/^\s*$/).each do |s|
next if s !~ /^Processing.+Completed/m
ip, time = s.ma...
2006 Mar 28
2
File versioning with Samba (on a Linux filesystem)?
Apologies if this question is answered somewhere obvious. I just spent a
couple of hours surfing around trying to find an answer.
I'd like to provide windows clients with access to files via samba and have
samba (or other) do file versioning. In the case that a user happens to
delete a file or we want to return to an earlier version, that should be
possible.
Is there a standard solution for