When I type erl at terminal , I get the following output:
I am just interested in each of the things which is shown in the output of erl command. For example:
- What does 17 signify?
- What does erts-6.2 signify? (Erlang Runtime System?)
- What does smp:2:2 signify? (Symmetric Multiprocessors - 2 cores?)
- What does async-threads:10 signify? (It has started some 10 threads in context of erl process?)
- What does kernel-poll:false signify? (Not polling kernel for what?)
- What does Eshell V6.2 signify? (I guess it means that shell version is 6.2)
I am just curious. Please help. Thanks.