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

	size	name
 	242	ipv6_enabled.rb
 	278	rack_unicorn.rb
 	1687	test_aggregate_pmq.rb
 	491	test_inet_diag_socket.rb
 	1846	test_last_data_recv.rb
 	2053	test_last_data_recv_unicorn.rb
 	8455	test_linux.rb
 	1425	test_linux_all_tcp_listen_stats.rb
 	1039	test_linux_all_tcp_listen_stats_leak.rb
 	4848	test_linux_ipv6.rb
 	1705	test_linux_middleware.rb
 	1306	test_linux_reuseport_tcp_listen_stats.rb
 	3557	test_middleware.rb
 	1102	test_middleware_unicorn.rb
 	1138	test_middleware_unicorn_ipv6.rb
 	4991	test_raindrops.rb
 	989	test_raindrops_gc.rb
 	1152	test_struct.rb
 	2376	test_tcp_info.rb
 	5756	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