diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-27 18:01:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-10 11:45:03 +0000 |
commit | 79daa3099e1f8478b8e17d8065143bca3e38214b (patch) | |
tree | c18029edf3c1bef13fd7975041c9fb7146ec9db4 /introspection | |
parent | f325ef59020b0acc33b6d05e96c8df7b58373715 (diff) |
api,bearer: add 'total-rx-bytes', 'total-tx-bytes' and 'total-duration' stats
Compiling the amount of bytes transferred and received during all
tracked connection attempts, as well as the total duration of all the
connections.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index b82c9d36..a07ee057 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -266,8 +266,8 @@ </varlistentry> <varlistentry><term><literal>"tx-bytes"</literal></term> <listitem> - Number bytes transmitted without error in the ongoing connection, - given as an unsigned 64-bit integer value (signature + Number of bytes transmitted without error in the ongoing + connection, given as an unsigned 64-bit integer value (signature <literal>"t"</literal>). </listitem> </varlistentry> @@ -290,6 +290,27 @@ <literal>"u"</literal>). </listitem> </varlistentry> + <varlistentry><term><literal>"total-rx-bytes"</literal></term> + <listitem> + Total number of bytes received without error in all the successful + connection establishments, given as an unsigned 64-bit integer + value (signature <literal>"t"</literal>). + </listitem> + </varlistentry> + <varlistentry><term><literal>"total-tx-bytes"</literal></term> + <listitem> + Total number of bytes transmitted without error in all the + successful connection establishments, given as an unsigned 64-bit + integer value (signature <literal>"t"</literal>). + </listitem> + </varlistentry> + <varlistentry><term><literal>"total-duration"</literal></term> + <listitem> + Total duration of all the successful connection establishments, in + seconds, given as an unsigned integer value (signature + <literal>"u"</literal>). + </listitem> + </varlistentry> </variablelist> --> <property name="Stats" type="a{sv}" access="read" /> |