do11
do11
Excuse me. I can not reopen closed tickets, but you're ignoring everything that's written to closed tickets. Re https://github.com/igrigorik/em-proxy/issues/53#issuecomment-187255479
Thanks for coccigrep! But, first time I see program which have colored output worse than non-colored. For example ``` linux/fs/ext4$ coccigrep -t 'struct posix_acl' -a a_entries -c . ./acl.c: l.45...
Please implement active instances graph in `rps_schedule` mode. That would be useful. Also, this will make new user (or external person to who user sends graphs to interpret) more easily...
In Ynadex.Tank presentations, [like this one](https://www.usenix.org/sites/default/files/conference/protected-files/srecon15europe_slides_lavrenuke.pdf), you have drawn RPS (requests per second) line over `Response Time Quantiles` graph, which is very useful to interpret the graphs. In actual report...
Currently, some fixed set of graphs is in the html report. Please, provide **example** config how to extend default set of graphs with additional metric, like, for instance, _Load Average_...
How can I walk rev-list limited by the file name, similar to `git rev-list --all -- README`? If it's not possible, how to implement in most optimal way? Also, how...
You are using `PF_PACKET` socket by default, but they are bypassing Linux IP stack, iptables, etc. It would be more useful if you allow user to select type of socket...
Can you provide some references to projects using KTF?
User prompted to save decrypted file into weird filename. ``` $ gpg encrypted.file You need a passphrase to unlock the secret key for ... gpg: encrypted with 4096-bit ELG-E key,...
http://www.rubydoc.info/gems/gpgme/GPGME/Crypto says > Different, independent methods providing the simplest possible API to execute crypto operations via GPG. All methods accept as options the same common options as GPGME::Ctx.new. Read the...