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 SkipVought 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. ladmoni

    struct kinfo_proc struct

    Hi, I retrieved the struct kinfo_proc according to the process pid with the sysctl API, is there a way to get from this struct the start time of the process? Thanks Lital
  2. ladmoni

    how to get process creation time

    Hi I need API that retrieve the process creation time according to its pid,(or where I can find this information). Thanks in advance
  3. ladmoni

    how to get process creation time

    Hi, I am looking for API that will retrieve me a process creation time by its pid.(if there is not API that does it can you tell me where I can find this information in /proc/pid/stat) Thanks
  4. ladmoni

    get disk partitions path

    Thanks for your help!!!!!
  5. ladmoni

    get disk partitions path

    Hi, I need to know where can I read mount table (as /etc/mnttab in solaris) on linux? Thanks Lital
  6. ladmoni

    get disk partitions path

    Hi, I want to get disk space information on each partition I use statvfs for this but I need to know the partitions paths to give this function. thanks
  7. ladmoni

    get disk partitions path

    I need APIs that get the partitions path on solaris. I know the command df -k and I nedd API to get these partitions. Thanks
  8. ladmoni

    VMTOTAL STRUCT-

    hi, I have 2 questions about the values of this struct: 1. t_free field-what is its value represent exactly? 2. in order to compute the active virtual memory, is it enough to use t_avm field, or should I do more calculates? Thanks
  9. ladmoni

    cpu statistics in multiprocessor machine

    Hi thanks for your answers , but I am looking for function that I would be able to use in my application.
  10. ladmoni

    get each cpu statistics on multiprocessor machine

    Hi I write an application in which I need to get each cpu statistics on multiprocessor machine (user time,idle time ,system time, interrupts etc.) I am looking for functions that will help me do so. thanks
  11. ladmoni

    cpu statistics in multiprocessor machine

    Hi, I am looking for a way to find out each cpu statistics (user time ,system time , idle time , interrupts etc.) on a multiprocessor machine. Thanks

Part and Inventory Search

Back
Top