What one line unix talk combo generates the following....


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users What one line unix talk combo generates the following....
# 1  
Old 01-20-2008
What one line unix talk combo generates the following....

What one line unix talk combo would generate 95% cpu load? Im talking like something below

Quote:
load averages: 4.47, 4.57, 4.58 00:25:25
263 processes: 4 running, 257 idle, 1 stopped, 1 on processor
CPU states: 26.2% user, 0.1% nice, 12.6% system, 1.0% interrupt, 60.1% idle
Memory: Real: 114M/300M act/tot Free: 198M Swap: 242M/2048M used/tot

PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND
14128 dibeloni 64 0 484K 524K run - 431:45 32.42% talk
30152 rrecchia 64 0 688K 1236K run - 555:59 31.15% top
1335 mafioso 64 0 484K 508K run - 428:40 30.18% talk
5664 _postfix 2 0 984K 1364K sleep select 74:25 0.00% qmgr
19631 root 2 0 440K 724K sleep select 64:14 0.00% master

-bash-3.2$ ps waux | grep talk
dibelonious 14128 32.0 0.1 484 524 pT R 12:23AM 424:59.91 talk mafioso
mafioso 1335 31.1 0.1 484 508 pV R 12:25AM 422:11.39 talk dibelonious@localhost.cyberspace.org
# 2  
Old 01-21-2008
That's strange, I've never seen such excessive CPU usage of talk. If I were you, I'd mail || advise both users to stop using the talk utility for a while, have them enter "mesg n" to disallow write access and see if it drops down. Probably yes. Then ask then what exactly they have done during this "chat session", for example, pasting large buffer of code / lines may slow down the daemon.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Removing CRLF combo but not CR or LF when alone

What is the command or script to remove CRLF but only when joined? Tried using below but removed all instances of either cat a.txt | tr -d "\r\n" > b.txt (14 Replies)
Discussion started by: qqp
14 Replies

2. Shell Programming and Scripting

Combo for text

Hello all, i need to extract a part from an API output. Imagine this is the output : "result": "result": i need to use only the "hello my name is Mike" in the second line, without " " how can i do that? Thanks in advance Kind Regards and congrats for the great forum. (2 Replies)
Discussion started by: Board27
2 Replies

3. Solaris

How to find out the script which generates the file in solaris/unix ?

Hi A file is generated/created/modified during installation (or) execution of a script. vice versa..How to find out which script is responsible for creating/modifying a file. Example:- ....An existing file ( hosts.ulcm ), this file is created or modified by running a script ( may be... (1 Reply)
Discussion started by: frintocf
1 Replies

4. IP Networking

UNIX talk

I have the manpage for this utility on my system, but the utility itself is not there. My friend has the utility, but it does not work, not even on the same machine. Does anyone remember it? What software package is it related to? Where is it configured? (1 Reply)
Discussion started by: Corona688
1 Replies

5. UNIX for Dummies Questions & Answers

Modem/Sound combo

I just got yet another PI! yay! :D . one problem... the sound/modem card is not detected by the kernel or even by windows PnP! i dunno of any UNIX driverDB online, but if you could point me to one, it would be fantastic! (4 Replies)
Discussion started by: boris888
4 Replies
Login or Register to Ask a Question