- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- finger idle time
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 11:52 PM
12-07-2004 11:52 PM
finger idle time
This is an example user who finger says has been idle for 2:13 (command typed at 12:41):
rol793 Rob Long *t6e 2:13 Wed 10:14
He logged in at 10:13 (but finger says 10:14), then ran some programs, one of which is still running:
rol793 27709 27708 0 10:13:46 pts/t6e 00:00 betamenu
that proves that the finger login time isn't exact because it differs by at least 14 seconds.
The last process he spawned is this one:
rol793 3322 3207 0 10:27:25 pts/t6e 00:00 ge_review.4ge
Is finger time calculated from the last time a user spawned a process?
Is it from the last time the user did any terminal i/o ?
What is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 12:00 AM
12-08-2004 12:00 AM
Re: finger idle time
the idle time in finger command is the time since the user doesn't have any activity on the OS.
The idle time is in min or in hour and min if separated with ":", or in days & hour if separated with "d".
Finger time is in hour and min so 10:13:46 = 10:14
I hope this can be helpfull for you...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 12:03 AM
12-08-2004 12:03 AM
Re: finger idle time
Just from the fact that the math is fairly close, I would say it's from the last time the user spawned a process:
12:41 (current time) minus 2:13 (idle time) = (more or less) 10:27 (last process time)
However, there was probably terminal I/O involved in spawning that last process - I'm not sure how you would differentiate between the two.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 12:11 AM
12-08-2004 12:11 AM
Re: finger idle time
He could be doing stuff in that program and I wouldn't know it. That program communicates with a local database through a network tcp socket connection.
If finger gets updated with send() and recv() or read() and write() it means that he did nothing for 2 hours and 13 minutes. If send(), recv(), read() and write() are not monitored, but a fork/exec/fopen is monitored then he could have been doing lots of work and I wouldn't know it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 01:32 AM
12-08-2004 01:32 AM