1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
Commit Graph

63 Commits

Author SHA1 Message Date
Rick Winfrey
e02356b269 Add yaml to parse /proc/self/io as a Yaml file to calculate disk read / write stats 2017-02-23 14:03:01 -08:00
Rick Winfrey
40e3eddfa1 Add System.Clock and calculate realTime clock stats 2017-02-23 14:01:53 -08:00
Rick Winfrey
3b4ac86ab3 Thread the optional fields through and report to Gitmon 2017-02-22 14:52:03 -08:00
Rick Winfrey
81279d5ff5 Report git program name to gitmon 2017-02-22 14:29:50 -08:00
Rick Winfrey
a64a368c3c Add processJSON function 2017-02-22 13:35:05 -08:00
Rick Winfrey
d253e06720 Stats -> ProcessStats 2017-02-22 13:34:28 -08:00
Rick Winfrey
ad1e1c3337 Make result strict 2017-02-22 13:34:04 -08:00
Rick Winfrey
526a2da64e No socket no problem 2017-02-22 12:54:43 -08:00
Rick Winfrey
086997ed6e liftIO all the things! 2017-02-22 11:15:58 -08:00
Rick Winfrey
37f1aea467 Use sendAll for socket communication
- The return type of `sendAll` is IO (), so we don’t have to worry
about storing the result to prevent compiler errors.
2017-02-22 11:15:32 -08:00
Rick Winfrey
e191fd7e3c rename track -> reportGitmon; use ReaderT LgRepo IO type
It’s much easier to deal with ReaderT and liftIO for the socket
operations
2017-02-22 11:14:12 -08:00
Rick Winfrey
a75dfbe121 🔥 DeriveGeneric 2017-02-22 11:10:48 -08:00
Rick Winfrey
6d3f3d9d50 Move GitmonClient to semantic-diff/src 2017-02-14 17:42:35 -08:00