Skip to content

Instantly share code, notes, and snippets.

@heshed
Created August 22, 2016 05:51
Show Gist options
  • Save heshed/391bd83da732dfb361edf8703787c8c8 to your computer and use it in GitHub Desktop.
Save heshed/391bd83da732dfb361edf8703787c8c8 to your computer and use it in GitHub Desktop.
thyme.sh
#!/bin/env sh
# https://github.com/sourcegraph/thyme
# go get -u github.com/sourcegraph/thyme/cmd/thyme
# usage
# nohup bash thyme.sh > thyme.log
# create stats
# thyme show -i thyme.json -w stats > thyme.html
while true; do thyme track -o thyme.json; sleep 30s; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment