[resending with better formatting]
On Wednesday, September 9, 2015 3:57 PM, Sudheer Vinukonda
wrote:
In general, I'm okay with the suggestion to make the API more generic, but,
there are a couple of things, that I'd like to highlight:
1. The definition of the enum being generic makes fut
In general, I'm okay with the suggestion to make the API more generic, but,
there are a couple of things, that I'd like to highlight:
1. The definition of the enum being generic makes future evolutions of
different functional keys all over the place, rather than grouping related info
closer to p
> On Sep 1, 2015, at 3:41 PM, Sudheer Vinukonda
> wrote:
>
> [resending with (hopefully) better formatting]
Summarizing the IRC discussion, this specific proposal is a move towards a
generalized API that aligns with logging tags. The goal there is to give
plugins access to the same informati
On Wednesday, September 2, 2015 6:56 AM, Leif Hedstrom wrote:
> On Sep 1, 2015, at 7:47 PM, Pushkar Pradhan
> wrote:
>
> How about adding:Whether the object was compressed in RAM, If it was from
> disk, the number of milliseconds to read the first byte in.But going by the
> name of the
> On Sep 1, 2015, at 7:47 PM, Pushkar Pradhan
> wrote:
>
> How about adding:Whether the object was compressed in RAM, If it was from
> disk, the number of milliseconds to read the first byte in.But going by the
> name of the variable sounds like you don't want to get timings.
Timings are ha
How about adding:Whether the object was compressed in RAM, If it was from disk,
the number of milliseconds to read the first byte in.But going by the name of
the variable sounds like you don't want to get timings. pushkar
On Tuesday, September 1, 2015 3:43 PM, Sudheer Vinukonda
wrote:
[resending with (hopefully) better formatting]
On Tuesday, September 1, 2015 2:54 PM, Sudheer Vinukonda
wrote:
I'd like to add a new API TSHttpTxnCacheStateGet() to be able to get more
insight into cache operations (e.g read_while_write, open read tries, open
write tries, cache volume use
I'd like to add a new API TSHttpTxnCacheStateGet() to be able to get more
insight into cache operations (e.g read_while_write, open read tries, open
write tries, cache volume used etc) on a given Txn.
Below's the proposal with the info I'd like the new API return along with the
API signature. I