Guest User

Untitled

a guest
Sep 7th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 1.21 KB | None | 0 0
  1. rj@v:~$ erl -eval 'io:format("~p\n",[erlang:memory()]), io:format("~p\n",[erlang:system_info(allocated_areas)]), io:format("~p\n",[instrument:memory_status(total)]), erlang:halt().' +Mim true
  2. Erlang R15B01 (erts-5.9.1) [source] [64-bit] [async-threads:0] [hipe] [kernel-poll:false]
  3.  
  4. Eshell V5.9.1  (abort with ^G)
  5. 1> [{total,573270593},
  6.  {processes,1148038},
  7.  {processes_used,1148024},
  8.  {system,572122555},
  9.  {atom,194289},
  10.  {atom_used,169864},
  11.  {binary,136456},
  12.  {code,3651131},
  13.  {ets,244344},
  14.  {maximum,574083296}]
  15. [{total,573329081},
  16.  {maximum,574083296},
  17.  {sys_misc,72007020},
  18.  {static,495452160},
  19.  {atom_space,98328,74444},
  20.  {atom_table,95961},
  21.  {module_table,8684},
  22.  {export_table,50316},
  23.  {export_list,246144},
  24.  {register_table,276},
  25.  {fun_table,3266},
  26.  {module_refs,2048},
  27.  {loaded_code,3388433},
  28.  {dist_table,403},
  29.  {node_table,227},
  30.  {bits_bufs_size,0},
  31.  {bif_timer,80200},
  32.  {link_lh,0},
  33.  {process_table,262144},
  34.  {ets_misc,52504}]
  35. [{total,[{sizes,573391038,574083296,574083296},{blocks,11245,11482,11482}]}]
  36. rj@v:~$ uname -a
  37. Linux v.irccloud.com 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
  38. rj@v:~$ date
  39. Thu Jul  5 12:21:08 BST 2012
  40. rj@v:~$
Add Comment
Please, Sign In to add comment