Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8600209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:33:58+00:00 2026-06-12T01:33:58+00:00

We have an embedded system which has lynx OS as the underlying Operating system

  • 0

We have an embedded system which has lynx OS as the underlying Operating system upon which we have a virtual machine installed which runs java programs. Now i need to capture the process running and memory utilization of the base OS as well need a tracing system to keep track of the multithreaded application running on the virtual machine. I need to send the data captured to a remote server. Please give some suggestions about achieving this scenario.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T01:33:59+00:00Added an answer on June 12, 2026 at 1:33 am

    In respect to the jvm part of your question:

    Each java program would normally run on its own jvm process, you should therefore monitor them independently. To monitor memory usage in any jvm you basically need to monitor garbage collection statistics. To achieve this you need to add the following command line arguments on the command line:

    -XX:+PrintGCDetails
    

    This will output information of garbage collection.

    -XX:+PrintGCTimeStamps
    

    This will include time stamps in the garbage collection output.

    You also might want to redirect the gc output to a file using:

    -Xloggc:file
    

    Where file is the file where gc output will be logged. You could then transmit and process this file in order to extract useful information concerning your program’s behaviour. Based on that information you may tune your application in respect to memory usage.

    If you need to monitor the jvm process for short periods of time (i.e. for problem investigation and resolution) then another option is attaching a profiler such as NetBeans. This will provide you much more information than the gc output, however this option can only be used for short periods of time since profilers degrade the performance of the jvm process.

    Now regarding the OS and system level statistics, i’n not a LynxOS expert, however i have used a couple of popular tools such as ganglia and nagios in linux systems which do an excellent job in gathering statistics. I’m not certain however if they can be used on the LynxOS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a unit which has windows embedded operating system. I can simply compile
I have a remote embedded system which it is telnet-able. How can I download
I have an MHTML file which has embedded images. The MHTML is generated on
I have a centOS system(embedded and has very binaries) with the following /etc/hosts. $cat
I have custom-made wizard system which so far has been quite suitable. For most
I have an C++ program that runs on an embedded system. When the client
I am working on a project that involves an embedded system which runs a
I have an embedded system that has multiple (>20) tasks running at different priorities.
I have implemented a simple state machine for an embedded system using C's switch
I have a packet from a server which is parsed in an embedded system.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.