Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

missing diagnostic tools

I'm starting to get frustrated in my evaluation because I keep running into common programs that are simply missing.
   uptime - to check load average
   top - to find out whose eating the CPU
(/opt/AVP/AvpLinux currently has 99% of CPU)
   host/nslookup - to check nameservice
(qmail complains it can resolve our mailhost)

What are the criteria used to determine what tools are exclude/include? (or are they stashed in some wierd location?)

Sakshale


This thread was automatically locked due to age.
Parents
  • Hi sakshale,

    I have my problems too   [;)]

    "ps aux | sort -n -k3 -r | less -S"

    gives you the processlist sorted by CPU usage

    "cat /proc/uptime"
    the first number is the uptime, just devide it by 3600 and you will get uptime in hours.
    Of course you could use perl as your calculator   

    If you want to see if your nameresolution
    is working use good old ping.

    Last question is a good one:

      
    quote:
    What are the criteria used to determine what tools are exclude/include? (or are they stashed in some wierd location?)



    I would like to know that, too.

    read you
    o|iver

    [ 15 August 2001: Message edited by: oliver.desch ]
  • the criteria are simply to leave all things off the firewall which are not REALLY needed for the services to work. Cause: small distribution size and added security.

    I know our provided shell tools are very ... uuuhhmm ... minimalistic.

    However, you can easily grab the binaries you want from a SuSE/Slackware 7.0 system.

    /tom
  • G'Day

    The other thing to remember, what tools would make the job of a hacker easier if they got in. Tools like FTP and TELNET certainly fit in here... And so does TCPDUMP

    Whenever I think it would be nice to have something that is the question I ask myself...

    Darryl
Reply
  • G'Day

    The other thing to remember, what tools would make the job of a hacker easier if they got in. Tools like FTP and TELNET certainly fit in here... And so does TCPDUMP

    Whenever I think it would be nice to have something that is the question I ask myself...

    Darryl
Children
No Data