I have one system running SCO MP4, whitch has sometimes a lot of system calls /s :
These values are found with the tool rtpm
Now SCO6 has dynamic kernelparameters and normally can't be changed.
But whitch parameter is responsible and are there any parameters that can be changed to increase the performance of the system.
The strangest thing is another SCO6 MP4 server works fine.
why do you believe a large amount of system calls is a problem? A system call is just what its name implies - a request for the operating system to do something on behalf of the user's program.
The more busy your system is the more system calls you will see ...
Hi,
I have a very basic knowledge of shell scripting & would like some help with a little problem I have.
I have a lot of xml documents in a directory and I would like to merge them in one xml. The names of the documents are like:
111111___ΑΑ__Β-2005-2222___EN.xml... (0 Replies)
hi guys
I have suse 11 sp1 and I have a lot of warn file filling / these are under /var/log
there's this big one
-rw-r----- 1 root root 3.9G Feb 1 10:28 warn
warn: ASCII text
and the others that are about 2.5 to 3MB - they are about 130 warn-*.bz2
-rw-r----- 1 root root 3.9G Feb... (2 Replies)
So i have about 600gb of data.. in which there are alot of directories and alot of files.. Im trying to put this on a ftp server.. So i want to set the permissions on the directories to be 755 and the permission on the files to be 644. So i used:
find . -type d -exec chmod 755 {}\;
and
find .... (6 Replies)
Hey people,
at first: I'm from Germany, so my english isn't very good, okay?;)
I this september I start with my studys and now we use UNIX! I understand nothing. No, that's not right, at the beginnig I understood a little bit. But now we are at the .profile and there I have problem because my... (1 Reply)
First off just would like to say hello I'm new to this forum but it looks very interesting and I'm sure I will learn a lot from the various people here.:b:
I'm new to UNIX and more so scripting in it. I have an assignment for a class that's mostly done online and my teacher is of no help... (7 Replies)
here I go again...kinda hard to explain so I apologize.
I need to rename a bunch of files in a directory. I need to remove the first three characters of the filename, and then toward the end of the filename there is constant text inside of brackets. here is a demo (not for real) 'ls -1' of the... (11 Replies)
Some of the commands like whereis, cc are not working and also the users can not create a file using
cat > userfile.
How to resolve these problems? (5 Replies)