Sponsored Content
Full Discussion: Xbrowser/Xmanager question
Top Forums UNIX for Dummies Questions & Answers Xbrowser/Xmanager question Post 302149375 by Smiling Dragon on Wednesday 5th of December 2007 10:15:57 PM
Old 12-05-2007
I don't know xbrowser sorry but that string looks a great deal like the output from an uptime command.
If this is the case, the first figure is the an average of the run queue length over the last minute, the second figure is the same queue length averaged over the last 5 minutes and the final figure is over the last 15 minutes.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Xmanager

Hi All, I am a real newbie to this so forgive me if I ask anything which may sound silly. I have a SunFire V1120 installed with Solaris 8 on it. I have Xmanager loaded onto my pc and i want to use this to connect to this box. However Xmanager doesn't recognise the box, but I can telnet to it no... (1 Reply)
Discussion started by: joe27
1 Replies

2. Solaris

Xmanager

hi everybody want to access a SOLARIS system with an X Client ( or server ) ( Called Xmanager)...i think all xclients opearate the same way. Problem : i have the error Xdmcp connection failed when i launch it! help please! PS: all i have done is just giving Xmanager the IP of the... (4 Replies)
Discussion started by: hmaiida
4 Replies

3. UNIX for Dummies Questions & Answers

Xmanager UNIX HP_OpenView

***** I running Solaris 9 and Xmanager 2.0 ***** Hey guys, Newbie question... I'm trying to get HP OpenView's X Windows GUI to load on my WinXP machine. I know another guy at work is running Xmanager 1.3 (I have 2.0) and when he types ovw& on the server it loads the OpenView GUI on his... (4 Replies)
Discussion started by: kingdbag
4 Replies

4. Linux

Xmanager

I am unable to view the GUI mode of the Fedora Linux machine through the Xmanager. I don't have issues in viewing my Solaris boxes. Please let me know if anything needs to be done about this? (3 Replies)
Discussion started by: chrisanto_2000
3 Replies

5. Solaris

xbrowser and telnet

My server clients are using xbrowser for connectivity, I want to give access to some clients via xbrowser and for the remaining I want that they use only telnet. Is there any way to restrict xbroswer access for some clients? Any quick help will be appreciated. (3 Replies)
Discussion started by: bluetooth
3 Replies

6. Solaris

sunfire 4100 xbrowser problem

I installed SGD on SUNfire 4100, every thing was working fine, suddenly the machine shutdown due to the power failure. When I again switched it on, it is asking for the login in text mode. No graphics are displaying and even I cannot get its display via xbrowser. While before it was working fine.... (1 Reply)
Discussion started by: bluetooth
1 Replies

7. Linux

xmanager

For remote console logging purpose we use X-manager for Solaris environment. How X-manager config for Linux systems. I want to get Linux desktop to remote pc. that is not ssh or telnet. Please help me. (0 Replies)
Discussion started by: saga499
0 Replies

8. HP-UX

How to install xbrowser software on HPUX?

Hi fnds, Can anybody tell me how to install x brower software on HP-UX and after successfull installation how I can launch the x browser. Thanks, Vinodky (0 Replies)
Discussion started by: vinodky
0 Replies

9. HP-UX

[Solved] Xmanager on HP-UX

Hello all, please can you help me to configure XManager XDMCP connection so i can connect to my HP-UX OS. Regards, (6 Replies)
Discussion started by: beayni33
6 Replies

10. AIX

Xbrowser issue for aix

dear firnd.. psl help me i am trying to conenct from xbrowser to my aix server. byt i am not getting any response from server.... pls help me to resolve this. (3 Replies)
Discussion started by: ded325
3 Replies
GETLOADAVG(3)						     Linux Programmer's Manual						     GETLOADAVG(3)

NAME
getloadavg - get system load averages SYNOPSIS
#define _BSD_SOURCE #include <stdlib.h> int getloadavg(double loadavg[], int nelem); DESCRIPTION
The getloadavg() function returns the number of processes in the system run queue averaged over various periods of time. Up to nelem sam- ples are retrieved and assigned to successive elements of loadavg[]. The system imposes a maximum of 3 samples, representing averages over the last 1, 5, and 15 minutes, respectively. RETURN VALUE
If the load average was unobtainable, -1 is returned; otherwise, the number of samples actually retrieved is returned. VERSIONS
This function is available in glibc since version 2.2. CONFORMING TO
Not in POSIX.1-2001. Present on the BSDs and Solaris. SEE ALSO
uptime(1), proc(5), feature_test_macros(7) COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2007-12-08 GETLOADAVG(3)
All times are GMT -4. The time now is 02:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy