Greg Hauptmann
2007-Jul-01 08:51 UTC
is there a Unix text-based browser I can use on my hosting providers box?
Hi, Is there a Unix text-based browser I can use on my hosting providers box? That is from my production site (Dreamhost) I could emulate a browser call to my application in text form? The main reason is I want to test initial response time from my application, but discount the network lag. I''m noticing that the first http hit to my application (if there has been a break in traffic to the RoR app) takes several seconds to come back (~10-20 seconds) but then subsequently seems ok. Tks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Fitzgibbon
2007-Jul-01 10:40 UTC
Re: is there a Unix text-based browser I can use on my hosti
I''ve used one called Lynx http://lynx.browser.org/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Shai Rosenfeld
2007-Jul-01 11:28 UTC
Re: is there a Unix text-based browser I can use on my hosti
w3m works good as well. (and it''s japan-made if it makes u feel more homey while working on the japan-made ruby) :) http://w3m.sourceforge.net/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Em Domingo 01 Julho 2007 07:40, David Fitzgibbon escreveu:> I''ve used one called Lynx > > http://lynx.browser.org/Links, Links2, Elinks. HTH, -- Davi Vidal davividal-UiHwsRqXctc1RhZgQKG/ig@public.gmane.org davividal-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org -- "Religion, ideology, resources, land, spite, love or "just because"... No matter how pathetic the reason, it''s enough to start a war. " -------------------------------------------------------- Por favor não faça top-posting, coloque a sua resposta abaixo desta linha. Please don''t do top-posting, put your reply below the following line. --------------------------------------------------------
Gregory Seidman
2007-Jul-01 13:12 UTC
Re: is there a Unix text-based browser I can use on my hosti
On Sun, Jul 01, 2007 at 01:28:28PM +0200, Shai Rosenfeld wrote:> w3m works good as well. (and it''s japan-made if it makes u feel more > homey while working on the japan-made ruby) :) > > http://w3m.sourceforge.net/I don''t know if this is built into w3m or if it''s an extension packaged up by a Debian developer, but on my Debian boxes I have the w3m-img package installed. As long as I am using an xterm (doesn''t work on Apple''s Terminal.app, don''t know about other terminal emulators), I can run w3m and it displays images within the xterm. I don''t know how it''s done, but it''s quite nice. --Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---