-
Notifications
You must be signed in to change notification settings - Fork 1
session_log
ukfsn edited this page Sep 13, 2010
·
1 revision
Returns details of the most recent sessions.
Parameters:
Module | Parameter | Description |
All | service-id | Session identifier |
Enta | days | Number of days (counting back from today) to retrieve data for |
Murphx | rows | Number of entries to retrieve |
Returns an array, each element of which is a hash containing the following keys:
start-time | The date and time the session started in ISO format |
stop-time | The date and time the session ended in ISO format |
upload | Amount of upload bandwidth used in bytes |
download | Amount of download bandwidth used in bytes |
termination-reason | Reason for the session termination – if not available “Session Ended” |
duration | Session duration in seconds (Optional) |
username | Login used for session (Optional |