Sponsored Content
Operating Systems Linux Ubuntu Wine cause more cpu usage and freeze program for a couple of seconds Post 303032378 by tomislav91 on Friday 15th of March 2019 05:45:15 PM
Old 03-15-2019
Quote:
Originally Posted by wisecracker
Hi tomislav9...

I think Corona688 is asking for the app name that you are using under Wine.

(As English is not your native language...)

What is the application that you are using?
What is the Wine version that you are using?
app is our interly.

--- Post updated at 04:45 PM ---

Quote:
Originally Posted by Corona688
It could be a threading problem. You could try limiting the program to a single CPU.
Code:
taskset --cpu-list 1 cpulimit -l 20 wine MyProgram.exe

I will try, and let you know results, but as far as i know wine is using only one core, am i right?

I found
Quote:
Problem is that WINE uses single core processing (without hacked versions)
in Link
 

10 More Discussions You Might Find Interesting

1. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies

2. Programming

CPU usage and memory usage

Please tell me solaris functions/api for getting following information 1- Function that tells how much memory used by current process 2- Function that tells how much memory used by all running processes 3- Function that tells how much CPU is used by current process 4- Function that tells how... (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

3. UNIX for Advanced & Expert Users

Cpu Usage

System FreeBSD. Issue: I see that system idle = 0% in the same time top and other commands show that all process eat 0% of cpu. System calls 98% CPU states: 7.9% user, 0.0% nice, 91.8% system,<==!!! But top does not show any process which eats more than 0% Question: how can I see... (0 Replies)
Discussion started by: mirusnet
0 Replies

4. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

5. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

6. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

7. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

8. UNIX for Dummies Questions & Answers

CPU usage

well i want to get the cpu usage of the current processes.the thing is that i want to list the processes with cpu usage=0 and the others(one list for cpu usage=0 and another for cpu usage>0)..i can list them,but i cant find a way to find the ps with cpu usage=0 and cpu usage>0..pls help me with... (6 Replies)
Discussion started by: strawhatluffy
6 Replies

9. AIX

Overall CPU Usage

Hi Guys, I am a newbie on the forum. This is my first post, so first of all I would like to introduce myself. I am a SAS Analyst programmer working for an Health Insurance client. SAS is installed on a 16 CPU AIX Server with partitions running with shared processor. I have couple of... (2 Replies)
Discussion started by: saurabhiim2003
2 Replies

10. Shell Programming and Scripting

Restart debian server if one specific process has more than 10 seconds have high cpu load

Hi, could someone give me an example for a debian server script? I need to check a process if the process has a high cpu load (top). If yes the whole server needs to reboot. Thats it, nothing more. ;) Hope someone could help me. Regards woisch (2 Replies)
Discussion started by: woisch
2 Replies
WINETRICKS(1)						       Wine package manager						     WINETRICKS(1)

NAME
winetricks - manage virtual windows environments using wine SYNOPSIS
winetricks [options] [verb ... ] DESCRIPTION
winetricks is an easy way to work around common problems in Wine. It provides simple commands to tweak Wine settings, download and install missing Windows DLLs and fonts, or install various games or apps with appropriate workarounds for the current version of wine. It can be used via gui or commandline. The commandline mode is intended both for interactive use and as a building block in fancier wine frontends and in automated regression testing. winetricks with no arguments displays a GUI using either Zenity or Kdialog. OPTIONS
--force Don't check whether packages were already installed --gui Show gui diagnostics even when driven by commandline -k, --keep_isos Cache isos (allows later installation without disc) --no-clean Don't delete temp directories (useful during debugging) --no-isolate Don't install each app or game in its own bottle -q, --unattended Don't ask any questions, just install automatically -r, --ddrescue Retry hard when caching scratched discs --showbroken Even show verbs that are currently broken in wine -v, --verbose Echo all commands as they are executed -h, --help Display this message and exit -V, --version Display version and exit Commands: list list categories apps list list verbs in category 'applications' benchmarks list list verbs in category 'benchmarks' dlls list list verbs in category 'dlls' games list list verbs in category 'games' settings list list verbs in category 'settings' list-cached list cached-and-ready-to-install verbs list-download list verbs which download automatically list-manual-download list verbs which download with some help from the user list-installed list already-installed verbs prefix=foobar select WINEPREFIX=$HOME/.local/share/wineprefixes/foobar EXAMPLES
To see list of available packages to install: winetricks list-download To install a package: winetricks 7zip ENVIRONMENT VARIABLES
Wine checks several environment variables on startup: WINEPREFIX If set, this specifies the location of the default .wine directory ( usually $HOME/.wine ). WINE If set, this specifies which wine binary to use by default XDG_CACHE_HOME If set, this is path to system's user data cache (default: $HOME/.cache) W_CACHE path to Winetricks' user data cache (default: $XDG_CACHE_HOME/winetricks} AUTHORS
Dan Kegel, Austin English, and many others. For a complete list, please see the "Copyright" section in the file 'winetricks'. COPYRIGHT
winetricks is made available under the terms of the LGPL license. A copy of the license is in the file COPYING in the top-level directory of the source distribution. BUGS
Bugs may be reported at http://winetricks.org AVAILABILITY
The most recent version of winetricks can be downloaded from http://winetricks.org/download/releases/ The latest snapshot of the code may be obtained via svn; see http://code.google.com/p/winetricks/source/checkout For further information about winetricks see http://winetricks.org SEE ALSO
wine(1) Winetricks 20110429 April 2011 WINETRICKS(1)
All times are GMT -4. The time now is 06:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy