Home

Traffic Server Software Developers Kit

Other Deprecated Functions

Statistic Functions

INKStatFloatRead

Obtains the value of a float stat.

Prototype

float INKStatFloat(INKStat the_stat )

This API has been deprecated by INKStatFloatGet.

INKStatIntRead

Obtains the value of an integer stat.

Prototype

INK64 INKStatIntRead(INKStat the_stat )

This API has been deprecated by INKStatIntGet.