Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. emilio500

    icmp from perl

    how can i send an icmp message in a perl script? thank you.
  2. emilio500

    timeout in Net:::DNS

    Hi everyone. I am using Perl and the module Net::DNS for performing a zone transfer. My problem is that I create a resolver object that seems to ignore the "timeout" parameter I set. I put the code here: ----------------------- #!/usr/bin/perl -w use Net::DNS ; my $res =...
  3. emilio500

    process and function time

    How can I get statistics about how long a process was running, and how long a procedure/function was running? Thank you so much
  4. emilio500

    cpu load and time spent in a process

    Could you help me? how can i get the *current* cpu load? I know there is a command called "uptime", but it shows an average of 15 past seconds at least..I'd need the current load. How can I get statistics about how long a process was running, and how long a procedure/function was...
  5. emilio500

    uptime

    whats the range of numbers displayed by uptime's "load average"? i mean, looking up the "load average", how can i get the percentage of cpu load? Thank you.
  6. emilio500

    cpu usage

    how can i get the current cpu load under linux? The command "uptime" gives something for the past 1,5 and 15 minutes, but i'd need the *current* state. Thank you.
  7. emilio500

    undelete in linux

    how can i undelete a deleted file in linux? thank you..
  8. emilio500

    status of processes

    hello.. whats the meaning of a "sleeping" process in linux? is there a (short and to the point) web source of information that i could read for knowing more about linux processes and their state? thank you so much.
  9. emilio500

    how to get pid of current process in perl

    I would appreciate if someone could help me letting me know if there is a perl function that can return the pid number of a process. That is, if a perl script is process number xxx, a call to that function should return xxx. I know that exists "getppid" that returns the pid of your...

Part and Inventory Search

Back
Top