Skip to content

Instantly share code, notes, and snippets.

@poysama
Created March 20, 2012 07:42
Show Gist options
  • Save poysama/2132563 to your computer and use it in GitHub Desktop.
Save poysama/2132563 to your computer and use it in GitHub Desktop.
mogilefsd usage file
∴ curl 10.48.30.26:7500/dev1
<html><head>
<title>/dev1</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type='text/css'>
table { width:100%; }
.name { text-align:left; }
.size, .mtime { text-align:right; }
.type { width:11em; }
.mtime { width:15em; }
</style>
</head><body>
<h1>/dev1</h1>
<hr />
<table>
<tr>
<th class='name'>Name</th>
<th class='size'>Size</th>
<th class='type'>Type</th>
<th class='mtime'>Last Modified</th>
</tr>
<tr><td class='name'><a href='../'>Parent Directory</a></td><td class='size'></td><td class='type'></td><td class='mtime'></td></tr>
<tr><td class='name'><a href='/dev1/usage'>usage</a></td><td class='size'>155B</td><td class='type'>application/octet-stream</td><td class='mtime'>Tue, 20 Mar 2012 07:09:15 GMT</td></tr>
</table>
<hr />
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment