ekg icon indicating copy to clipboard operation
ekg copied to clipboard

Remote monitoring of running processes over HTTP

Results 27 ekg issues
Sort by recently updated
recently updated
newest added

Hi! my organisation is depending on this library and we would like to provide a patch to support Aeson 2. Would you be open to this? :)

https://github.com/peterbecich/ekg/actions/runs/1770542683

When I run `System.Remote.Monitoring.forkServerWith` function the first time - it works perfectly. But if I killed the server explicitly (using `serverThreadId`) and then try to start it again with the...

Error handling doesn't currently work with `forkServer`: ``` do s pure Nothing ``` The above code will not manage to deal with "port already in use" or similar, since the...

A Hackage revision to relax the base upper bound should be all is needed

![image](https://user-images.githubusercontent.com/399535/46911703-28069780-cf64-11e8-9e17-df92526b0d37.png) Does it make sense that in the above the maximum residency is lower than the current one? `ekg-0.4.0.14`

@tibbe I see in https://github.com/tibbe/ekg/issues/22#issuecomment-48441966 that you don't want TH in this package: > Using TH brings a host of other issues (cross compilation not working, etc) and since people...

Judging by the amount of pain expressed on this tracker it doesn't really seem like avoidance of Template Haskell is a viable strategy. This PR builds up on work done...

See https://github.com/tibbe/ekg-core/pull/30

Just ran a few tests on a small Servant app and got these results: ``` # with -with-rtsopts=-T Lifting the server siege... Transactions: 2131 hits Availability: 100.00 % Elapsed time:...