Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Speedy Hacking

by kschwab (Vicar)
on Feb 09, 2001 at 05:48 UTC ( [id://57311]=note: print w/replies, xml ) Need Help??


in reply to Speedy Hacking

"Speedy Hacking" is especially useful in the Unix Sys Admin arena, probably more so than in a "real" Software Engineering context.

There are often times when a quick and dirty sh/awk/perl script can save the day.

A few examples:

  • Quick hacks during system outages: ps -elf | sort -rn +9 (find top memory pigs)
  • Being able to cobble up an LWP script to page you when a backup is finished, allowing you to work on other items in the meantime
  • Various uses of perl hashes and sort() on log files. Perhaps to find out very quickly which IP address is flooding your webserver during a hack attack. Perhaps to answer some last minute question for a Marketing VP. ( Who are the top 10 domains for the email addresses on our mailing list ?)
  • More quick and dirty perl, like filtering and summarizing sar output when your Oracle database is sucking wind, and some Business Analyst is breathing down your neck.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://57311]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 09:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found