Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-08-30 | Flush file trace port buffers with given frequency | Piotr Dorobisz | |
2011-08-30 | Autoresume tracing | Piotr Dorobisz | |
2011-08-30 | showing trace messages on the console in real time | Piotr Dorobisz | |
2011-08-30 | BUGFIX Occasional deadlock on ttb:stop | Piotr Dorobisz | |
2011-08-30 | Overload protection | Piotr Dorobisz | |
2011-08-30 | BUGFIX Fetch fails when nodes on the same host have different cwd | Piotr Dorobisz | |
2011-08-30 | et handled in a generic way | Piotr Dorobisz | |
2011-08-30 | Optional handler specification allowed in stop/1 | Piotr Dorobisz | |
2011-08-30 | Use shared handler state for all clients | Piotr Dorobisz | |
2011-08-30 | Always use timestamp, optional sorting | Piotr Dorobisz | |
2011-08-30 | Time-constrained tracing | Piotr Dorobisz | |
2011-08-30 | BUGFIX Fetch fails when nodes on the same host have different cwd | Piotr Dorobisz | |
2011-08-30 | One-command trace setup | Piotr Dorobisz | |
2011-08-30 | Allow to specify fetch directory | Piotr Dorobisz | |
2011-08-30 | Allow single option when list is required | Piotr Dorobisz | |
2011-08-30 | Match specification shortcuts | Piotr Dorobisz | |
2011-08-30 | fetch is default when stopping | Piotr Dorobisz | |
2011-08-30 | ttb:stop([return]) should imply fetching the data | Piotr Dorobisz | |
2011-08-30 | BUGFIX stop([fetch]) crashes when the option {file,{local,F}} has been given | Piotr Dorobisz | |
2011-08-01 | Do not install *.bat files on non-win32 machines | Hans Ulrich Niedermann | |
Signed-off-by: Peter Lemenkov <[email protected]> Signed-off-by: Hans Ulrich Niedermann <[email protected]> | |||
2011-03-03 | Bugfix: Never deliver empty chunk to inets | Siri Hansen | |
2011-02-28 | Fix file descriptor leak in crashdump_viewer:chunk_page | Siri Hansen | |
Also, remove compiler warnings for crashdump_viewer_SUITE and fix Makefile in test directory so Emakefile does not grow. | |||
2011-02-28 | Minor bugfix related to improved performance of crashdump_viewer | Siri Hansen | |
2011-02-28 | Add shell script and .bat file to start crashdump_viewer | Siri Hansen | |
Since browsers no longer can provide the full path of a file selected with a file-type input field (browse button), the input field for loading a crashdump is now changed to a plain text input field. Since this reduces the user-friendlyness, a shell script (and a .bat file) has instead been added so the crashdump_viewer can be started directly from the command line - and thus normal tab completion can be used for selecting the crashdump file. Usage: cdv file [ browser ] | |||
2011-02-28 | Fix slow parsing of crashdumps | Siri Hansen | |
This is a first attempt at fixing the problem described in seq11783 - crashdump_viewer is very slow at parsing big crashdumps. To open the first page for a dump of 17M takes about 2 minutes and a dump of 280M takes 1.5-2 hours. The main problmem is that the cdv_dump_index_table, which holds all tags read from the dump, is a bag. Profiling shows that ~95% of the time is spent in ets:insert. The table is now changed to an ordered_set. A second problem occured when a page with many table rows was opened. These pages were sent to inet in one chunk, causing both crashdump_viewer_server and the inets (mod_esi) process to grow very much in memory usage. To overcome this, the pages are now sent to inets in chunks of 1000 rows, and the data is coverted to binaries to avoid data copying between the two processes. Also, some new information in the crashdump was not recognized by the crashdump_viewer. This has been fixed. | |||
2010-09-17 | Fix installation of example file in lib/observer | Peter Lemenkov | |
Files (actually one file - multitrace.erl), marked as EXAMPLE_FILES are installed into $(RELSYSDIR)/src which is inconsistent with installation procedure for other example file in other modules. This file should be installed into $(RELSYSDIR)/examples directory. Signed-off-by: Peter Lemenkov <[email protected]> | |||
2009-12-09 | OTP-8304 Incompatible changes in the experimental NIF feature. Changed the | Sverker Eriksson | |
NIF function prototypes in order to allow more than 3 function arguments. Also an incompatible change in the return value of erlang:load_nif/2. Added support for references, floats and term comparison in NIFs. Read more in the documentation of erl_nif and erlang:load_nif/2. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |