Is there a time tracing web application?

Is there a time tracing web application?

I want to use it as a tool to monitor the performance of my program (I mean how many hours I spend on a project)

edit: I noticed once that there is one (like web twitter over time), but I forgot the name.

0


a source to share


4 answers


If your personal time tracking is what you want, check out Kimai .



+1


a source


On the other hand, if your question is about measuring the response time of your web application, there are other proxy recorders besides Firebug: SST Trace Plus and Fiddler come to mind. Fiddler is open source and you can write plugins for him.



If you are serious about measuring response time, you want to do it under very high loads, though, to find the breakpoints of your system / application. There are no good free tools, and most people use HP LoadRunner (for large functional tests) or Spirent Avalanche (for very high loads).

+1


a source


Do you mean a time tracking tool as a developer, or a tool for monitoring how quickly your program responds?

If you want to track your time, try base camp ( http://www.basecamphq.com/ )

If you want to track application performance, then @RichieHindle's suggestion (Firebug, answer now deleted) is a good one.

0


a source


http://www.rescuetime.com/

RescueTime Solo?

0


a source







All Articles