Skip to content

Commit

Permalink
update readme photo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Dec 26, 2015
1 parent 0606000 commit e6c628e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,34 @@ Visualize Erlang Nodes On The Command Line By Using [recon](https://github.com/f
##Goal
Minimal consumption.

Just look like [observer](http://www.erlang.org/doc/apps/observer/observer_ug.html) in shell,
Just look like [observer](http://www.erlang.org/doc/apps/observer/observer_ug.html), but in shell,

but you might think that one day observer_cli more convenient than observer.
you might think observer_cli would be more convenient than observer.

------------------
###Try Try Try...
###Try ...

```bash
$ make && make shell
1> observer_cli:start().
```
### Process And System Information

![Top](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_home_11_18.jpg)
![Top](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_home_2015_12_26.jpg)

![Process](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_process_11_18.jpg)
![Process](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_process_20151226.jpg)

### ETS And System Information
![System](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_ets_11_18.jpg)
![System](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_system_20151226.jpg)

### Allocator Information
![Allocator](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_allocator_11_18.jpg)
![Allocator](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_allocate_20151226.jpg)

### Mnesia Information
![Mnesia](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_mnesia_11_18.jpg)
![Mnesia](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_db_20151226.jpg)

### Help Information
![Help](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_help_11_18.jpg)
![Help](http://7q5a9k.com1.z0.glb.clouddn.com/observer_cli_help_20151226.jpg)


----------------
Expand Down
2 changes: 1 addition & 1 deletion src/observer_cli_mnesia.erl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ draw_mnesia(MnesiaList, IncrRows) ->
ok.

draw_last_line(Node, Interval) ->
io:format("|\e[31;1mINPUT: \e[0m\e[44mq(quit) system:false/true r~w(refresh every ~wms) ~66.66s\e[49m|~n",
io:format("|\e[31;1mINPUT: \e[0m\e[44mq(quit) system:false/true r~w(refresh every ~wms) ~66.66s\e[49m|~n",
[Interval, Interval, atom_to_list(Node)]).

get_value(Key, List) ->
Expand Down

0 comments on commit e6c628e

Please sign in to comment.