09-09-2009
In my opinion: experience, ability to adapt to different environments, stress resistance, problem solving skills, willingness to keep learning, willingness to work late because of service windows, maybe ability to speak "manager-speak" (ROI, TCO, business impact, ....)
Personally, i find that a bit of laziness and OCD help (because if you write a script to do that mundane task it might as well run without supervision for the next 2-3 years)
6 More Discussions You Might Find Interesting
1. AIX
HELLOW ALL
Can any one tell me what are the Requirements for any system administrator to be a system administrators (After taking all the courses for IBM or the the track that requires only during your job). (1 Reply)
Discussion started by: magasem
1 Replies
2. What is on Your Mind?
Hello Unix Experts,
I'm going to be graduating with a CIS (Computer Information Systems) degree in the coming year. I have been offered an internship with a job title of Unix Administrator under a well known company. I understand that Unix is used for high-end servers in many large... (1 Reply)
Discussion started by: brentmd24
1 Replies
3. UNIX for Dummies Questions & Answers
Hello!
I have seen similar questions asked about how to become a system administrator. Most would say experience is more important than just getting a certificate and even a degree. However, I haven't found a good information how to build experience from a newbie to entry-level systems... (8 Replies)
Discussion started by: sideburn
8 Replies
4. Linux
Hi guys,
I was wondering if you could share some of your knowledge, in the event of a power outage.
Let presume you are on duty and you get a call at midnight because half of your cabinets have no power, air conditioning is down and you deal with a ton of 500 error messages on your boxes.
... (9 Replies)
Discussion started by: TECK
9 Replies
5. UNIX for Dummies Questions & Answers
Hi,
I would like to become Linux/Unix administrator. Of course I am aware that it is practically impossible to get that job immediately and in the beginning it will be Junior position or 2nd level of technical support.
But I would like to ask: how in-depth knowledge about daemons such like... (2 Replies)
Discussion started by: DavidMax
2 Replies
6. UNIX and Linux Applications
I have these two table. How do I see if user roles and system roles are seperated?
SQL> desc DBA_ROLES;
Name Null? Type
----------------------------------------- -------- ----------------------------
ROLE NOT NULL... (1 Reply)
Discussion started by: alvinoo
1 Replies
LEARN ABOUT DEBIAN
stress
STRESS(1) User Commands STRESS(1)
NAME
stress - tool to impose load on and stress test systems
SYNOPSIS
stress [OPTION [ARG]] ...
DESCRIPTION
`stress' imposes certain types of compute stress on your system
-?, --help
show this help statement
--version
show version statement
-v, --verbose
be verbose
-q, --quiet
be quiet
-n, --dry-run
show what would have been done
-t, --timeout N
timeout after N seconds
--backoff N
wait factor of N microseconds before work starts
-c, --cpu N
spawn N workers spinning on sqrt()
-i, --io N
spawn N workers spinning on sync()
-m, --vm N
spawn N workers spinning on malloc()/free()
--vm-bytes B
malloc B bytes per vm worker (default is 256MB)
--vm-stride B
touch a byte every B bytes (default is 4096)
--vm-hang N
sleep N secs before free (default is none, 0 is inf)
--vm-keep
redirty memory instead of freeing and reallocating
-d, --hdd N
spawn N workers spinning on write()/unlink()
--hdd-bytes B
write B bytes per hdd worker (default is 1GB)
--hdd-noclean
do not unlink files created by hdd workers
Example: stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s
Note: Numbers may be suffixed with s,m,h,d,y (time) or B,K,M,G (size).
SEE ALSO
The full documentation for stress is maintained as a Texinfo manual. If the info and stress programs are properly installed at your site,
the command
info stress
should give you access to the complete manual.
stress 1.0.1 August 2009 STRESS(1)