summaryrefslogtreecommitdiff
path: root/server/profiler.py
AgeCommit message (Expand)AuthorFilesLines
2009-12-29Reworked the server side profiling support to use barrier to synchronize mbligh1-206/+11
2009-09-25In server-side profiler_proxy, index installed hosts by hostname rather than ...showard1-19/+25
2009-08-24Sadly, put back the "disable packaging-only installs" used by thembligh1-1/+1
2009-07-28Fix the server profiler calculation that determines what hosts alreadymbligh1-1/+15
2009-06-29Modify the crash collection to collect server profiler data into thejadmanski1-2/+8
2009-06-15change client-side logging to split files by severity and move them to the de...showard1-1/+1
2009-06-08The collect failure logs code may fail if the profiler fails verymbligh1-2/+5
2009-06-08Add in some try-except handling to the server profiler launcher so thatmbligh1-6/+39
2009-05-21Change the server-side profilers to use their own host objects, insteadjadmanski1-8/+16
2009-05-18Encode args as args, not dargs as args.jadmanski1-1/+1
2009-05-06Fix up a possible race in the profiler startup; have the serverjadmanski1-0/+2
2009-02-27When profilers are turned on from the server side and a client-sidejadmanski1-1/+1
2009-02-18Add in more crashinfo collection code so that that when a machinejadmanski1-2/+8
2008-12-16The server side profilers need to track the directory they werejadmanski1-18/+14
2008-12-02If you reboot during a server-side test while using a profiler, wejadmanski1-0/+13
2008-12-01Extend the server-side profiler code to handle reboots as well. Sadly,jadmanski1-16/+67
2008-11-27Adds support for using client-side profilers from the server side.mbligh1-11/+56
2008-11-19This depends on Martin's "run autoserv without a results dir" patchjadmanski1-0/+84