Sponsored Content
Full Discussion: Checking Server work load
Operating Systems Solaris Checking Server work load Post 302109898 by BOFH on Thursday 8th of March 2007 09:28:22 PM
Old 03-08-2007
Quote:
Originally Posted by mhm4
I would start with the basic perf tools: top, iostat, vmstat, etc.
top isn't typically installed on Solaris 6 by default but you can get it from the sunfreeware site. iostat and vmstat (and sar, etc) are good tools but if you're not familiar with performance monitoring you may not really know what you're looking at or even how to use it correctly. Specifically for a Solaris 6 system, I'd suggest chasing down a copy of Adrian's book. It's even been helpful for HP, Linux and AIX systems however since I'm generally a Solaris admin, it's the book to have for performance monitoring on older Solaris. Heck, a quick look at Amazon shows a copy going for $1.39 not including shipping (usually another $3.50 or so). That's a great buy. He also discusses kstat and tracking down I/O hogs.

Carl
 

8 More Discussions You Might Find Interesting

1. SuSE

How do I load kernel modules so BestCrypt will work

I'm using SuSE 9.2 Pro and trying to use a program call BestCrypt. I get it installed and type bctool and it says "Kernel modules not loaded". If you need to know anymore about it you can find it at http://www.jetico.com/linux/bcrypt-help/index.htm linux:/home/chris/Desktop/Xtheater-0.9.2 #... (6 Replies)
Discussion started by: CTroxtell21
6 Replies

2. Shell Programming and Scripting

Need help in wrting Load Script for a Load-Resume type of load.

hi all need your help. I am wrting a script that will load data into the table. then on another load will append the data into the existing table. Regards Ankit (1 Reply)
Discussion started by: ankitgupta
1 Replies

3. Shell Programming and Scripting

server load tracking

I have written a script which checks server load and emails me. I am running into the error: ./load_alert.sh: line 8: ; then printf "WARNING - cpu load high in xyz server" fi (2 Replies)
Discussion started by: vsmurali
2 Replies

4. Shell Programming and Scripting

Load of Unix server

Hi Folks, I want to see the proper status of a low performance server. I tried using top command but it doesn't give all the details. Any help in this regard would be appreciated. Regards, Sagar (1 Reply)
Discussion started by: sagarjani
1 Replies

5. Solaris

CPU load -12.50 in server.

Friends I have noticed that the Sun Fire v490 server with Solaris9 OS in my office, is showing a load of 12.50 during peak time and the CPU showing a max of 75% and an average of 60%. The Application running in this machine hung last month(For reasons unknown) and is running fine after... (5 Replies)
Discussion started by: Renjesh
5 Replies

6. Shell Programming and Scripting

Checking running process status using "grep" on multiple servers in load sharing system.

Suppose i have 3 different servers say x,y and z. Im running some process say ABC and 40 instances for the same is being created. In load sharing suppose on server x, 20 instances are running server y, 10 instances are running server z, 10 instances are running. While checking the... (1 Reply)
Discussion started by: ankitknit
1 Replies

7. Linux

Server Load balancer

Hello Guys, Hope you all doing well . :) I was checking load balance command (uptime)on VM server and got below output. # uptime 07:08:40 up 52 min, 2 users,a load average: 0.45, 0.11, 0.03 A :How we can calculate load average? Thank you in advance !! Cheers:) Dont forget... (1 Reply)
Discussion started by: Nats
1 Replies

8. AIX

Work Load manager usage

Dear All I am studying on system resource control matter. I know ulimit utility can done the job well. However,I want to clarify that whether workload load manager work in VM environment only. For example I have an AIX machine(not VM), can I use work load manager to limit user resource... (7 Replies)
Discussion started by: cstsang
7 Replies
flumotion-worker(1)						     Flumotion						       flumotion-worker(1)

NAME
flumotion-worker - streaming media server worker SYNOPSIS
flumotion-worker [ - ] [ --debug debug configuration ] [ -L logdir ] [ -R rundir ] [ -H host ] [ -P port ] [ -T protocol ] [ -n name ] [ -D ] [ --daemonize-to= directory ] [ -F ports | --random-feederports ] -u username -p password DESCRIPTION
flumotion-worker is the part of flumotion that actually performs all the real work of encoding, streaming, etc. In a flumotion system, there will be a single manager, and could be several workers running on different systems (this is useful to distribute the load of, for instance, video encoding). You need to have a minimum of one worker for flumotion to function correctly. You should start flumotion-manager first, then connect flumotion-worker to the running manager. OPTIONS
-h, --help Show a brief help message, then exit. --version Show the version number. -v, --verbose Be verbose in console output. This is equivalent to setting the debug level to 3, and will override any debug specifiers. -dDEBUG, --debug=DEBUG Set the debug configuration to the specified debug string. See the Debugging section for details of this. -L LOGDIR, --logdir=LOGDIR Specify the directory for logging output from the worker. -R RUNDIR, --rundir=RUNDIR Specify the directory for runtime files created by the worker. -HHOST, --host=HOST Specify the hostname on which the manager is running. -PPORT, --port=PORT Specify the port on which the manager in running (usually 7531 for SSL, or 8642 otherwise) -TTRANSPORT, --transport=TRANSPORT Set the transport protocol to use, either 'tcp' or 'ssl'. Default is 'ssl'. -nNAME, --name=NAME Set the name for this worker to use in the manager. -D, --daemonize Run in the background as a daemon. -u, --username Specify the username to use to connect to the manager. -p, --password Specify the password to use to connect to the manager. -FPORTS, --feederports=PORT_FROM-PORT_TO Specify the range of feeder ports to use in the format 'lower-upper'. These are the ports used for inter-worker communication. If you have multiple workers on separate systems (perhaps one doing encoding, behind a firewall, and a second doing the streaming out- side the firewall), they must be able to communicate using this port range, so you'll have to open these ports in your firewall. It is recommended that you have a range of 20 ports. --random-feederports Use random available feeder ports. DEBUGGING
In the unlikely event of something in flumotion not working, you might want to debug it. The flumotion tools ( flumotion-worker , flumo- tion-admin , and flumotion-manager ) all allow you to turn on debugging output in two different ways. Firstly, you can use an environment variable, FLU_DEBUG. Secondly, you can launch the program with a -d or --debug switch. Either approach allows you to specify a debug configuration string with the following syntax: name1:n1,name2:n2,name3:n3 In this syntax, the 'name' variables can be replaced with the name of a particular module within flumotion (such as 'admin', 'twisted', etc.). You can also use '*' to specify all modules. The 'n' variables are numbers from 1 to 5, larger numbers corresponding to more verbose output (ERROR, WARN, INFO, DEBUG, and LOG). At level 4, full debugging information is emitted. You can also use an abbreviated form where you just supply a single number, thisuses that debug level for all modules. Thus the simplest way to enable full debug output for all modules is to use '-d 4' on the command line. A more complex example would be '-d *:3,admin:4' to set the logging level for the admin module to DEBUG, and for all other modules to INFO. EXAMPLES
Simple example, starting flumotion-worker connecting to a manager using TCP, default host and port, and with the username 'user' and the password 'test' flumotion-worker -v -T tcp -u user -p test --feederports=8060-8080 BUGS
Hopefully none. If you find any bugs, please report them at https://core.fluendo.com/trac/cgi-bin/trac.cgi SEE ALSO
flumotion(1),flumotion-manager(1),flumotion-admin(1) Fluendo 2009 September 4 flumotion-worker(1)
All times are GMT -4. The time now is 07:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy