summaryrefslogtreecommitdiff
path: root/lib/observer
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-05-153-3/+31
|
* Update copyright yearErlang/OTP2023-05-152-2/+2
|
* Observer fixup since tag in docDan Gudmundsson2023-04-251-4/+4
|
* Merge branch 'dgud/observer/test-cuddle'Dan Gudmundsson2023-04-251-2/+2
|\ | | | | | | | | * dgud/observer/test-cuddle: Make stop observer more async
| * Make stop observer more asyncDan Gudmundsson2023-04-181-2/+2
| | | | | | | | | | Some calls where not async during stop, which could lead to deadlock when closing observer.
* | dbg: deprecates function dbg:stop_clear/1Kiko Fernandez-Reyes2023-04-191-3/+3
|/ | | | | | | | function `dbg:stop_clear/1` is not documented in the API but was kept for compatibility reasons. in this commit we make a step forward to deprecating its use such that it will be eventually removed. closes GH-6903.
* Revert "Prepare release"Henrik Nord2023-04-123-24/+3
| | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
* Prepare releaseErlang/OTP2023-04-113-3/+24
|
* Revert "Prepare release"Henrik Nord2023-03-223-24/+3
| | | | This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
* Prepare releaseErlang/OTP2023-03-213-3/+24
|
* Update copyright yearErlang/OTP2023-03-211-1/+1
|
* Revert "Prepare release"Henrik Nord2023-02-153-24/+3
| | | | This reverts commit 587341d994f91af5b30483ee9434e932e3d7b802.
* Prepare releaseErlang/OTP2023-02-143-3/+24
|
* Update copyright yearErlang/OTP2023-02-144-4/+4
|
* testcase cuddleDan Gudmundsson2023-02-071-2/+2
|
* Merge pull request #6397 from filmor/observer-improvementsDan Gudmundsson2023-02-034-6/+133
|\ | | | | | | Observer Improvements OTP-18430
| * Apply patch by @dgud to handle async startupBenedikt Reinartz2023-01-191-7/+8
| |
| * Disable blocking test for nowBenedikt Reinartz2023-01-191-1/+1
| |
| * Reorder tests and try to fix blocking testBenedikt Reinartz2023-01-191-8/+13
| |
| * Handle connection errors explicitlyBenedikt Reinartz2023-01-191-4/+12
| |
| * Update observer_SUITE.erlBenedikt Reinartz2023-01-191-1/+1
| |
| * Fix peer usageBenedikt Reinartz2023-01-191-3/+3
| |
| * Add missing documented functionBenedikt Reinartz2023-01-191-1/+9
| |
| * Add tests and documentationBenedikt Reinartz2023-01-192-4/+68
| |
| * Check return values and fix start_and_waitBenedikt Reinartz2023-01-191-3/+3
| |
| * Add additional startup function for command-line useBenedikt Reinartz2023-01-191-4/+22
| |
| * Ignore repeated nodedown messagesBenedikt Reinartz2023-01-191-0/+9
| |
| * Allow starting the observer connected to a nodeBenedikt Reinartz2023-01-192-2/+16
| |
* | Fix typo in lib/observer crashdump_viewerRyan Kirkman2023-01-261-1/+1
|/ | | Fix typo: `unkonwn` -> `unknown`
* Merge branch 'maint' into masterHenrik Nord2022-12-144-3/+31
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Prepare releaseErlang/OTP2022-12-122-1/+29
| |
| * Update copyright yearErlang/OTP2022-12-122-2/+2
| |
* | Update stale runtime dependenciesBjörn Gustavsson2022-12-021-2/+2
|/
* Merge branch 'bmk/observer/20221125/wx_event_race/25.1/OTP-18339' into maintMicael Karlberg2022-11-302-9/+21
|\
| * [observer] CleanupMicael Karlberg2022-11-292-20/+2
| | | | | | | | OTP-18339
| * [observer] Handling unexpected wx event regarding portsMicael Karlberg2022-11-251-6/+22
| | | | | | | | OTP-18339
| * [observer] Handling unexpected wx event regarding socketsMicael Karlberg2022-11-251-4/+18
| | | | | | | | OTP-18339
* | [observer|test] Fixed the 'basic' test caseMicael Karlberg2022-11-231-16/+37
| | | | | | | | | | The 'basic' test case needed som tweaking to run cleanly when the observer_SUITE was run "on its own".
* | [observer|test] Try make sure observer not runningMicael Karlberg2022-11-231-1/+21
| | | | | | | | | | | | At the end of test case 'basic' (end_per_testcase), try ensure that *if* test case failed, that observer is not running.
* | [observer|test] CosmeticsMicael Karlberg2022-11-231-2/+2
| |
* | Merge pull request #6030 from gomoripeti/observer_hidden_nodesDan Gudmundsson2022-09-291-7/+31
|\ \ | |/ |/| | | Improve observer nodes list menu OTP-18269
| * Improve observer node list menu in distribution edge casesPéter Gömöri2022-07-261-2/+23
| | | | | | | | | | | | | | | | - Always include current node. If dist_listen is false it won't show up in epdm names - If the default epmd module erl_epmd is used and erl_epmd_port is set to `DistPort' then it is only possible to connect to the node listening on DistPort (if any), so exclude other nodes registered in EPMD
| * Also list connected, hidden nodes in observer nodes list menuPéter Gömöri2022-07-261-6/+9
| |
* | Prepare releaseErlang/OTP2022-09-202-1/+16
| |
* | Update copyright yearErlang/OTP2022-09-202-2/+2
| |
* | Merge pull request #6099 from puzza007/observer_sys_wx_grammarDan Gudmundsson2022-08-221-4/+4
|\ \ | | | | | | observer_sys_wx.erl: fix grammar
| * | observer_sys_wx.erl: fix grammarPaul Oliver2022-06-201-4/+4
| |/
* | Merge branch 'deterministic-build' of https://github.com/TD5/otp into maintBjörn Gustavsson2022-06-291-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | * 'deterministic-build' of https://github.com/TD5/otp: make: Allow OTP to be built deterministically compiler: Make test_lib robust to +deterministic compiler: Make compiler forward +determinsitic flag to epp compiler: Make yecc respect +deterministic compiler: Make leex respect +deterministic compiler: Make asn1ct_gen respect +deterministic compiler: Make EPP respect +deterministic OTP-18165
| * make: Allow OTP to be built deterministicallyTom Davies2022-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a --enable-deterministic-build to the configure script, which sets ERL_DETERMINISTIC=yes throughout the relevant Makefiles, which then invoke the relevant build stages with the +deterministic option. This addresses absolute paths being included in generated .erl files and compiled .beam files that resulted in builds from different source directories generating different artefacts (which is a component of the issue in erlang#4482). I think it would make sense to make this the default at some stage, but I've put the change behind a flag for now to decouple making deterministic OTP builds possible from making them the default. Having +deterministic set results in compiler options being removed from the module info for modules where this options was used. This may have other implications for users of OTP. For tests themselves, +determinism is not set, since many test cases depend on accessing the test module's compilation options, or other features not available in deterministic mode, in order to configure themselves. For tests of the determinism feature specifically, +deterministic must be explicitly passed to the compiler within the relevant test cases.
* | observer: correct the units shown for memory dataGonzalo Bella2022-06-161-6/+6
| | | | | | | | | | | | | | | | | | The current code does the conversion from bytes to kibibyte (KiB), mebibyte(MiB) and gibibyte(GiB), that is dividing by 1024. However, when the units are printed, the units are in kilobytes (KB), megabytes (MB) and gigabytes (GB). This commit changes the unit printed to KiB, MiB and GiB.