raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
tree e2e2041571fa82f5ba3015d82c24c2cc73c89aa3
$ git ls-tree -l v0.20.0:test	# shows similar output on the CLI

	size	name
 	211	ipv6_enabled.rb
 	268	rack_unicorn.rb
 	1656	test_aggregate_pmq.rb
 	460	test_inet_diag_socket.rb
 	2022	test_last_data_recv_unicorn.rb
 	8424	test_linux.rb
 	1394	test_linux_all_tcp_listen_stats.rb
 	1008	test_linux_all_tcp_listen_stats_leak.rb
 	4817	test_linux_ipv6.rb
 	1674	test_linux_middleware.rb
 	3526	test_middleware.rb
 	1071	test_middleware_unicorn.rb
 	1107	test_middleware_unicorn_ipv6.rb
 	4960	test_raindrops.rb
 	958	test_raindrops_gc.rb
 	1121	test_struct.rb
 	2345	test_tcp_info.rb
 	5705	test_watcher.rb
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone https://yhbt.net/raindrops.git