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

	size	name
 	219	ipv6_enabled.rb
 	268	rack_unicorn.rb
 	1649	test_aggregate_pmq.rb
 	459	test_inet_diag_socket.rb
 	2015	test_last_data_recv_unicorn.rb
 	8124	test_linux.rb
 	1394	test_linux_all_tcp_listen_stats.rb
 	1012	test_linux_all_tcp_listen_stats_leak.rb
 	4702	test_linux_ipv6.rb
 	1674	test_linux_middleware.rb
 	1690	test_linux_tcp_info.rb
 	3526	test_middleware.rb
 	1071	test_middleware_unicorn.rb
 	1107	test_middleware_unicorn_ipv6.rb
 	4009	test_raindrops.rb
 	958	test_raindrops_gc.rb
 	1121	test_struct.rb
 	5486	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