ServiceNow Mobile App Usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 12:43 PM
How can I know the number of users accessing a ServiceNow instance via ServiceNow mobile app (not the mobile interface)?
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 12:57 PM
You can check the use from transaction logs data which is kept in syslog_transaction table.
Check this discussion for details:
How can you determine who is using the mobile interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:56 PM
try accessing stats.do
You should see like "Logged in sessions":
Servlet Statistics
Started: Tue Dec 15 09:23:55 PST 2015
Transactions: 918760
Errors handled: 169
Processor transactions: 236753
Logged in sessions: 1 (1150 active)
Maximum session concurrency: 1220
Session timeout: 0 minutes
CometD sessions: 1
Java security manager policy: Enabled
In Navigator you can search for Logged in users this should display logged in user and amount.
Let me know if this helps,
Aditya Telidevara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 09:59 AM
Hi Tarun,
Perhaps any of the resources via this link can provide more information. https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/administer/tablet-mobile-ui/ref...
Best,
Shivani Patel
If you feel that your question was answered, we would greatly appreciate if you could mark the appropriate thread as "Correct Answer". This allows other customers to learn from your thread and improves the ServiceNow Community experience.