Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-20 | [observer] Remove system from memory graph | Dan Gudmundsson | |
It is confusing we have total and system is total - processes | |||
2012-03-16 | Merge branch 'rj/minor-doc-improvements' into maint | Gustav Simonsson | |
* rj/minor-doc-improvements: Remove dashes from error_logger doc Add start/0,1 and help/0 to etop's doc Remove/add extra/missing white spaces | |||
2012-02-28 | Add start/0,1 and help/0 to etop's doc | Ricardo Catalinas Jiménez | |
2012-02-21 | [observer] Windows double buffer fixes | Dan Gudmundsson | |
DC's and GC's is not double buffered by default on windows, and there is a separate erase event which causes awful flickering when constant updating a window. Hack around wx (to be able to use wxBufferPaintDC), to avoid flickering on windows. This works on windows because there (and only there) wxGC:create/1 also takes a memoryDC as argument. | |||
2012-02-21 | [observer] Add fallback drawing to raster api (wxDC) | Dan Gudmundsson | |
Sigh, seems that Suse-11 does not default deliver wxWidgets with wxGRAPHICS_CONTEXT enabled, add fallback to use wxDC again. | |||
2012-02-21 | [observer] Use wxGC for drawing | Dan Gudmundsson | |
2012-02-21 | [observer] Mac workaround | Dan Gudmundsson | |
2012-02-21 | [observer] Fix crash when loosing connections | Dan Gudmundsson | |
2012-02-21 | [observer] Move data collector to run_time tools | Dan Gudmundsson | |
2012-02-21 | [observer] Use new scheduler_wall_time measurment | Dan Gudmundsson | |
2012-02-21 | [observer] Add performance monitor | Dan Gudmundsson | |
2012-02-21 | [observer] Started with system monitor | Dan Gudmundsson | |
2012-02-08 | Suppress deprecated warnings in all modules that call 'gs' | Björn Gustavsson | |
2012-01-27 | [observer] Fixed refresh interval for table viewer | Matthew Evans | |
2012-01-24 | [observer] Improved term formatting in table viewer | Dan Gudmundsson | |
Format strings as string not integer lists | |||
2012-01-24 | [observer] Fixed regexp error handling | Peti Gömöri | |
2012-01-16 | [observer] Fix refresh dead process crash | Dan Gudmundsson | |
Reported by Pailleau Eric | |||
2012-01-16 | [observer] Fix bugs in edit table object | Dan Gudmundsson | |
Cancel button cause a crash, and editing an object without inserting a dot at the end caused a crash. Also improved error messages a bit. | |||
2012-01-16 | [observer] Fix index reporting bug | Dan Gudmundsson | |
Fix crash when more than one index was set on mnesia table, reported by Eric Pailleau. | |||
2011-12-09 | [observer] Add basic documentation | Dan Gudmundsson | |
2011-12-06 | [observer] Do not start polling tables until user view them | Dan Gudmundsson | |
2011-12-05 | [observer] Move rpc calls to runtime tools | Dan Gudmundsson | |
2011-12-02 | [observer] Added an application viewer | Dan Gudmundsson | |
2011-11-25 | [observer] Remove unused time from process view | Dan Gudmundsson | |
And fix broken makefile in previous commit. Also improved error message in table viewer | |||
2011-11-25 | [observer] Change process_info stack to be listctrl | Dan Gudmundsson | |
2011-11-25 | [observer] Fix listctrl colum size calculation | Dan Gudmundsson | |
2011-11-24 | [observer] Add more trace functionality | Dan Gudmundsson | |
Add logging output options, to file, shell or log-window. Add remove/change process options, trace patterns via right-click. Show traced nodes. Add possibility to add named processes, which will be traced on all nodes. Add menu to log window | |||
2011-11-23 | [observer] Use standard popup menu | Dan Gudmundsson | |
2011-11-18 | [observer] Implemented basic tracing functionality | Dan Gudmundsson | |
Use ttb which does most of the work already. | |||
2011-11-18 | [observer] Work around wxWidgets windows bug | Dan Gudmundsson | |
wxCheckListBox:setClientData crashes on windows | |||
2011-11-17 | [observer] Rework tracing part of the gui | Dan Gudmundsson | |
No tracing is implemented yet. | |||
2011-11-11 | [observer] Fix portability bugs | Dan Gudmundsson | |
Turn on generic listctrl implementation on Mac, the native doesn't work in wx-2.8. Fix listctrl colours on mac Turn on wxSystemMenu for miniFrame to get a close box on Windows. Direct observer help to a browser. Cleanups | |||
2011-11-10 | [observer] Improve process_info window | Dan Gudmundsson | |
Also refactor some (re)used code | |||
2011-11-10 | [observer] Misc cleanup and fixes | Dan Gudmundsson | |
Make sure that the menus work on MacOsX. Fix asserts on debug build on linux. Make sure epmd is started before distribution. Rewrote multi-selection code observer_pro_wx. | |||
2011-11-08 | [observer] Clean up code | Dan Gudmundsson | |
system tab, timer handling and "etop" code More info in system tab, same timer handling in all tabs. Remove dependency off etop process, do the roughly the same functionality on our own. | |||
2011-11-08 | [observer] Add a [d]ets viewer, tv replacement | Dan Gudmundsson | |
2011-11-08 | [observer] Started on a wx gui | Magnus Eriksson | |
2011-10-28 | Merge branch 'siri/observer/ttb-test-cleanup-slave-nodes/OTP-9644' | Siri Hansen | |
* siri/observer/ttb-test-cleanup-slave-nodes/OTP-9644: Adjust ttb_SUITE to work better on windows Cleanup after testcases in ttb_SUITE | |||
2011-10-27 | Close ip_to_file trace port in ttb:stop | Siri Hansen | |
This is a relay port opened from the IP trace client when tracing diskless nodes. The port was not closed properly in ttb:stop, which caused problems on windows since the file could not be moved to the upload directory before the file descriptor was closed. | |||
2011-10-27 | Cleanup after testcases in ttb_SUITE | Siri Hansen | |
Slave nodes were earlier stopped inside each test case. If a test case failed before this point, a slave node would survive and it might interfere with the next test case causing multiple failures. This commit moves the stopping of slave nodes out to a separate function for each test case - called during end_per_testcase. A minor correction is also done in ttb:ensure_no_overloaded_nodes - the reply message sent back from the ttb process is tagged so only the expected message will be picked from the message queue. Otherwise, for instance nodedown messages from the monitoring of slave nodes (by the test cases) could be received here. Finally, the sleep timer when waiting for trace messages to arrive over tcp/ip is extended a bit since test cases sometimes failed with missing trace messages here. | |||
2011-09-06 | Merge branch 'pd/ttb-cleanup' into major | Henrik Nord | |
OTP-9430 OTP-9403 OTP-9431 | |||
2011-08-30 | Print path to logs dir unless nofetch option specified. | Andrzej Telezynski | |
2011-08-30 | Removed unused option to send realtime trace to erlide. | Andrzej Telezynski | |
2011-08-30 | Stop option 'return' changed to 'return_fetch_dir' | Andrzej Telezynski | |
2011-08-30 | It is safe to change cwd on control node or remote nodes while tracing | Andrzej Telezynski | |
2011-08-30 | (BUGFIX) Error with ip tracing to wrap sets | Piotr Dorobisz | |
2011-08-30 | Include logfile name in fetch directory name | Piotr Dorobisz | |
2011-08-30 | dbg-type tracing | Piotr Dorobisz | |
2011-08-30 | Optional handler specification allowed in stop/1 - Allowed optional handler ↵ | Piotr Dorobisz | |
specification in trace/2 |