Screen session metric count types

Updated: April 19, 2023

Types of metric counts for sessions

Synopsis:

#include <screen/screen.h>
enum {
    SCREEN_SESSION_METRIC_EVENT_COUNT = 0
};

Data:

SCREEN_SESSION_METRIC_EVENT_COUNT
The number of input events received by the session since the last time Screen session metric count types were queried.

Library:

libscreen

Description:

The metrics are on a per session basis and the counts are reset after having been queried. That is, the counts reset to 0 after you call screen_get_session_property_llv() to retrieve SCREEN_PROPERTY_METRICS.